Searched refs:checkFormatStringExpr (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 3805 checkFormatStringExpr(Sema &S, const Expr *E, ArrayRef<const Expr *> Args, in checkFormatStringExpr() function 3849 Left = checkFormatStringExpr(S, C->getTrueExpr(), Args, in checkFormatStringExpr() 3858 checkFormatStringExpr(S, C->getFalseExpr(), Args, in checkFormatStringExpr() 3911 return checkFormatStringExpr(S, Init, Args, in checkFormatStringExpr() 3967 return checkFormatStringExpr(S, Arg, Args, in checkFormatStringExpr() 3976 return checkFormatStringExpr(S, Arg, Args, in checkFormatStringExpr() 4069 checkFormatStringExpr(*this, OrigFormatExpr, Args, HasVAListArg, in CheckFormatArguments()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 7065 checkFormatStringExpr(Sema &S, const Expr *E, ArrayRef<const Expr *> Args, in checkFormatStringExpr() function 7120 Left = checkFormatStringExpr(S, C->getTrueExpr(), Args, in checkFormatStringExpr() 7130 StringLiteralCheckType Right = checkFormatStringExpr( in checkFormatStringExpr() 7182 return checkFormatStringExpr(S, Init, Args, in checkFormatStringExpr() 7235 StringLiteralCheckType Result = checkFormatStringExpr( in checkFormatStringExpr() 7252 return checkFormatStringExpr(S, Arg, Args, in checkFormatStringExpr() 7284 return checkFormatStringExpr( in checkFormatStringExpr() 7431 checkFormatStringExpr(*this, OrigFormatExpr, Args, HasVAListArg, in CheckFormatArguments()
|