Searched refs:four_ints (Results 1 – 4 of 4) sorted by relevance
20 FourInts four_ints; variable43 …(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 …]
21 FourInts four_ints; variable46 …(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 …]
18 FourInts four_ints; variable84 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()
18 FourInts four_ints; variable110 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()