Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoTesterChecker.cpp43 static void evalSetErrnoIfError(CheckerContext &C, const CallEvent &Call);
75 &ErrnoTesterChecker::evalSetErrnoIfError},
102 void ErrnoTesterChecker::evalSetErrnoIfError(CheckerContext &C, in evalSetErrnoIfError() function in ErrnoTesterChecker