Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoModeling.h85 ProgramStateRef setErrnoForStdSuccess(ProgramStateRef State, CheckerContext &C);
H A DErrnoModeling.cpp239 ProgramStateRef setErrnoForStdSuccess(ProgramStateRef State, in setErrnoForStdSuccess() function
H A DStdLibraryFunctionsChecker.cpp606 return errno_modeling::setErrnoForStdSuccess(State, C); in apply()