Searched defs:a17 (Results 1 – 4 of 4) sorted by relevance
65 int a17[__builtin_classify_type(vec) == vector_type_class ? 1 : -1]; in foo() local
262 A a17(a17.get2()); // expected-warning {{variable 'a17' is uninitialized when used within its own initialization}} setupA() local 326 A a17(a17.get2()); // expected-warning {{variable 'a17' is uninitialized when used within its own initialization}} global() variable [all...]
73 int a17[__builtin_classify_type(atomic_d) == real_type_class ? 1 : -1]; in foo() local
155 auto a17 = 0.1fzu; // expected-error {{invalid suffix}} in InvalidSuffix() local