Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp121 const bool ValidArg = ArgN == Ret || ArgN < FD->getNumParams(); in checkValidity() local
122 assert(ValidArg && "Arg out of range!"); in checkValidity()
123 if (!ValidArg) in checkValidity()
227 const bool ValidArg = in checkSpecificValidity() local
229 assert(ValidArg && in checkSpecificValidity()
231 return ValidArg; in checkSpecificValidity()
283 const bool ValidArg = getArgType(FD, ArgN)->isPointerType(); in checkSpecificValidity() local
284 assert(ValidArg && in checkSpecificValidity()
286 return ValidArg; in checkSpecificValidity()
383 const bool ValidArg = getArgType(FD, ArgN)->isPointerType(); in checkSpecificValidity() local
[all …]