Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoChecker.cpp49 bool AllowErrnoReadOutsideConditions = true; member in __anona365f2590111::ErrnoChecker
150 if (!AllowErrnoReadOutsideConditions || isInCondition(S, C)) { in checkLocation()
243 Checker->AllowErrnoReadOutsideConditions = Opts.getCheckerBooleanOption( in registerErrnoChecker()