Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dext-vector-type-conditional.cpp20 FourInts four_ints; variable
43 …(void)(four_ints ? four_ints : throw 1); // expected-error {{GNU vector conditional operand cannot… in Operands()
44 …(void)(four_ints ? throw 1 : four_ints); // expected-error {{GNU vector conditional operand cannot… in Operands()
46 …(void)(four_ints ? (void)1 : four_ints); // expected-error {{GNU vector conditional operand cannot… in Operands()
72 (void)(four_ints ? 3.0f : 5u); in Operands()
73 (void)(four_ints ? 3.0f : 5); in Operands()
80 (void)(four_ints ? 3.0f : us); in Operands()
81 (void)(four_ints ? 3.0f : sint); in Operands()
104 (void)(four_ints ? four_floats : us); in Operands()
105 (void)(four_ints ? four_floats : sint); in Operands()
[all …]
H A Dvector-size-conditional.cpp21 FourInts four_ints; variable
46 …(void)(four_ints ? four_ints : throw 1); // expected-error {{GNU vector conditional operand cannot… in Operands()
47 …(void)(four_ints ? throw 1 : four_ints); // expected-error {{GNU vector conditional operand cannot… in Operands()
49 …(void)(four_ints ? (void)1 : four_ints); // expected-error {{GNU vector conditional operand cannot… in Operands()
75 (void)(four_ints ? 3.0f : 5u); in Operands()
76 (void)(four_ints ? 3.0f : 5); in Operands()
83 (void)(four_ints ? 3.0f : us); in Operands()
84 (void)(four_ints ? 3.0f : sint); in Operands()
98 (void)(four_ints ? four_uints : 3.0f); in Operands()
99 (void)(four_ints ? four_ints : 3.0f); in Operands()
[all …]
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dvector-size-conditional.cpp18 FourInts four_ints; variable
84 four_ints ? some_ushort : some_short; in TwoScalarOps()
97 four_ints ? some_int : some_float; in TwoScalarOps()
121 four_ints ? some_int : some_short; in TwoScalarOps()
136 four_ints ? four_ints : some_int; in OneScalarOp()
145 four_ints ? four_ints : 5; in OneScalarOp()
151 four_ints ?: some_float; in OneScalarOp()
160 four_ints ? four_ints : 5.0f; in OneScalarOp()
166 four_ints ? some_float : four_ints; in OneScalarOp()
176 four_ints ? four_floats : some_float; in OneScalarOp()
H A Dext-vector-type-conditional.cpp18 FourInts four_ints; variable
110 four_ints ? some_ushort : some_short; in TwoScalarOps()
127 four_ints ? some_int : some_float; in TwoScalarOps()
163 four_ints ? some_int : some_short; in TwoScalarOps()
182 four_ints ? four_ints : some_int; in OneScalarOp()
195 four_ints ? four_ints : 5; in OneScalarOp()
205 four_ints ? four_floats : some_float; in OneScalarOp()