Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DInitPreprocessor.cpp615 DefineTypeSize("__UINTPTR_MAX__", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros()
656 DefineType("__UINTPTR_TYPE__", TI.getUIntPtrType(), Builder); in InitializePredefinedMacros()
657 DefineTypeWidth("__UINTPTR_WIDTH__", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros()
/external/clang/include/clang/Basic/
DTargetInfo.h214 IntType getUIntPtrType() const { in getUIntPtrType() function
/external/clang/include/clang/AST/
DASTContext.h1228 QualType getUIntPtrType() const;
/external/clang/lib/AST/
DASTContext.cpp3859 QualType ASTContext::getUIntPtrType() const { in getUIntPtrType() function in ASTContext