Home
last modified time | relevance | path

Searched refs:FmtStrEnd (Results 1 – 4 of 4) 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()
/external/llvm-project/clang/lib/AST/
DFormatStringParsing.h70 const char *FmtStrEnd, unsigned &Len);
DFormatString.cpp297 const char *SpecifierBegin, const char *FmtStrEnd, unsigned &Len) { in ParseUTF8InvalidSpecifier() argument
298 if (SpecifierBegin + 1 >= FmtStrEnd) in ParseUTF8InvalidSpecifier()
303 const llvm::UTF8 *SE = reinterpret_cast<const llvm::UTF8 *>(FmtStrEnd); in ParseUTF8InvalidSpecifier()