Home
last modified time | relevance | path

Searched refs:vec4_2 (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/Sema/
Dext_vector_components.c13 float4 vec4, vec4_2, *vec4p; in test() local
29vec4_2.xyzx = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate componen… in test()
30vec4_2.xyzz = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate componen… in test()
31vec4_2.xyyw = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate componen… in test()
Dext_vector_casts.c16 float4 vec4, vec4_2; in test() local
/external/clang/test/CodeGen/
Dext-vector.c21 float4 vec4, vec4_2; variable