Home
last modified time | relevance | path

Searched refs:FmtStrEnd (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Analysis/
DFormatStringParsing.h54 const char *FmtStrEnd, unsigned &Len);
DFormatString.cpp265 const char *SpecifierBegin, const char *FmtStrEnd, unsigned &Len) { in ParseUTF8InvalidSpecifier() argument
266 if (SpecifierBegin + 1 >= FmtStrEnd) in ParseUTF8InvalidSpecifier()
270 const UTF8 *SE = reinterpret_cast<const UTF8 *>(FmtStrEnd); in ParseUTF8InvalidSpecifier()