Searched refs:getUIntPtrType (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 647 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 D | TargetInfo.h | 216 IntType getUIntPtrType() const { in getUIntPtrType() function
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1250 QualType getUIntPtrType() const;
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3915 QualType ASTContext::getUIntPtrType() const { in getUIntPtrType() function in ASTContext
|