Home
last modified time | relevance | path

Searched refs:Switch1 (Results 1 – 1 of 1) 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