Home
last modified time | relevance | path

Searched defs:a18 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp66 int a18[__builtin_classify_type(evec) == vector_type_class ? 1 : -1]; in foo() local
H A Duninitialized.cpp263 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
/llvm-project/clang/test/Sema/
H A Dbuiltin-classify-type.c74 int a18[__builtin_classify_type(complex_i) == complex_type_class ? 1 : -1]; in foo() local
/llvm-project/clang/test/Lexer/
H A Dsize_t-literal.cpp156 auto a18 = 0.1fZu; // expected-error {{invalid suffix}} in InvalidSuffix() local