Searched defs:switchCase (Results 1 – 4 of 4) sorted by relevance
552 for (auto switchCase : switchStatementNode->Cases()) { in Build() local829 for (auto switchCase : switchCaseMap_) { local
339 …auto switchCase = SwitchCaseStatementBuilder(Allocator()).SetTest(binaryExpr).SetConsequent(conseq… in TEST_F() local
288 GateRef switchCase = SwitchCase(switchBranch, keysValue[i]); in SwitchGeneric() local
77 GateRef switchCase = env_->GetBuilder()->SwitchCase(switchBranch, keysValue[i]); in SwitchGeneric() local