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

  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersASTChecker.cpp 32 uint64_t PtrWidth;
40 return (ASTC.getTypeSize(T) == PtrWidth);
76 PtrWidth(ASTC.getTargetInfo().getPointerWidth(0)) {}
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 647 uint32_t PtrWidth = TD->getTypeSizeInBits(Op0->getType());
648 assert(PtrWidth <= 64 && "Bad pointer width");
649 GV.IntVal = APInt(PtrWidth, uintptr_t(GV.PointerVal));
656 uint32_t PtrWidth = TD->getTypeSizeInBits(CE->getType());
657 GV.IntVal = GV.IntVal.zextOrTrunc(PtrWidth);
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 168 milliseconds