Home
last modified time | relevance | path

Searched defs:a4 (Results 1 – 25 of 145) sorted by relevance

123456

/llvm-project/clang/test/Lexer/
H A Dsize_t-literal.cpp23 auto a4 = 1uZ; in ValidSuffix() local
41 auto a4 = 0x1uZ; in ValidSuffix() local
59 auto a4 = 0b1uZ; in ValidSuffix() local
77 auto a4 = 01uZ; in ValidSuffix() local
97 auto a4 = 1LZ; // expected-error {{invalid suffix}} in InvalidSuffix() local
119 auto a4 = 1LLZ; // expected-error {{invalid suffix}} in InvalidSuffix() local
141 auto a4 = 0.1uZ; // expected-error {{invalid suffix}} in InvalidSuffix() local
165 auto a4 = 1ZZ; // expected-error {{invalid suffix}} in InvalidSuffix() local
/llvm-project/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.cnstr/
H A Dallocs.pass.cpp48 A1<int> a4(4); in main() local
78 A1<int> a4(4); in main() local
/llvm-project/clang/test/SemaCXX/
H A Dwarn-cast-qual.cpp32 …int &a4 = (int &)((const int &)a); // expected-warning {{cast from 'const int' to 'int &' dr… in foo_0() local
47 …int &a4 = (int &)((volatile int &)a); // expected-warning {{cast from 'volatile int' to '… in foo_1() local
62 …int &a4 = (int &)((const volatile int &)a); // expected-warning {{cast from 'const … in foo_2() local
79 …const int **a4 = (const int **)((int **)a); // expected-warning {{cast from 'const int *' t… in bar_0() local
93 …const int *&a4 = (const int *&)((int *&)a); // expected-warning {{cast from 'const int *' t… in bar_1() local
H A Dattr-weakref.cpp9 static int a4 __attribute__((weakref, alias ("foo"))); variable
/llvm-project/clang/test/CodeGen/
H A Dasm-variable.c5 unsigned long long a3, unsigned long long a4, in foo()
31 double a3, double a4, in foo2()
H A Dunaligned-decl.c13 int __unaligned a4[10]; variable
/llvm-project/libc/test/src/__support/OSUtil/linux/x86_64/
H A Dsyscall_test.cpp32 [](long n, long a1, long a2, long a3, long a4) { in TEST()
36 [](long n, long a1, long a2, long a3, long a4, long a5) { in TEST()
40 [](long n, long a1, long a2, long a3, long a4, long a5, long a6) { in TEST()
/llvm-project/flang/test/Lower/
H A Darray-derived.f90134 subroutine test3(a3, a4) argument
135 type(t3) :: a3(:), a4(:) local
/llvm-project/clang/test/Sema/
H A Darray-declared-as-incorrect-type.c13 int a4[2]; // expected-error {{redefinition of 'a4'}} variable
H A Davr-flash.c8 static __flash4 const int a4[] = {4, 6}; // expected-error {{unknown type name '__flash4'}} in foo() local
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg.cpp19 A a4; // precxx17-error{{use of class template 'A' requires template arguments}} \ variable
H A Dtemp_arg_template.cpp25 A<Y> *a4; // expected-error{{template template argument has different template parameters than its corresponding template template parameter}} global() variable
/llvm-project/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/basic.stc.dynamic.deallocation/
H A Dp2.cpp18 auto *a4 = new A<size_t, std::align_val_t>; // expected-error {{deleted}} variable
/llvm-project/flang/test/Semantics/
H A Dmodfile18.f9010 real, parameter :: a4(55) = [real::((1.0*k,k=1,j),j=1,10)] variable
/llvm-project/compiler-rt/test/metadata/
H A Duar.cpp43 void no_stack_args(long a0, long a1, long a2, long a3, long a4, long a5) { in no_stack_args() argument
49 void stack_args(long a0, long a1, long a2, long a3, long a4, long a5, long a6) { in stack_args() argument
55 void more_stack_args(long a0, long a1, long a2, long a3, long a4, long a5, in more_stack_args() argument
/llvm-project/libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/
H A Dconst_mem_fun_ref_t.cxx1z.compile.fail.cpp28 double a4(unsigned i) const {return i-1;} in a4() function
H A Dmem_fun.pass.cpp28 double a4(unsigned i) const {return i-1;} in a4() function
H A Dconst_mem_fun_ref.pass.cpp28 double a4(unsigned i) const {return i-1;} in a4() function
H A Dmem_fun1_t.cxx1z.compile.fail.cpp28 double a4(unsigned i) const {return i-1;} in a4() function
H A Dconst_mem_fun1.pass.cpp28 double a4(unsigned i) const {return i-1;} in a4() function
H A Dconst_mem_fun_ref1.pass.cpp28 double a4(unsigned i) const {return i-1;} in a4() function
H A Dconst_mem_fun_t.cxx1z.compile.fail.cpp28 double a4(unsigned i) const {return i-1;} in a4() function
H A Dmem_fun1.pass.cpp28 double a4(unsigned i) const {return i-1;} in a4() function
H A Dmem_fun1.cxx1z.compile.fail.cpp29 double a4(unsigned i) const {return i-1;} in a4() function
H A Dmem_fun_ref1.pass.cpp28 double a4(unsigned i) const {return i-1;} in a4() function

123456