Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3126 ProgramStateRef StateCase; in processSwitch() local
3128 std::tie(StateCase, DefaultSt) = in processSwitch()
3131 StateCase = DefaultSt; in processSwitch()
3133 if (StateCase) in processSwitch()
3134 builder.generateCaseStmtNode(I, StateCase); in processSwitch()