Searched refs:MinArgCount (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp172 unsigned int MinArgCount = FlagsArgIndex + 1; local
183 if (CE->getNumArgs() < MinArgCount) {

Completed in 96 milliseconds