Home
last modified time | relevance | path

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

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