Home
last modified time | relevance | path

Searched defs:a12 (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang/test/Lexer/
H A Dsize_t-literal.cpp33 auto a12 = 1'2Z; in ValidSuffix() local
51 auto a12 = 0x1'2Z; in ValidSuffix() local
69 auto a12 = 0b1'1Z; in ValidSuffix() local
87 auto a12 = 0'1Z; in ValidSuffix() local
107 auto a12 = 1uLZ; // expected-error {{invalid suffix}} in InvalidSuffix() local
129 auto a12 = 1uLLZ; // expected-error {{invalid suffix}} in InvalidSuffix() local
150 auto a12 = 0.1fZ; // expected-error {{invalid suffix}} in InvalidSuffix() local
/llvm-project/clang/test/Sema/
H A Ddiv-sizeof-array.cpp27 int a12 = sizeof(arr) / (sizeof(short)); in test() local
H A Dattr-mode-enums.c48 enum __attribute__((mode(QI))) { A4, B4 } a12; in main() local
H A Dmatrix-type-builtins.c72 sx5x10_t a12 = __builtin_matrix_column_major_load( in column_major_load() local
H A Dbuiltin-classify-type.c68 int a12[__builtin_classify_type("abc") == pointer_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.cpp60 int a12[__builtin_classify_type(cl_obj) == record_type_class ? 1 : -1]; in foo() local
H A Duninitialized.cpp257 A a12(a12.get()); // expected-warning {{variable 'a12' is uninitialized when used within its own initialization}} setupA() local
321 A a12(a12.get()); // expected-warning {{variable 'a12' is uninitialized when used within its own initialization}} global() variable
940 A a12 = A(std::move(a12)); // expected-warning {{uninitialized}} global() member
956 A a12 = A(std::move(a12)); // expected-warning {{uninitialized}} global() member
973 A a12 = A(std::move(a12)); global() member
[all...]
/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp5.cpp57 A2<X_ptr> *a12; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-casting.cpp104 A* a12 = const_cast<A*>(ptr); testValidPtrConstCast() local
/llvm-project/libcxxabi/test/
H A Ddynamic_cast14.pass.cpp224 A12 a12; variable
945 A12 a12; variable
1666 A12 a12; variable