Home
last modified time | relevance | path

Searched refs:StIn (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()
93 if (!StIn) in checkBind()
95 if (StIn && StOut && taint::isTainted(state, *NV)) in checkBind()