Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBoolAssignmentChecker.cpp90 ProgramStateRef StIn, StOut; in checkBind() local
91 std::tie(StIn, StOut) = CM.assumeInclusiveRangeDual(state, *NV, Zero, One); in checkBind()
94 emitReport(StOut, C); in checkBind()
95 if (StIn && StOut && taint::isTainted(state, *NV)) in checkBind()
96 emitReport(StOut, C, /*IsTainted=*/true); in checkBind()