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

  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 50 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
170 unsigned PtrSize = Target.getPointerWidth(0);
ItaniumCXXABI.cpp 61 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
RecordLayoutBuilder.cpp     [all...]
ASTContext.cpp     [all...]
MicrosoftMangle.cpp 71 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
79 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
    [all...]
VTableBuilder.cpp 662 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 233 uint64_t getPointerWidth(unsigned AddrSpace) const {
273 bool hasInt128Type() const { return getPointerWidth(0) >= 64; } // FIXME
345 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 477 if (TI.getPointerWidth(0) == 64 && TI.getLongWidth() == 64
502 DefineTypeSizeof("__SIZEOF_POINTER__", TI.getPointerWidth(0), TI, Builder);
538 Twine((int)TI.getPointerWidth(0)));
599 getLockFreeValue(TI.getPointerWidth(0),
    [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp     [all...]
CGDebugInfo.cpp 676 uint64_t Size = CGM.getTarget().getPointerWidth(AS);
    [all...]
CGObjCMac.cpp     [all...]
ItaniumCXXABI.cpp 541 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
    [all...]
CodeGenModule.cpp 99 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 576 milliseconds