HomeSort by relevance Sort by last modified time
    Searched refs:PtrWidth (Results 1 - 6 of 6) 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/ExecutionEngine/
ExecutionEngine.cpp 718 uint32_t PtrWidth = DL->getTypeSizeInBits(Op0->getType());
719 assert(PtrWidth <= 64 && "Bad pointer width");
720 GV.IntVal = APInt(PtrWidth, uintptr_t(GV.PointerVal));
727 uint32_t PtrWidth = DL->getTypeSizeInBits(CE->getType());
728 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 176 milliseconds