Home
last modified time | relevance | path

Searched defs:a19 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/Parser/
H A Dcxx2a-placeholder-type-constraint.cpp38 {C decltype a19 = 1;} in foo() local
/llvm-project/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp67 int a19[__builtin_classify_type(atomic_i) == integer_type_class ? 1 : -1]; in foo() local
H A Duninitialized.cpp264 A a19 = getA(x ? a19 : a17); // expected-warning {{variable 'a19' is uninitialized when used within its own initialization}} setupA() local
328 A a19 = getA(cond ? a19 : a17); // expected-warning {{variable 'a19' is uninitialized when used within its own initialization}} global() variable
/llvm-project/clang/test/Sema/
H A Dbuiltin-classify-type.c75 int a19[__builtin_classify_type(complex_d) == complex_type_class ? 1 : -1]; in foo() local
/llvm-project/clang/test/Lexer/
H A Dsize_t-literal.cpp157 auto a19 = 0.1fzU; // expected-error {{invalid suffix}} in InvalidSuffix() local