HomeSort by relevance Sort by last modified time
    Searched refs:getPointerWidth (Results 1 - 18 of 18) 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/include/clang/Basic/
TargetInfo.h 223 uint64_t getPointerWidth(unsigned AddrSpace) const {
263 bool hasInt128Type() const { return getPointerWidth(0) >= 64; } // FIXME
331 unsigned getUnwindWordWidth() const { return getPointerWidth(0); }
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersASTChecker.cpp 76 PtrWidth(ASTC.getTargetInfo().getPointerWidth(0)) {}
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 476 if (TI.getPointerWidth(0) == 64 && TI.getLongWidth() == 64
500 DefineTypeSizeof("__SIZEOF_POINTER__", TI.getPointerWidth(0), TI, Builder);
536 Twine((int)TI.getPointerWidth(0)));
597 getLockFreeValue(TI.getPointerWidth(0),
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 519 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
    [all...]
CGDebugInfo.cpp 654 uint64_t Size = CGM.getContext().getTargetInfo().getPointerWidth(AS);
    [all...]
CGExprAgg.cpp     [all...]
CGObjCMac.cpp     [all...]
CodeGenModule.cpp 102 PointerWidthInBits = C.getTargetInfo().getPointerWidth(0);
    [all...]
TargetInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 198 milliseconds