HomeSort by relevance Sort by last modified time
    Searched refs:getPointerWidth (Results 1 - 20 of 20) sorted by null

  /external/clang/lib/AST/
ItaniumCXXABI.cpp 56 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
MicrosoftCXXABI.cpp 48 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
RecordLayoutBuilder.cpp     [all...]
ASTContext.cpp     [all...]
VTableBuilder.cpp 668 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersASTChecker.cpp 78 PtrWidth(ASTC.getTargetInfo().getPointerWidth(0)) {}
  /external/clang/include/clang/Basic/
TargetInfo.h 185 /// getPointerWidth - Return the width of pointers on this target, for the
187 uint64_t getPointerWidth(unsigned AddrSpace) const {
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 465 DefineTypeSizeof("__SIZEOF_POINTER__", TI.getPointerWidth(0), TI, Builder);
499 Twine((int)TI.getPointerWidth(0)));
559 getLockFreeValue(TI.getPointerWidth(0),
  /external/clang/lib/Sema/
Sema.cpp 142 if (PP.getTargetInfo().getPointerWidth(0) >= 64) {
    [all...]
SemaDeclAttr.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp     [all...]
ItaniumCXXABI.cpp 486 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
    [all...]
CGDebugInfo.cpp 587 uint64_t Size = CGM.getContext().getTargetInfo().getPointerWidth(AS);
867 uint64_t Size = CGM.getContext().getTargetInfo().getPointerWidth(AS);
    [all...]
CGCall.cpp     [all...]
CodeGenModule.cpp 90 PointerWidthInBits = C.getTargetInfo().getPointerWidth(0);
    [all...]
CGObjCMac.cpp     [all...]
TargetInfo.cpp     [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 883 milliseconds