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

  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersASTChecker.cpp 33 uint64_t PtrWidth;
41 return (ASTC.getTypeSize(T) == PtrWidth);
77 PtrWidth(ASTC.getTargetInfo().getPointerWidth(0)) {}
  /external/llvm/lib/Support/
Signals.cpp 61 unsigned PtrWidth = 2 + 2 * sizeof(void *);
62 return format_hex((uint64_t)PC, PtrWidth);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 740 uint32_t PtrWidth = DL.getTypeSizeInBits(Op0->getType());
741 assert(PtrWidth <= 64 && "Bad pointer width");
742 GV.IntVal = APInt(PtrWidth, uintptr_t(GV.PointerVal));
749 uint32_t PtrWidth = DL.getTypeSizeInBits(CE->getType());
750 GV.IntVal = GV.IntVal.zextOrTrunc(PtrWidth);
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [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 405 milliseconds