Searched refs:vla_in_template (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Dc99-variable-length-array.cpp25 void vla_in_template(int N, T t) { function
38 void vla_in_template(T t) { function
42 template void vla_in_template<HasConstantValue>(HasConstantValue);
43 template void vla_in_template<HasNonConstantValue>(HasNonConstantValue); // expected-note{{instantiation of}}

Completed in 136 milliseconds