Home
last modified time | relevance | path

Searched defs:a7 (Results 1 – 25 of 42) sorted by relevance

12

/llvm-project/clang/test/Lexer/
H A Dsize_t-literal.cpp27 auto a7 = 1zu; in ValidSuffix() local
45 auto a7 = 0x1zu; in ValidSuffix() local
63 auto a7 = 0b1zu; in ValidSuffix() local
81 auto a7 = 01zu; in ValidSuffix() local
101 auto a7 = 1zL; // expected-error {{invalid suffix}} in InvalidSuffix() local
123 auto a7 = 1zLL; // expected-error {{invalid suffix}} in InvalidSuffix() local
144 auto a7 = 0.1zu; // expected-error {{invalid suffix}} in InvalidSuffix() local
/llvm-project/flang/test/Semantics/
H A Dmodfile18.f9013 real, parameter :: a7(6) = [([(1.0*k,k=1,j)],j=1,3)] variable
H A Dstructconst09.f9027 type(t) :: a7 = t(pp=lpp) local
H A Dresolve09.f90124 subroutine a7() subroutine
H A Dkinds02.f9031 real(kind=7) :: a7 variable
/llvm-project/clang/test/SemaCXX/
H A Dwarn-cast-qual.cpp35 …const int &a7 = (int &)((const int &)a); // expected-warning {{cast from 'const int' to 'int &' dr… in foo_0() local
50 …volatile int &a7 = (int &)((volatile int &)a); // expected-warning {{cast from 'volatile int' to '… in foo_1() local
65 …const volatile int &a7 = (int &)((const volatile int &)a); // expected-warning {{cast from 'const … in foo_2() local
H A Dsize_t-literal.cpp61 auto a7 = 1zU; in SizeT() local
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_template.cpp28 C<Y> *a7; global() variable
H A Dtemp_arg_type.cpp20 A<function_tpl> a7; // expected-error{{template argument for template type parameter must be a type}} variable
/llvm-project/clang/test/CXX/over/over.match/over.match.funcs/over.match.class.deduct/
H A Dp3.cpp21 A a7 = {0, i}; // expected-error {{ambiguous deduction}} variable
/llvm-project/flang/test/Lower/
H A Darray.f9024 subroutine s(i,j,k,ii,jj,kk,a1,a2,a3,a4,a5,a6,a7) argument
36 real a7(i:70,7:j,k:80) local
/llvm-project/clang/test/CodeGen/
H A Dasm-variable.c32 double a5, double a6, double a7) { in foo2()
H A Dinit.c66 struct a7 { struct
71 struct a7 test7 = { .b = 0, .v = "bar" }; argument
H A Dms_struct-bitfield-1.c61 static int a7[(sizeof(t7) == 16) -1]; variable
/llvm-project/clang/test/Sema/
H A Dgeneric-selection.c32 …int a7[_Generic("test", char *: 1, default: 2) == 1 ? 1 : -1]; // ext-warning {{'_Generic' is a C1… in foo() local
H A Ddiv-sizeof-ptr.cpp20 …int a7 = sizeof(d) / sizeof(int32); // expected-warning {{'sizeof (d)' will return the size of the… in test() local
H A Ddiv-sizeof-array.cpp22 int a7 = sizeof(arr) / sizeof(int); in test() local
H A Dcomplex-int.c40 float a7; in Tester() local
H A Dattr-mode-enums.c43 CompleteYType1 a7; in main() local
H A Dmatrix-type-builtins.c58 sx5x10_t a7 = __builtin_matrix_column_major_load(p1, 5, 10, 3); in column_major_load() local
H A Dvla.c128 int a7[ksize] __attribute__((annotate("foo"))) = {1,2,3,4}; in test_fold_to_constant_array() local
/llvm-project/clang/test/CXX/special/class.inhctor/
H A Dp1.cpp45 A a7{c,0}; // ok variable
/llvm-project/clang/test/Layout/
H A Daix-bitfield-alignment.c46 unsigned long a7 : 8; member
72 unsigned long a7 : 8; member
97 unsigned long a7 : 8; member
/llvm-project/libcxx/benchmarks/
H A Dstringstream.bench.cpp
/llvm-project/clang/test/CodeGen/X86/
H A Dx86_32-arguments-linux.c43 t56_v4i a6, struct s56_3 a7, in f56()

12