Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2320 ProgramStateRef StateCase; in processSwitch() local
2322 std::tie(StateCase, DefaultSt) = in processSwitch()
2325 StateCase = DefaultSt; in processSwitch()
2327 if (StateCase) in processSwitch()
2328 builder.generateCaseStmtNode(I, StateCase); in processSwitch()