Lines Matching refs:char2
5 typedef __attribute__((ext_vector_type(2))) char char2;
14 char2 ptest01(char2 c, char s) {
18 char2 ptest02(char2 c, char2 s) {
22 char2 ptest03(char2 c, int s) {
26 char2 ptest04(char2 c, int2 s) {
30 int2 ptest05(int2 c, char2 s) {
34 char2 ptest06(char2 c) {
47 char2 ntest01(char c, char2 s) {
48 …return c << s; // expected-error {{requested shift is a vector of type 'char2' (vector of 2 'char'…
51 char3 ntest02(char3 c, char2 s) {
52 …ave the same number of elements ('char3' (vector of 3 'char' values) and 'char2' (vector of 2 'cha…