Searched refs:CheckFormatString (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 3789 static void CheckFormatString(Sema &S, const StringLiteral *FExpr, 3997 CheckFormatString(S, StrE, E, Args, HasVAListArg, format_idx, in checkFormatStringExpr() 5542 static void CheckFormatString(Sema &S, const StringLiteral *FExpr, in CheckFormatString() function
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 7048 static void CheckFormatString(Sema &S, const FormatStringLiteral *FExpr, 7309 CheckFormatString(S, &FStr, E, Args, HasVAListArg, format_idx, in checkFormatStringExpr() 9032 static void CheckFormatString(Sema &S, const FormatStringLiteral *FExpr, in CheckFormatString() function
|