Lines Matching defs:cc
58 int cc;
573 vbl = vec_fp_test_data_class(vd, idx, &cc); // expected-error {{must be a constant integer}}
574 vbl = vec_fp_test_data_class(vd, -1, &cc); // expected-error {{should be a value from 0 to 4095}}
575 vbl = vec_fp_test_data_class(vd, 4096, &cc); // expected-error {{should be a value from 0 to 4095}}