Searched refs:checkArgCountAtLeast (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 121 static bool checkArgCountAtLeast(Sema &S, CallExpr *Call, in checkArgCountAtLeast() function 150 return checkArgCountAtLeast(S, Call, MinArgCount) || in checkArgCountRange() 161 if (checkArgCountAtLeast(S, Call, DesiredArgCount)) in checkArgCount() 698 if (checkArgCountAtLeast(S, TheCall, 2)) in SemaBuiltinDumpStruct() 6060 if (checkArgCountAtLeast(*this, TheCall, NumArgs - 1)) in CheckRISCVBuiltinFunctionCall()
|