HomeSort by relevance Sort by last modified time
    Searched full:gccv (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Parser/
altivec.c 87 gccvector unsigned int gccv = {0,0,0,0}; local
88 gccvector unsigned int gccv1 = gccv;
89 gccvector int gccv2 = (gccvector int)gccv;
91 __vector unsigned int av = gccv;
92 __vector int avi = (__vector int)gccv;
96 gv8 = gccv; // expected-error {{assigning to '__attribute__((__vector_size__(2 * sizeof(unsigned int)))) unsigned int' from incompatible type '__attribute__((__vector_size__(4 * sizeof(unsigned int)))) unsigned int'}}
99 v = gccv;
100 __vector unsigned int tv = gccv;
101 gccv = v;
cxx-altivec.cpp 87 gccvector unsigned int gccv = {0,0,0,0}; local
88 gccvector unsigned int gccv1 = gccv;
89 gccvector int gccv2 = (gccvector int)gccv;
91 __vector unsigned int av = gccv;
92 __vector int avi = (__vector int)gccv;
96 gv8 = gccv; // expected-error {{assigning to '__attribute__((__vector_size__(2 * sizeof(unsigned int)))) unsigned int' from incompatible type '__attribute__((__vector_size__(4 * sizeof(unsigned int)))) unsigned int'}}
99 v = gccv;
100 __vector unsigned int tv = gccv;
101 gccv = v;

Completed in 639 milliseconds