reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1755 Context.toCharUnitsFromBits(CGF.PointerWidthInBits).getQuantity();
tools/clang/lib/CodeGen/CGDebugInfo.cpp 4322 type = DBuilder.createPointerType(type, CGM.PointerWidthInBits);
tools/clang/lib/CodeGen/CGExpr.cpp3675 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); 3679 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); 3681 ConstLowerBound = ConstLowerBound.zextOrTrunc(PointerWidthInBits); 3733 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits);tools/clang/lib/CodeGen/CodeGenModule.cpp
112 PointerWidthInBits = C.getTargetInfo().getPointerWidth(0);