Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10455 checkFormatStringExpr(Sema &S, const Expr *E, ArrayRef<const Expr *> Args, in checkFormatStringExpr() function
10483 return checkFormatStringExpr(S, SLE, Args, APK, format_idx, firstDataArg, in checkFormatStringExpr()
10518 Left = checkFormatStringExpr(S, C->getTrueExpr(), Args, APK, format_idx, in checkFormatStringExpr()
10527 StringLiteralCheckType Right = checkFormatStringExpr( in checkFormatStringExpr()
10579 return checkFormatStringExpr( in checkFormatStringExpr()
10675 StringLiteralCheckType Result = checkFormatStringExpr( in checkFormatStringExpr()
10692 return checkFormatStringExpr( in checkFormatStringExpr()
10700 return checkFormatStringExpr(S, SLE, Args, APK, format_idx, firstDataArg, in checkFormatStringExpr()
10726 return checkFormatStringExpr( in checkFormatStringExpr()
10888 StringLiteralCheckType CT = checkFormatStringExpr( in CheckFormatArguments()