Home
last modified time | relevance | path

Searched refs:getUIntPtrType (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp647 DefineTypeSize("__UINTPTR_MAX__", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros()
696 DefineType("__UINTPTR_TYPE__", TI.getUIntPtrType(), Builder); in InitializePredefinedMacros()
697 DefineFmt("__UINTPTR", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros()
698 DefineTypeWidth("__UINTPTR_WIDTH__", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h216 IntType getUIntPtrType() const { in getUIntPtrType() function
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1250 QualType getUIntPtrType() const;
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3915 QualType ASTContext::getUIntPtrType() const { in getUIntPtrType() function in ASTContext