Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDErrnoTesterChecker.cpp44 static void evalSetErrnoIfError(CheckerContext &C, const CallEvent &Call);
78 &ErrnoTesterChecker::evalSetErrnoIfError},
105 void ErrnoTesterChecker::evalSetErrnoIfError(CheckerContext &C, in evalSetErrnoIfError() function in ErrnoTesterChecker