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.cpp49 bool AllowErrnoReadOutsideConditions = true; member in __anon872e1d290111::ErrnoChecker
150 if (!AllowErrnoReadOutsideConditions || isInCondition(S, C)) { in checkLocation()
243 Checker->AllowErrnoReadOutsideConditions = Opts.getCheckerBooleanOption( in registerErrnoChecker()