Home
last modified time | relevance | path

Searched refs:getTypeConstantSuffix (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp178 DefineTypeSize(MacroName, TI.getTypeWidth(Ty), TI.getTypeConstantSuffix(Ty), in DefineTypeSize()
229 StringRef ConstSuffix(TI.getTypeConstantSuffix(Ty)); in DefineExactWidthIntType()
413 TI.getTypeConstantSuffix(TI.getSizeType())); in InitializeStandardPredefinedMacros()
905 TI.getTypeConstantSuffix(TI.getIntMaxType())); in InitializePredefinedMacros()
909 TI.getTypeConstantSuffix(TI.getUIntMaxType())); in InitializePredefinedMacros()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp190 const char *TargetInfo::getTypeConstantSuffix(IntType T) const { in getTypeConstantSuffix() function in TargetInfo
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h826 const char *getTypeConstantSuffix(IntType T) const;