Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp230 const bool ValidArg = ArgN == Ret || ArgN < FD->getNumParams(); in checkValidity() local
231 assert(ValidArg && "Arg out of range!"); in checkValidity()
232 if (!ValidArg) in checkValidity()
307 const bool ValidArg = in checkSpecificValidity() local
309 assert(ValidArg && in checkSpecificValidity()
311 return ValidArg; in checkSpecificValidity()
399 const bool ValidArg = getArgType(FD, ArgN)->isPointerType(); in checkSpecificValidity() local
400 assert(ValidArg && in checkSpecificValidity()
402 return ValidArg; in checkSpecificValidity()
446 const bool ValidArg = getArgType(FD, ArgN)->isPointerType(); in checkSpecificValidity() local
[all …]