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;
42 return (ASTC.getTypeSize(T) == PtrWidth);
78 PtrWidth(ASTC.getTargetInfo().getPointerWidth(0)) {}
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 647 uint32_t PtrWidth = TD->getPointerSizeInBits();
648 GV.IntVal = APInt(PtrWidth, uintptr_t(GV.PointerVal));
653 uint32_t PtrWidth = TD->getPointerSizeInBits();
654 if (PtrWidth != GV.IntVal.getBitWidth())
655 GV.IntVal = GV.IntVal.zextOrTrunc(PtrWidth);
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 59 milliseconds