Home
last modified time | relevance | path

Searched defs:a8 (Results 1 – 25 of 41) sorted by relevance

12

/llvm-project/clang/test/Lexer/
H A Dsize_t-literal.cpp28 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 Dmodfile18.f9014 …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 Dkinds03.f9061 !DEF: /MainProgram1/a8 ObjectEntity TYPE(rpdt(k=8_4)) variable
H A Dstructconst09.f9029 type(t) :: a8 = t(pp=internal) local
H A Dresolve09.f90132 subroutine a8() subroutine
/llvm-project/clang/test/SemaCXX/
H A Dwarn-cast-qual.cpp36 …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 Dattr-weakref.cpp28 int a8 __attribute__((weakref ("v1"))); // expected-error {{weakref declaration must have internal … variable
H A Dsize_t-literal.cpp66 auto a8 = 1ZU; in SizeT() local
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_template.cpp29 C<Ylong> *a8; global() variable
H A Dinstantiate-expr-2.cpp42 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 Dtemp_arg_type.cpp26 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 Dtsan_interface.h206 typedef unsigned char a8; typedef
[all...]
/llvm-project/compiler-rt/test/dfsan/
H A Dtrace-cmp.c14 uint64_t a8, b8; variable
/llvm-project/clang/test/CXX/over/over.match/over.match.funcs/over.match.class.deduct/
H A Dp3.cpp22 A a8{0, i}; // expected-error {{ambiguous deduction}} variable
/llvm-project/clang/test/Sema/
H A Dgeneric-selection.c33 …int a8[_Generic(g, void (*)(void): 1, default: 2) == 1 ? 1 : -1]; // ext-warning {{'_Generic' is a… in foo() local
H A Ddiv-sizeof-ptr.cpp21 …int a8 = sizeof(d) / sizeof(int); // expected-warning {{'sizeof (d)' will return the size of the … in test() local
H A Dcomplex-int.c41 double a8; in Tester() local
H A Dattr-mode-enums.c44 CompleteYType2 a8; in main() local
H A Dmatrix-type-builtins.c61 sx5x10_t a8 = __builtin_matrix_column_major_load(p3, 5, 10, 6); in column_major_load() local
H A Dvla.c131 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 Dx86_32-arguments-win32.c105 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 Dx86_32-arguments-linux.c44 t56_v2d a8, struct s56_4 a9, in f56()
/llvm-project/clang/test/CXX/special/class.inhctor/
H A Dp1.cpp48 A a8{c,0,1}; // ok variable
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dtoc-data-structs-arrays.cpp35 struct size8_struct a8; variable
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-abi-tag.cpp47 static float a8; member
49 float E<float>::a8; member in E<float>

12