Home
last modified time | relevance | path

Searched refs:namedTypeToLengthModifier (Results 1 – 4 of 4) sorted by relevance

/minix/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DFormatString.h383 static bool namedTypeToLengthModifier(QualType QT, LengthModifier &LM);
/minix/external/bsd/llvm/dist/clang/lib/Analysis/
H A DScanfFormatString.cpp490 namedTypeToLengthModifier(PT, LM); in fixType()
H A DFormatString.cpp850 bool FormatSpecifier::namedTypeToLengthModifier(QualType QT, in namedTypeToLengthModifier() function in FormatSpecifier
H A DPrintfFormatString.cpp577 namedTypeToLengthModifier(QT, LM); in fixType()