Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoModeling.h93 ProgramStateRef setErrnoForStdFailure(ProgramStateRef State, CheckerContext &C,
H A DErrnoModeling.cpp244 ProgramStateRef setErrnoForStdFailure(ProgramStateRef State, CheckerContext &C, in setErrnoForStdFailure() function
H A DStdLibraryFunctionsChecker.cpp592 return errno_modeling::setErrnoForStdFailure(State, C, ErrnoSVal); in apply()