Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dext-vector-type-conditional.cpp27 FourDoubles four_doubles; variable
53 …(void)(four_ints ? four_doubles : four_doubles); // expected-error {{vector condition type 'FourIn… in Operands()
55 …(void)(four_ints ?: four_doubles); // expected-error {{vector operands to the vector… in Operands()
166 all_dependent(four_ints, four_uints, four_doubles); // expected-note {{in instantiation of}} in Templates()
H A Dvector-size-conditional.cpp28 FourDoubles four_doubles; variable
56 …(void)(four_ints ? four_doubles : four_doubles); // expected-error {{vector condition type 'FourIn… in Operands()
58 …(void)(four_ints ?: four_doubles); // expected-error {{vector operands to the vector… in Operands()
173 all_dependent(four_ints, four_uints, four_doubles); // expected-note {{in instantiation of}} in Templates()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dext-vector-type-conditional.cpp25 FourDoubles four_doubles; variable
220 four_ll ? four_doubles : 6.0; in OneScalarOp()
H A Dvector-size-conditional.cpp25 FourDoubles four_doubles; variable
185 four_ll ? four_doubles : 6.0; in OneScalarOp()