Searched refs:v4 (Results 51 - 75 of 199) sorted by relevance

12345678

/haiku-buildtools/binutils/gold/testsuite/
H A Dtwo_file_test_2_v1.cc58 char v4[] = "World, hello"; variable
61 // This is initialized at runtime to a copy of v4.
70 // This reuses v4.
H A Dtwo_file_test_2.cc53 char v4[] = "Hello, world"; variable
56 // This is initialized at runtime to a copy of v4.
65 // This reuses v4.
H A Dtwo_file_test_2_tls.cc55 char v4[] = "Hello, world"; variable
58 // This is initialized at runtime to a copy of v4.
67 // This reuses v4.
H A Ddwp_test_2.cc52 char v4[] = "Hello, world"; variable
55 // This is initialized at runtime to a copy of v4.
64 // This reuses v4.
H A Dtls_test.cc72 static __thread int v4 = 4; variable
111 CHECK_EQ_OR_RETURN(v4, 4);
112 v4 = 40;
213 CHECK_EQ_OR_RETURN(v4, 40);
H A Dtwo_file_test_1_v1.cc89 return v4[5] == ',';
122 char* p8 = &v4[6];
H A Dtwo_file_test.h37 extern char v4[];
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c/examples-4/
H A De.51.4.c29 void vec_mult_ref (double *p1, double *v3, double *v4, int N) argument
33 p1[i] = v3[i] * v4[i];
42 void vec_mult (double *p1, double *v3, double *v4, int N) argument
45 #pragma omp target map(to: v3[0:N], v4[:N]) map(from: p1[0:N])
48 p1[i] = v3[i] * v4[i];
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug194.go12 var v4 = T4{0: 5, 1: 6} var
21 v4[0] != 5 || v4[1] != 6 || v5[0] != 7 || v5[1] != 8 ||
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/format/
H A Dc90-scanf-4.c13 va_list v4, va_list v5)
25 vsscanf (s, "%d", v4);
12 foo(int *ip, char *s, va_list v0, va_list v1, va_list v2, va_list v3, va_list v4, va_list v5) argument
H A Dc99-scanf-3.c12 va_list v4, va_list v5)
24 vsscanf (s, "%d", v4);
11 foo(int *ip, char *s, va_list v0, va_list v1, va_list v2, va_list v3, va_list v4, va_list v5) argument
H A Dms_c90-scanf-4.c14 va_list v4, va_list v5)
24 vsscanf (s, "%d", v4);
13 foo(int *ip, char *s, va_list v0, va_list v1, va_list v2, va_list v3, va_list v4, va_list v5) argument
H A Dms_c99-scanf-3.c13 va_list v4, va_list v5)
25 vsscanf (s, "%d", v4);
12 foo(int *ip, char *s, va_list v0, va_list v1, va_list v2, va_list v3, va_list v4, va_list v5) argument
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dattr-march-armv1.d11 Tag_CPU_arch: v4
H A Dattr-march-armv2.d11 Tag_CPU_arch: v4
H A Dattr-march-armv2a.d11 Tag_CPU_arch: v4
H A Dattr-march-armv2s.d11 Tag_CPU_arch: v4
H A Dattr-march-armv3.d11 Tag_CPU_arch: v4
H A Dattr-march-armv3m.d11 Tag_CPU_arch: v4
H A Dattr-march-armv4.d11 Tag_CPU_arch: v4
H A Dattr-march-armv4xm.d11 Tag_CPU_arch: v4
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A DWcxx-compat-7.c33 struct s3 v4; /* { dg-warning "not visible in C\[+\]\[+\]" } */ variable in typeref:struct:s3
/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/initializer_list/requirements/
H A Dconstexpr_functions.cc37 constexpr auto v4 __attribute__((unused)) local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/array/element_access/
H A Dconstexpr_element_access.cc31 constexpr auto v4 __attribute__((unused)) = a.back(); local
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c/
H A Dtask-1.c33 int v4 = 4; local
37 if (++v1 != 8 || ++v2 != 3 || ++v3 != 4 || ++v4 != 5 || ++v5 != 6)
41 if (v1 != 7 || v2 != 2 || v3 != 3 || v4 != 4 || v5 != 6)

Completed in 199 milliseconds

12345678