Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1840 ProgramStateRef StateCase; in processSwitch() local
1842 std::tie(StateCase, DefaultSt) = in processSwitch()
1845 StateCase = DefaultSt; in processSwitch()
1847 if (StateCase) in processSwitch()
1848 builder.generateCaseStmtNode(I, StateCase); in processSwitch()