Home
last modified time | relevance | path

Searched defs:a6 (Results 1 – 25 of 53) sorted by relevance

123

/llvm-project/clang/test/Lexer/
H A Dsize_t-literal.cpp25 auto a6 = 1UZ; in ValidSuffix() local
43 auto a6 = 0x1UZ; in ValidSuffix() local
61 auto a6 = 0b1UZ; in ValidSuffix() local
79 auto a6 = 01UZ; in ValidSuffix() local
100 auto a6 = 1Zl; // expected-error {{invalid suffix}} in InvalidSuffix() local
122 auto a6 = 1Zll; // expected-error {{invalid suffix}} in InvalidSuffix() local
143 auto a6 = 0.1UZ; // expected-error {{invalid suffix}} in InvalidSuffix() local
/llvm-project/flang/test/Semantics/
H A Dmodfile18.f9012 real, parameter :: a6(2) = [9, 10] variable
H A Dstructconst09.f9025 type(t) :: a6 = t(rp=da) local
H A Dresolve09.f90116 function a6() function
/llvm-project/clang/test/SemaCXX/
H A Dwarn-cast-qual.cpp34 …const int &a6 = (int &)((int &)a); // expected-warning {{cast from 'const int' to 'int &' dr… in foo_0() local
49 …volatile int &a6 = (int &)((int &)a); // expected-warning {{cast from 'volatile int' to '… in foo_1() local
64 …const volatile int &a6 = (int &)((int &)a); // expected-warning {{cast from 'const … in foo_2() local
H A Dattr-weakref.cpp15 static int a6 __attribute__((weakref)); //expected-error {{weakref declaration of 'a6' must also ha… variable
H A Dsize_t-literal.cpp56 auto a6 = 1Zu; in SizeT() local
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_template.cpp27 B<X> *a6; // expected-error{{template template argument has different template parameters than its corresponding template template parameter}} global() variable
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
H A Dp4.cpp14 int a6[] = { t.get() }; in tf() local
/llvm-project/clang/test/CXX/over/over.match/over.match.funcs/over.match.class.deduct/
H A Dp3.cpp20 A a6{0, 1}; 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
35 integer a6(6:i,j:*) local
/llvm-project/clang/test/CodeGen/
H A Dasm-variable.c32 double a5, double a6, double a7) { in foo2()
/llvm-project/clang/test/C/C23/
H A Dn2934.c65 char a6 _Alignas(8); // expected-error {{expected ';' at end of declaration list}} member
/llvm-project/compiler-rt/test/metadata/
H A Duar.cpp49 void stack_args(long a0, long a1, long a2, long a3, long a4, long a5, long a6) { in stack_args() argument
56 long a6, long a7, long a8) { in more_stack_args() argument
H A Dcovered.cpp81 long a4, long a5, long a6) { in with_atomic_escape_lots_of_args()
/llvm-project/clang/test/Sema/
H A Dgeneric-selection.c30 …int a6[_Generic(0, short: 1, float: 2, int: 3) == 3 ? 1 : -1]; // ext-warning {{'_Generic' is a C1… in foo() local
H A Ddiv-sizeof-ptr.cpp17 …int a6 = sizeof(r) / sizeof(int); // expected-warning {{'sizeof (r)' will return the size of the… in test() local
H A Ddiv-sizeof-array.cpp21 int a6 = sizeof(arr) / sizeof(int32); in test() local
H A Dcomplex-int.c39 int a6; in Tester() local
H A Dattr-mode-enums.c42 IncompleteYType a6 __attribute__((mode(HI))); in main() local
/llvm-project/clang/test/CXX/special/class.inhctor/
H A Dp1.cpp42 A a6{c}; // ok variable
/llvm-project/clang/test/Layout/
H A Daix-bitfield-alignment.c45 long long int a6 : 6; member
71 long long int a6 : 6; member
96 long long int a6 : 6; member
/llvm-project/libcxx/benchmarks/
H A Dstringstream.bench.cpp
/llvm-project/clang/test/Misc/
H A Ddiag-aka-types.cpp67 C a6[10]; variable
/llvm-project/clang/test/CodeGen/X86/
H A Dx86_32-arguments-linux.c43 t56_v4i a6, struct s56_3 a7, in f56()

123