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 646 uint32_t PtrWidth = TD->getPointerSizeInBits();
647 GV.IntVal = APInt(PtrWidth, uintptr_t(GV.PointerVal));
652 uint32_t PtrWidth = TD->getPointerSizeInBits();
653 if (PtrWidth != GV.IntVal.getBitWidth())
654 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 587 milliseconds