/llvm-project/clang/test/SemaTemplate/ |
H A D | temp_arg_template.cpp | 30 C<Yref> *a9; // expected-error{{template template argument has different template parameters than its corresponding template template parameter}} global() variable 34 A<f> *a9; // expected-error{{must be a class template}} global() variable
|
H A D | temp_arg_type.cpp | 42 A<__typeof__(Unnamed)> *a9; variable
|
H A D | temp_arg_nontype.cpp | 24 A<ShortValue> *a9; variable
|
/llvm-project/clang/test/Lexer/ |
H A D | size_t-literal.cpp | 29 auto a9 = 1zU; in ValidSuffix() local 47 auto a9 = 0x1zU; in ValidSuffix() local 65 auto a9 = 0b1zU; in ValidSuffix() local 83 auto a9 = 01zU; in ValidSuffix() local 104 auto a9 = 1ulz; // expected-error {{invalid suffix}} in InvalidSuffix() local 126 auto a9 = 1ullz; // expected-error {{invalid suffix}} in InvalidSuffix() local 146 auto a9 = 0.1zU; // expected-error {{invalid suffix}} in InvalidSuffix() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | attr-weakref.cpp | 31 int a9 __attribute__((weakref)); // expected-error {{weakref declaration of 'a9' must also have an… variable
|
H A D | builtin-classify-type.cpp | 57 int a9[__builtin_classify_type(d) == real_type_class ? 1 : -1]; in foo() local
|
H A D | uninitialized.cpp | 253 A a9 = getA(&a9); setupA() local 317 A a9 = getA(&a9); global() variable 937 A a9 = normal(a9); // expected-warning {{uninitialized}} global() member 953 A a9 = normal(a9); // expected-warning {{uninitialized}} global() member 970 A a9 = normal(a9); global() member [all...] |
/llvm-project/clang/test/AST/Interp/ |
H A D | cxx03.cpp |
|
/llvm-project/clang/test/Sema/ |
H A D | generic-selection.c | 36 …int a9[_Generic(i, int: 1, default: 2) == 1 ? 1 : -1]; // ext-warning {{'_Generic' is a C11 extens… in foo() local
|
H A D | div-sizeof-ptr.cpp | 23 …int a9 = sizeof(*q) / sizeof(**q); // expected-warning {{'sizeof (*q)' will return the size of the… in test() local
|
H A D | div-sizeof-array.cpp | 23 int a9 = sizeof(arr) / sizeof(unsigned int); in test() local
|
H A D | attr-mode-enums.c | 45 CompleteType3 a9; in main() local
|
H A D | matrix-type-builtins.c | 64 sx5x10_t a9 = __builtin_matrix_column_major_load(p4, 5, 10, 6); in column_major_load() local
|
/llvm-project/clang/test/CXX/special/class.inhctor/ |
H A D | p1.cpp | 51 A a9{"foo"}; // expected-error {{ambiguous}} variable
|
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | toc-data-structs-arrays.cpp | 36 struct size9_struct a9; variable
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | mangle-abi-tag.cpp | 54 static bool a9; member 56 bool E<F>::a9; member in E<F>
|
/llvm-project/flang/test/Semantics/ |
H A D | structconst09.f90 | 31 type(t) :: a9 = t(pp=dp) local
|
/llvm-project/clang/test/Misc/ |
H A D | diag-aka-types.cpp | 69 int a9 = a6; // expected-error{{cannot initialize a variable of type 'int' with an lvalue of type '… variable
|
/llvm-project/clang/test/CodeGen/X86/ |
H A D | x86_32-arguments-linux.c | 44 t56_v2d a8, struct s56_4 a9, in f56()
|
/llvm-project/clang/test/CodeGen/ |
H A D | ms_struct-bitfield-1.c | 79 static int a9[(sizeof(t9) == 16) -1]; variable
|
H A D | ms_struct-bitfield-2.c | 134 static int a9[(sizeof (struct_9) == size_struct_9) -1]; variable
|
/llvm-project/clang/test/Parser/ |
H A D | cxx0x-lambda-expressions.cpp | 59 int a9[1] = {[d = 0] = 1}; // expected-error{{is not an integral constant expression}} in designator_or_lambda() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | redundant-casting.cpp | 70 const A& a9 = static_cast<const A&>(a); testCastingWithConstAuto() local
|
H A D | simplify-boolean-expr.cpp | 51 bool a9 = a1 && true; variable
|
/llvm-project/libcxxabi/test/ |
H A D | dynamic_cast14.pass.cpp | 221 A9 a9; variable 942 A9 a9; variable 1663 A9 a9; variable
|