Searched defs:a18 (Results 1 – 4 of 4) sorted by relevance
66 int a18[__builtin_classify_type(evec) == vector_type_class ? 1 : -1]; in foo() local
263 A a18 = x ? a18 : a17; // expected-warning {{variable 'a18' is uninitialized when used within its own initialization}} setupA() local 327 A a18 = cond ? a18 : a17; // expected-warning {{variable 'a18' is uninitialized when used within its own initialization}} global() variable
74 int a18[__builtin_classify_type(complex_i) == complex_type_class ? 1 : -1]; in foo() local
156 auto a18 = 0.1fZu; // expected-error {{invalid suffix}} in InvalidSuffix() local