Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp192 DefineTypeSize(MacroName, TI.getTypeWidth(Ty), TI.getTypeConstantSuffix(Ty), in DefineTypeSize()
238 StringRef ConstSuffix(TI.getTypeConstantSuffix(Ty)); in DefineExactWidthIntType()
671 TI.getTypeConstantSuffix(TI.getIntMaxType())); in InitializePredefinedMacros()
675 TI.getTypeConstantSuffix(TI.getUIntMaxType())); in InitializePredefinedMacros()
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h458 const char *getTypeConstantSuffix(IntType T) const;
/minix/external/bsd/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp121 const char *TargetInfo::getTypeConstantSuffix(IntType T) const { in getTypeConstantSuffix() function in TargetInfo