Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoChecker.cpp50 bool AllowErrnoReadOutsideConditions = true; member in __anon872e1d290111::ErrnoChecker
151 if (!AllowErrnoReadOutsideConditions || isInCondition(S, C)) { in checkLocation()
244 Checker->AllowErrnoReadOutsideConditions = Opts.getCheckerBooleanOption( in registerErrnoChecker()