Searched refs:UncoveredArg (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 6200 llvm::SmallBitVector &CheckedVarArgs, UncoveredArgHandler &UncoveredArg, 6215 llvm::SmallBitVector &CheckedVarArgs, UncoveredArgHandler &UncoveredArg, in checkFormatStringExpr() argument 6241 UncoveredArg, Offset, IgnoreStringsWithoutSpecifiers); in checkFormatStringExpr() 6276 UncoveredArg, Offset, IgnoreStringsWithoutSpecifiers); in checkFormatStringExpr() 6285 UncoveredArg, Offset, IgnoreStringsWithoutSpecifiers); in checkFormatStringExpr() 6337 /*InFunctionCall*/ false, CheckedVarArgs, UncoveredArg, Offset); in checkFormatStringExpr() 6413 /*InFunctionCall*/ false, CheckedVarArgs, UncoveredArg, in checkFormatStringExpr() 6468 Type, CallType, InFunctionCall, CheckedVarArgs, UncoveredArg, in checkFormatStringExpr() 6486 UncoveredArg, Offset, IgnoreStringsWithoutSpecifiers); in checkFormatStringExpr() 6494 UncoveredArg, Offset, IgnoreStringsWithoutSpecifiers); in checkFormatStringExpr() [all …]
|