/llvm-project/clang/test/Lexer/ |
H A D | size_t-literal.cpp | 28 auto a8 = 1Zu; in ValidSuffix() local 46 auto a8 = 0x1Zu; in ValidSuffix() local 64 auto a8 = 0b1Zu; in ValidSuffix() local 82 auto a8 = 01Zu; in ValidSuffix() local 102 auto a8 = 1ZL; // expected-error {{invalid suffix}} in InvalidSuffix() local 124 auto a8 = 1ZLL; // expected-error {{invalid suffix}} in InvalidSuffix() local 145 auto a8 = 0.1Zu; // expected-error {{invalid suffix}} in InvalidSuffix() local
|
/llvm-project/flang/test/Semantics/ |
H A D | modfile18.f90 | 14 …real, parameter :: a8(13) = [real::1,2_1,3_2,4_4,5_8,6_16,7._2,8._3,9._4,10._8,11._16,(12.,12.5),(… variable
|
H A D | kinds03.f90 | 61 !DEF: /MainProgram1/a8 ObjectEntity TYPE(rpdt(k=8_4)) variable
|
H A D | structconst09.f90 | 29 type(t) :: a8 = t(pp=internal) local
|
H A D | resolve09.f90 | 132 subroutine a8() subroutine
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-cast-qual.cpp | 36 …const int &a8 = (const int &)((int &)a); // expected-warning {{cast from 'const int' to 'int &' dr… in foo_0() local 51 …volatile int &a8 = (volatile int &)((int &)a); // expected-warning {{cast from 'volatile int' to '… in foo_1() local 66 …const volatile int &a8 = (const volatile int &)((int &)a); // expected-warning {{cast from 'const … in foo_2() local
|
H A D | attr-weakref.cpp | 28 int a8 __attribute__((weakref ("v1"))); // expected-error {{weakref declaration must have internal … variable
|
H A D | size_t-literal.cpp | 66 auto a8 = 1ZU; in SizeT() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | temp_arg_template.cpp | 29 C<Ylong> *a8; global() variable
|
H A D | instantiate-expr-2.cpp | 42 void test_bin_op_overload(A<1> *a1, A<2> *a2, A<4> *a4, A<8> *a8) { in test_bin_op_overload() 64 void test_unary_op_overload(A<8> *a8) { in test_unary_op_overload()
|
H A D | temp_arg_type.cpp | 26 A<ns::B> a8; // expected-error{{use of class template 'ns::B' requires template arguments}} variable
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interface.h | 206 typedef unsigned char a8; typedef [all...] |
/llvm-project/compiler-rt/test/dfsan/ |
H A D | trace-cmp.c | 14 uint64_t a8, b8; variable
|
/llvm-project/clang/test/CXX/over/over.match/over.match.funcs/over.match.class.deduct/ |
H A D | p3.cpp | 22 A a8{0, i}; // expected-error {{ambiguous deduction}} variable
|
/llvm-project/clang/test/Sema/ |
H A D | generic-selection.c | 33 …int a8[_Generic(g, void (*)(void): 1, default: 2) == 1 ? 1 : -1]; // ext-warning {{'_Generic' is a… in foo() local
|
H A D | div-sizeof-ptr.cpp | 21 …int a8 = sizeof(d) / sizeof(int); // expected-warning {{'sizeof (d)' will return the size of the … in test() local
|
H A D | complex-int.c | 41 double a8; in Tester() local
|
H A D | attr-mode-enums.c | 44 CompleteYType2 a8; in main() local
|
H A D | matrix-type-builtins.c | 61 sx5x10_t a8 = __builtin_matrix_column_major_load(p3, 5, 10, 6); in column_major_load() local
|
H A D | vla.c | 131 char a8[2][ksize] = {{1,2,3,4},{4,3,2,1}}; in test_fold_to_constant_array() local
|
/llvm-project/clang/test/CodeGen/X86/ |
H A D | x86_32-arguments-win32.c | 105 struct Align8 a8; in pass_underaligned_record() local 124 struct FieldAlign8 a8; in pass_underaligned_record_field() local 138 struct Align8 a8 = {42}; in pass_aligned_variadic() local
|
H A D | x86_32-arguments-linux.c | 44 t56_v2d a8, struct s56_4 a9, in f56()
|
/llvm-project/clang/test/CXX/special/class.inhctor/ |
H A D | p1.cpp | 48 A a8{c,0,1}; // ok variable
|
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | toc-data-structs-arrays.cpp | 35 struct size8_struct a8; variable
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | mangle-abi-tag.cpp | 47 static float a8; member 49 float E<float>::a8; member in E<float>
|