Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DBoolAssignmentChecker.cpp93 ProgramStateRef StIn, StOut; in checkBind() local
94 std::tie(StIn, StOut) = CM.assumeInclusiveRangeDual(state, *NV, Zero, One); in checkBind()
96 if (!StIn) in checkBind()
98 if (StIn && StOut && taint::isTainted(state, *NV)) in checkBind()