Searched refs:getUIntPtrType (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp661 DefineTypeSize("__UINTPTR_MAX__", TI.getUIntPtrType(), TI, Builder);
710 DefineType("__UINTPTR_TYPE__", TI.getUIntPtrType(), Builder);
711 DefineFmt("__UINTPTR", TI.getUIntPtrType(), TI, Builder);
712 DefineTypeWidth("__UINTPTR_WIDTH__", TI.getUIntPtrType(), TI, Builder);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h223 IntType getUIntPtrType() const { function in class:clang::TargetInfo
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp243 Context.getAtomicType(Context.getUIntPtrType()));
H A DSemaOpenMP.cpp856 Ctx.getTypeSizeInChars(Ctx.getUIntPtrType()) ||
857 Ctx.getDeclAlign(VD) > Ctx.getTypeAlignInChars(Ctx.getUIntPtrType())))
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3892 Ctx.getUIntPtrType(),
3894 LValue DstLV = CGF.MakeAddrLValue(DstAddr, Ctx.getUIntPtrType());
3897 DstAddr.getPointer(), Ctx.getPointerType(Ctx.getUIntPtrType()),
H A DCGStmtOpenMP.cpp53 AddrLV.getAddress().getPointer(), Ctx.getUIntPtrType(),
99 ArgType = Ctx.getUIntPtrType();
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1363 QualType getUIntPtrType() const;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp4138 QualType ASTContext::getUIntPtrType() const { function in class:ASTContext

Completed in 242 milliseconds