Home
last modified time | relevance | path

Searched refs:four_uints (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dext-vector-type-conditional.cpp21 FourUInts four_uints; variable
90 …(void)(four_ints ? four_uints : four_floats); // expected-error {{vector operands to the vector co… in Operands()
91 …(void)(four_ints ? four_uints : four_ints); // expected-error {{vector operands to the vector co… in Operands()
92 …(void)(four_ints ? four_ints : four_uints); // expected-error {{vector operands to the vector co… in Operands()
94 …(void)(four_ints ? four_uints : 3.0f); // expected-error {{cannot convert between vector values of… in Operands()
99 …(void)(four_ints ? four_uints : e); // expected-error {{cannot convert between vector values of d… in Operands()
100 …(void)(four_ints ? four_uints : se); // expected-error {{cannot convert between vector and non-sca… in Operands()
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.cpp22 FourUInts four_uints; variable
93 …(void)(four_ints ? four_uints : four_floats); // expected-error {{vector operands to the vector co… in Operands()
94 …(void)(four_ints ? four_uints : four_ints); // expected-error {{vector operands to the vector co… in Operands()
95 …(void)(four_ints ? four_ints : four_uints); // expected-error {{vector operands to the vector co… in Operands()
98 (void)(four_ints ? four_uints : 3.0f); in Operands()
106 …(void)(four_ints ? four_uints : e); // expected-error {{cannot convert between scalar type 'E' an… in Operands()
107 …(void)(four_ints ? four_uints : se); // expected-error {{cannot convert between vector and non-sca… in Operands()
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()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dext-vector-type-conditional.cpp19 FourUInts four_uints; variable
H A Dvector-size-conditional.cpp19 FourUInts four_uints; variable