Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp120 static bool checkArgCountAtLeast(Sema &S, CallExpr *Call, in checkArgCountAtLeast() function
138 if (checkArgCountAtLeast(S, Call, DesiredArgCount)) in checkArgCount()
633 if (checkArgCountAtLeast(S, TheCall, 2)) in SemaBuiltinDumpStruct()