Searched defs:IsScanf (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
H A DFormatString.cpp185 bool IsScanf) {
207 if (IsScanf && !LO.C99 && !LO.CPlusPlus11) {
220 if (IsScanf) {
235 if (IsScanf)
181 ParseLengthModifier(FormatSpecifier &FS, const char *&I, const char *E, const LangOptions &LO, bool IsScanf) argument

Completed in 87 milliseconds