Searched refs:all_dependent (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | ext-vector-type-conditional.cpp | 157 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 D | vector-size-conditional.cpp | 164 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()
|