Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dvector-size-conditional.cpp21 FourLongLong four_ll; variable
109 four_ll ? some_double : some_ll; in TwoScalarOps()
185 four_ll ? four_doubles : 6.0; in OneScalarOp()
191 four_ll ? four_ll : 6.0; in OneScalarOp()
197 four_ll ? four_ll : 6; in OneScalarOp()
203 four_ll ? four_ll : some_int; in OneScalarOp()
213 four_ll ? four_ll : some_ll; in OneScalarOp()
222 four_ll ? four_ll : some_double; in OneScalarOp()
H A Dext-vector-type-conditional.cpp21 FourLongLong four_ll; variable
145 four_ll ? some_double : some_ll; in TwoScalarOps()
220 four_ll ? four_doubles : 6.0; in OneScalarOp()
231 four_ll ? four_ll : 6; in OneScalarOp()
241 four_ll ? four_ll : some_int; in OneScalarOp()
255 four_ll ? four_ll : some_ll; in OneScalarOp()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dext-vector-type-conditional.cpp23 FourLongLong four_ll; variable
51 …(void)(four_ints ? four_ll : four_ll); // expected-error {{vector condition type 'FourIn… in Operands()
H A Dvector-size-conditional.cpp24 FourLongLong four_ll; variable
54 …(void)(four_ints ? four_ll : four_ll); // expected-error {{vector condition type 'FourIn… in Operands()