Searched refs:Switch1 (Results 1 – 2 of 2) sorted by relevance
161 template<typename T, int I1, int I2> struct Switch1 { struct171 template struct Switch1<int, 1, 2>; variable172 template struct Switch1<int, 2, 2>; // expected-note{{instantiation}} variable
177 TEST_F(ControlEquivalenceTest, Switch1) { in TEST_F() argument