Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoModeling.h46 std::optional<SVal> getErrnoValue(ProgramStateRef State);
H A DErrnoTesterChecker.cpp97 std::optional<SVal> ErrnoVal = getErrnoValue(State); in evalGetErrno()
H A DErrnoModeling.cpp173 std::optional<SVal> getErrnoValue(ProgramStateRef State) { in getErrnoValue() function