Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoChecker.cpp231 return clearErrnoState(State); in checkRegionChanges()
236 return clearErrnoState(State); in checkRegionChanges()
H A DErrnoModeling.h72 ProgramStateRef clearErrnoState(ProgramStateRef State);
H A DErrnoModeling.cpp259 ProgramStateRef clearErrnoState(ProgramStateRef State) { in clearErrnoState() function