Home
last modified time | relevance | path

Searched defs:a13 (Results 1 – 13 of 13) sorted by relevance

/llvm-project/clang/test/Lexer/
H A Dsize_t-literal.cpp109 auto a13 = 1uzl; // expected-error {{invalid suffix}} in InvalidSuffix() local
131 auto a13 = 1uzll; // expected-error {{invalid suffix}} in InvalidSuffix() local
151 auto a13 = 0.1fuz; // expected-error {{invalid suffix}} in InvalidSuffix() local
/llvm-project/clang/test/CodeGen/
H A Dstruct.c132 struct a13 {int b; int c;}; argument
134 typedef struct a13 a13; typedef
/llvm-project/clang/test/Sema/
H A Ddiv-sizeof-array.cpp28 int a13 = sizeof(arr3) / sizeof(p); in test() local
H A Dmatrix-type-builtins.c78 sx5x10_t a13 = __builtin_matrix_column_major_load( in column_major_load() local
H A Dbuiltin-classify-type.c69 int a13[__builtin_classify_type(block) == no_type_class ? 1 : -1]; in foo() local
/llvm-project/clang/test/CodeGen/X86/
H A Dx86_32-arguments-linux.c46 t56_v4d a12, struct s56_6 a13) { in f56()
H A Dx86_32-arguments-darwin.c270 t56_v4d a12, struct s56_6 a13) { in f56()
/llvm-project/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp61 int a13[__builtin_classify_type(u_obj) == union_type_class ? 1 : -1]; in foo() local
H A Duninitialized.cpp258 A a13(a13.num); // expected-warning {{variable 'a13' is uninitialized when used within its own initialization}} setupA() local
322 A a13(a13.num); // expected-warning {{variable 'a13' is uninitialized when used within its own initialization}} global() variable
941 A a13 = rref(std::move(a13)); // expected-warning {{uninitialized}} global() member
957 A a13 = rref(std::move(a13)); // expected-warning {{uninitialized}} global() member
974 A a13 = rref(std::move(a13)); global() member
[all...]
/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp5.cpp63 A2<array_of_Xs> *a13; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-casting.cpp117 A* a13 = static_cast<A*>(PTR_NAME); testMacroCasting() local
/llvm-project/clang/test/Misc/
H A Ddiag-template-diffing-cxx11.cpp394 set13(class_ptrs<&a13, &b13, &d13>()); in set13() argument
392 double a13, b13, c13, d13; global() variable
[all...]
/llvm-project/libcxxabi/test/
H A Ddynamic_cast14.pass.cpp225 A13 a13; variable
946 A13 a13; variable
1667 A13 a13; variable