Searched refs:firstDataArg (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 8713 unsigned format_idx, unsigned firstDataArg, Sema::FormatStringType Type, 8728 unsigned firstDataArg, Sema::FormatStringType Type, in checkFormatStringExpr() argument 8754 return checkFormatStringExpr(S, SLE, Args, APK, format_idx, firstDataArg, in checkFormatStringExpr() 8790 firstDataArg, Type, CallType, InFunctionCall, in checkFormatStringExpr() 8799 S, C->getFalseExpr(), Args, APK, format_idx, firstDataArg, Type, in checkFormatStringExpr() 8851 S, Init, Args, APK, format_idx, firstDataArg, Type, CallType, in checkFormatStringExpr() 8947 S, Arg, Args, APK, format_idx, firstDataArg, Type, CallType, in checkFormatStringExpr() 8964 S, Arg, Args, APK, format_idx, firstDataArg, Type, CallType, in checkFormatStringExpr() 8971 return checkFormatStringExpr(S, SLE, Args, APK, format_idx, firstDataArg, in checkFormatStringExpr() 8998 S, Arg, Args, APK, format_idx, firstDataArg, Type, CallType, in checkFormatStringExpr() [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 13587 unsigned firstDataArg, FormatStringType Type,
|