Searched refs:isInCondition (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoChecker.cpp71 static bool isInCondition(const Stmt *S, CheckerContext &C) { function
151 if (!AllowErrnoReadOutsideConditions || isInCondition(S, C)) {

Completed in 106 milliseconds