Home
last modified time | relevance | path

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

/external/clang/test/SemaTemplate/
Dinstantiate-function-1.cpp161 template<typename T, int I1, int I2> struct Switch1 { struct
171 template struct Switch1<int, 1, 2>; variable
172 template struct Switch1<int, 2, 2>; // expected-note{{instantiation}} variable
/external/v8/test/unittests/compiler/
Dcontrol-equivalence-unittest.cc177 TEST_F(ControlEquivalenceTest, Switch1) { in TEST_F() argument