Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp1315 if (SemaRef.checkArgCountAtLeast(TheCall, NumArgs - 1)) in CheckBuiltinFunctionCall()
H A DSemaChecking.cpp134 bool Sema::checkArgCountAtLeast(CallExpr *Call, unsigned MinArgCount) { in checkArgCountAtLeast() function in Sema
155 return checkArgCountAtLeast(Call, MinArgCount) || in checkArgCountRange()
164 if (checkArgCountAtLeast(Call, DesiredArgCount)) in checkArgCount()
727 if (S.checkArgCountAtLeast(TheCall, 2)) in BuiltinDumpStruct()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2405 bool checkArgCountAtLeast(CallExpr *Call, unsigned MinArgCount);