Searched refs:PtrWidth (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp32 uint64_t PtrWidth; member in class:__anon3386::WalkAST
40 return (ASTC.getTypeSize(T) == PtrWidth);
76 PtrWidth(ASTC.getTargetInfo().getPointerWidth(0)) {}
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp658 uint32_t PtrWidth = TD->getTypeSizeInBits(Op0->getType()); local
659 assert(PtrWidth <= 64 && "Bad pointer width");
660 GV.IntVal = APInt(PtrWidth, uintptr_t(GV.PointerVal));
667 uint32_t PtrWidth = TD->getTypeSizeInBits(CE->getType()); local
668 GV.IntVal = GV.IntVal.zextOrTrunc(PtrWidth);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1048 CharUnits PtrWidth = local
1054 setSize(getSize() + PtrWidth);
1096 CharUnits PtrWidth = local
1118 setSize(getSize() + PtrWidth);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6221 unsigned PtrWidth = TLI.getPointerTy().getSizeInBits(); local
6222 APInt KnownZero(PtrWidth, 0), KnownOne(PtrWidth, 0);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp4834 unsigned PtrWidth = getTarget().getPointerWidth(0);
4835 llvm::IntegerType *IntTy = (PtrWidth == 32) ? CGF.Int32Ty : CGF.Int64Ty;

Completed in 200 milliseconds