Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp179 DefineTypeSize(MacroName, TI.getTypeWidth(Ty), TI.getTypeConstantSuffix(Ty), in DefineTypeSize()
240 StringRef ConstSuffix(TI.getTypeConstantSuffix(Ty)); in DefineExactWidthIntType()
482 TI.getTypeConstantSuffix(TI.getSizeType())); in InitializeStandardPredefinedMacros()
1005 TI.getTypeConstantSuffix(TI.getIntMaxType())); in InitializePredefinedMacros()
1009 TI.getTypeConstantSuffix(TI.getUIntMaxType())); in InitializePredefinedMacros()
/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp199 const char *TargetInfo::getTypeConstantSuffix(IntType T) const { in getTypeConstantSuffix() function in TargetInfo
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h883 const char *getTypeConstantSuffix(IntType T) const;