Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2668 ProgramStateRef StateCase; in processSwitch() local
2670 std::tie(StateCase, DefaultSt) = in processSwitch()
2673 StateCase = DefaultSt; in processSwitch()
2675 if (StateCase) in processSwitch()
2676 builder.generateCaseStmtNode(I, StateCase); in processSwitch()