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.cpp3022 ProgramStateRef StateCase; in processSwitch() local
3024 std::tie(StateCase, DefaultSt) = in processSwitch()
3027 StateCase = DefaultSt; in processSwitch()
3029 if (StateCase) in processSwitch()
3030 builder.generateCaseStmtNode(I, StateCase); in processSwitch()