Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7540 checkFormatStringExpr(Sema &S, const Expr *E, ArrayRef<const Expr *> Args, in checkFormatStringExpr() function
7595 Left = checkFormatStringExpr(S, C->getTrueExpr(), Args, in checkFormatStringExpr()
7605 StringLiteralCheckType Right = checkFormatStringExpr( in checkFormatStringExpr()
7657 return checkFormatStringExpr(S, Init, Args, in checkFormatStringExpr()
7710 StringLiteralCheckType Result = checkFormatStringExpr( in checkFormatStringExpr()
7727 return checkFormatStringExpr(S, Arg, Args, in checkFormatStringExpr()
7759 return checkFormatStringExpr( in checkFormatStringExpr()
7906 checkFormatStringExpr(*this, OrigFormatExpr, Args, HasVAListArg, in CheckFormatArguments()