Home
last modified time | relevance | path

Searched defs:a10 (Results 1 – 20 of 20) sorted by relevance

/llvm-project/clang/test/Lexer/
H A Dsize_t-literal.cpp30 auto a10 = 1ZU; in ValidSuffix() local
48 auto a10 = 0x1ZU; in ValidSuffix() local
66 auto a10 = 0b1ZU; in ValidSuffix() local
84 auto a10 = 01ZU; in ValidSuffix() local
105 auto a10 = 1ulZ; // expected-error {{invalid suffix}} in InvalidSuffix() local
127 auto a10 = 1ullZ; // expected-error {{invalid suffix}} in InvalidSuffix() local
147 auto a10 = 0.1ZU; // expected-error {{invalid suffix}} in InvalidSuffix() local
/llvm-project/flang/test/Semantics/
H A Dreal10-x86-01.f9024 type(rpdt(10)) :: a10 variable
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_template.cpp37 A<::N::Z> *a10; global() variable
H A Dtemp_arg_nontype.cpp27 A<f(17)> *a10; // expected-error{{non-type template argument of type 'int' is not an integral constant expression}} variable
/llvm-project/clang/test/Sema/
H A Ddiv-sizeof-ptr.cpp24 …int a10 = sizeof(p) / sizeof(decltype(*p)); // expected-warning {{'sizeof (p)' will return the siz… in test() local
H A Ddiv-sizeof-array.cpp25 int a10 = sizeof(arr3) / sizeof(char); in test() local
H A Dattr-mode-enums.c46 CompleteType4 a10; in main() local
H A Dmatrix-type-builtins.c67 sx5x10_t a10 = __builtin_matrix_column_major_load(p1, 1ull << 21, 10, 6); in column_major_load() local
H A Dvla.c136 char (*a10)[ksize] = 0; in test_fold_to_constant_array() local
H A Dbuiltin-classify-type.c66 int a10[__builtin_classify_type(u_obj) == union_type_class ? 1 : -1]; in foo() local
/llvm-project/clang/test/Misc/
H A Ddiag-aka-types.cpp70 int a10 = a8; // 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.c45 t56_v8i a10, struct s56_5 a11, in f56()
H A Dx86_32-arguments-darwin.c269 t56_v8i a10, struct s56_5 a11, in f56()
/llvm-project/clang/test/CodeGen/
H A Dms_struct-bitfield-1.c90 static int a10[(sizeof(t10) == 2) -1]; variable
/llvm-project/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp58 int a10[__builtin_classify_type(f) == pointer_type_class ? 1 : -1]; in foo() local
H A Duninitialized.cpp254 A a10(a10.count); setupA() local
318 A a10(a10.count); global() variable
938 const A a10 = a10; // expected-warning {{uninitialized}} global() member
954 const A a10 = a10; // expected-warning {{uninitialized}} global() member
971 const A a10 = a10; global() member
[all...]
/llvm-project/clang/test/Parser/
H A Dcxx0x-lambda-expressions.cpp57 …int a10[1] = {[id(0)] { return id; } ()}; // cxx14ext-warning {{initialized lambda captures are a … in designator_or_lambda() local
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-abi-tag.cpp61 } a10; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-casting.cpp78 A* a10 = static_cast<A*>(a); testCastingWithAutoPtr() local
/llvm-project/libcxxabi/test/
H A Ddynamic_cast14.pass.cpp222 A10 a10; variable
943 A10 a10; variable
1664 A10 a10; variable