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

  /external/clang/lib/AST/
ItaniumCXXABI.cpp 84 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
MicrosoftCXXABI.cpp 67 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
175 unsigned PtrSize = Target.getPointerWidth(0);
RecordLayoutBuilder.cpp     [all...]
ASTContext.cpp     [all...]
MicrosoftMangle.cpp 211 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
217 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
556 getASTContext().getTargetInfo().getPointerWidth(0));
    [all...]
VTableBuilder.cpp 670 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 249 uint64_t getPointerWidth(unsigned AddrSpace) const {
289 virtual bool hasInt128Type() const { return getPointerWidth(0) >= 64; } // FIXME
361 unsigned getUnwindWordWidth() const { return getPointerWidth(0); }
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersASTChecker.cpp 77 PtrWidth(ASTC.getTargetInfo().getPointerWidth(0)) {}
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 592 if (TI.getPointerWidth(0) == 64 && TI.getLongWidth() == 64
624 DefineTypeSizeof("__SIZEOF_POINTER__", TI.getPointerWidth(0), TI, Builder);
666 Twine((int)TI.getPointerWidth(0)));
775 getLockFreeValue(TI.getPointerWidth(0),
    [all...]
  /frameworks/compile/slang/
slang_rs_context.cpp 62 mIs64Bit(Target.getPointerWidth(0) == 64) {
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 646 uint64_t Size = CGM.getTarget().getPointerWidth(AS);
    [all...]
CGExprAgg.cpp     [all...]
CGObjCMac.cpp     [all...]
CodeGenModule.cpp 102 PointerWidthInBits = C.getTargetInfo().getPointerWidth(0);
    [all...]
ItaniumCXXABI.cpp 645 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
    [all...]
MicrosoftCXXABI.cpp 299 return CGM.getTarget().getPointerWidth(/*AddressSpace=*/0) == 64;
    [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 731 milliseconds