Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dext-vector-type-conditional.cpp157 void all_dependent(Cond C, LHS L, RHS R) { in all_dependent() function
166 all_dependent(four_ints, four_uints, four_doubles); // expected-note {{in instantiation of}} in Templates()
169 all_dependent(four_ints, four_uints, two_uints); // expected-note {{in instantiation of}} in Templates()
170 all_dependent(four_ints, four_uints, four_uints); in Templates()
H A Dvector-size-conditional.cpp164 void all_dependent(Cond C, LHS L, RHS R) { in all_dependent() function
173 all_dependent(four_ints, four_uints, four_doubles); // expected-note {{in instantiation of}} in Templates()
176 all_dependent(four_ints, four_uints, two_uints); // expected-note {{in instantiation of}} in Templates()
177 all_dependent(four_ints, four_uints, four_uints); in Templates()