Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBoolAssignmentChecker.cpp89 ProgramStateRef StIn, StOut; in checkBind() local
90 std::tie(StIn, StOut) = CM.assumeInclusiveRangeDual(State, *NV, Zero, One); in checkBind()
92 if (!StIn) in checkBind()
94 if (StIn && StOut && taint::isTainted(State, *NV)) in checkBind()