Home
last modified time | relevance | path

Searched refs:vec2_2 (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Sema/
Dext_vector_components.c11 float2 vec2, vec2_2; in test() local
33 …vec2.xx = vec2_2.xy; // expected-error {{vector is not assignable (contains duplicate components)}} in test()
34 vec2.yx = vec2_2.xy; in test()
/external/clang/test/CodeGen/
Dext-vector.c20 float2 vec2, vec2_2; variable