Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp252 const char *TargetInfo::getTypeFormatModifier(IntType T) { in getTypeFormatModifier() function in TargetInfo
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h974 static const char *getTypeFormatModifier(IntType T);
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp192 StringRef FmtModifier = TI.getTypeFormatModifier(Ty); in DefineFmt()