Searched refs:pv2 (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A DWcxx-compat-3.c39 f4 (struct s1 *pv1, struct s2 *pv2) argument
42 f2 (pv2->e2); /* { dg-warning "invalid in C\[+\]\[+\]" } */
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/mips/inter/
H A Dmips16_stubs_1_x.c52 extern void (*pv2) (double);
141 CHECK_VOID_RESULT ((*pv2) (2.0), 3.0);
H A Dmips16_stubs_1_y.c55 void (*pv2) (double); variable
98 pv2 = v2;
/haiku-buildtools/legacy/binutils/binutils/
H A Ddebug.c3104 bfd_signed_vma *pv1, *pv2;
3109 pv2 = t2->u.kenum->values;
3113 || *pv1 != *pv2
3119 ++pv2;
3341 struct debug_method_variant **pv1, **pv2;
3343 for (pv1 = m1->variants, pv2 = m2->variants;
3344 *pv1 != NULL && *pv2 != NULL;
3345 ++pv1, ++pv2)
3350 v2 = *pv2;
3367 if (*pv1 != NULL || *pv2 !
3101 bfd_signed_vma *pv1, *pv2; local
3338 struct debug_method_variant **pv1, **pv2; local
[all...]
/haiku-buildtools/binutils/binutils/
H A Ddebug.c3101 bfd_signed_vma *pv1, *pv2;
3106 pv2 = t2->u.kenum->values;
3110 || *pv1 != *pv2
3116 ++pv2;
3339 struct debug_method_variant_s **pv1, **pv2;
3341 for (pv1 = m1->variants, pv2 = m2->variants;
3342 *pv1 != NULL && *pv2 != NULL;
3343 ++pv1, ++pv2)
3348 v2 = *pv2;
3365 if (*pv1 != NULL || *pv2 !
3098 bfd_signed_vma *pv1, *pv2; local
3336 struct debug_method_variant_s **pv1, **pv2; local
[all...]
/haiku-buildtools/binutils/gold/
H A Dscript.cc3235 script_string_list_append(String_list_ptr pv1, String_list_ptr pv2) argument
3238 return pv2;
3239 if (pv2 == NULL)
3241 pv1->insert(pv1->end(), pv2->begin(), pv2->end());
/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c4512 const Unit *pv1, *pv2; local
4514 pv2=msu2; /* -> msu */
4515 for (pv1=msu1; ; pv1--, pv2--) {
4518 if (pv2>=var2) v2=*pv2; /* in range */

Completed in 250 milliseconds