Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DInitPreprocessor.cpp196 DefineTypeSize(MacroName, TI.getTypeWidth(Ty), TI.getTypeConstantSuffix(Ty), in DefineTypeSize()
242 StringRef ConstSuffix(TI.getTypeConstantSuffix(Ty)); in DefineExactWidthIntType()
718 TI.getTypeConstantSuffix(TI.getIntMaxType())); in InitializePredefinedMacros()
722 TI.getTypeConstantSuffix(TI.getUIntMaxType())); in InitializePredefinedMacros()
/external/clang/lib/Basic/
DTargetInfo.cpp128 const char *TargetInfo::getTypeConstantSuffix(IntType T) const { in getTypeConstantSuffix() function in TargetInfo
/external/clang/include/clang/Basic/
DTargetInfo.h517 const char *getTypeConstantSuffix(IntType T) const;