Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Basic/
H A DTargetInfo.cpp151 const char *TargetInfo::getTypeFormatModifier(IntType T) { in getTypeFormatModifier() function in TargetInfo
/aosp_15_r20/external/clang/include/clang/Basic/
H A DTargetInfo.h523 static const char *getTypeFormatModifier(IntType T);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DTargetInfo.h937 static const char *getTypeFormatModifier(IntType T);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DTargetInfo.h935 static const char *getTypeFormatModifier(IntType T);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DTargetInfo.h937 static const char *getTypeFormatModifier(IntType T);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DTargetInfo.h974 static const char *getTypeFormatModifier(IntType T);
/aosp_15_r20/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp203 StringRef FmtModifier = TI.getTypeFormatModifier(Ty); in DefineFmt()