Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DTargetInfo.cpp122 const char *TargetInfo::getTypeConstantSuffix(IntType T) { in getTypeConstantSuffix() function in TargetInfo
/external/clang/include/clang/Basic/
DTargetInfo.h427 static const char *getTypeConstantSuffix(IntType T);
/external/clang/lib/Frontend/
DInitPreprocessor.cpp195 DefineTypeSize(MacroName, TI.getTypeWidth(Ty), TI.getTypeConstantSuffix(Ty), in DefineTypeSize()
230 StringRef ConstSuffix(TargetInfo::getTypeConstantSuffix(Ty)); in DefineExactWidthIntType()