Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBoolAssignmentChecker.cpp88 ProgramStateRef StIn, StOut; in checkBind() local
89 std::tie(StIn, StOut) = CM.assumeInclusiveRangeDual(state, *NV, Zero, One); in checkBind()
91 if (!StIn) in checkBind()