Home
last modified time | relevance | path

Searched defs:a9 (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_template.cpp30 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 Dtemp_arg_type.cpp42 A<__typeof__(Unnamed)> *a9; variable
H A Dtemp_arg_nontype.cpp24 A<ShortValue> *a9; variable
/llvm-project/clang/test/Lexer/
H A Dsize_t-literal.cpp29 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 Dattr-weakref.cpp31 int a9 __attribute__((weakref)); // expected-error {{weakref declaration of 'a9' must also have an… variable
H A Dbuiltin-classify-type.cpp57 int a9[__builtin_classify_type(d) == real_type_class ? 1 : -1]; in foo() local
H A Duninitialized.cpp253 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 Dcxx03.cpp
/llvm-project/clang/test/Sema/
H A Dgeneric-selection.c36 …int a9[_Generic(i, int: 1, default: 2) == 1 ? 1 : -1]; // ext-warning {{'_Generic' is a C11 extens… in foo() local
H A Ddiv-sizeof-ptr.cpp23 …int a9 = sizeof(*q) / sizeof(**q); // expected-warning {{'sizeof (*q)' will return the size of the… in test() local
H A Ddiv-sizeof-array.cpp23 int a9 = sizeof(arr) / sizeof(unsigned int); in test() local
H A Dattr-mode-enums.c45 CompleteType3 a9; in main() local
H A Dmatrix-type-builtins.c64 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 Dp1.cpp51 A a9{"foo"}; // expected-error {{ambiguous}} variable
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dtoc-data-structs-arrays.cpp36 struct size9_struct a9; variable
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-abi-tag.cpp54 static bool a9; member
56 bool E<F>::a9; member in E<F>
/llvm-project/flang/test/Semantics/
H A Dstructconst09.f9031 type(t) :: a9 = t(pp=dp) local
/llvm-project/clang/test/Misc/
H A Ddiag-aka-types.cpp69 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 Dx86_32-arguments-linux.c44 t56_v2d a8, struct s56_4 a9, in f56()
/llvm-project/clang/test/CodeGen/
H A Dms_struct-bitfield-1.c79 static int a9[(sizeof(t9) == 16) -1]; variable
H A Dms_struct-bitfield-2.c134 static int a9[(sizeof (struct_9) == size_struct_9) -1]; variable
/llvm-project/clang/test/Parser/
H A Dcxx0x-lambda-expressions.cpp59 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 Dredundant-casting.cpp70 const A& a9 = static_cast<const A&>(a); testCastingWithConstAuto() local
H A Dsimplify-boolean-expr.cpp51 bool a9 = a1 && true; variable
/llvm-project/libcxxabi/test/
H A Ddynamic_cast14.pass.cpp221 A9 a9; variable
942 A9 a9; variable
1663 A9 a9; variable

12