HomeSort by relevance Sort by last modified time
    Searched defs:PtrWidth (Results 1 - 5 of 5) 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/Analysis/
ConstantFolding.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 717 uint32_t PtrWidth = DL->getTypeSizeInBits(Op0->getType());
718 assert(PtrWidth <= 64 && "Bad pointer width");
719 GV.IntVal = APInt(PtrWidth, uintptr_t(GV.PointerVal));
726 uint32_t PtrWidth = DL->getTypeSizeInBits(CE->getType());
727 GV.IntVal = GV.IntVal.zextOrTrunc(PtrWidth);
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 566 milliseconds