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

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_4.f9019 function pp1()
20 integer :: pp1
23 pointer :: pp1
47 pp1 => f1
49 pp2 => pp1
H A Dpointer_init_6.f9029 procedure(s), pointer :: pp1 => s
30 procedure(s), pointer :: pp2 => pp1 ! { dg-error "may not be a procedure pointer" }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/rtti/
H A Dtypeid2.C9 /* no template */ void pp1 (int) {} function
13 if (print_type (&pp1) != print_type (&pp2<int>))
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/pair/
H A Dpiecewise.cc78 std::pair<type_one, type_two> pp1(std::piecewise_construct_t(),
81 VERIFY( pp1.first.get() == 6 );
82 VERIFY( pp1.second.get1() == 5 );
83 VERIFY( pp1.second.get2() == 4 );
/haiku-buildtools/binutils/gold/testsuite/
H A Drelro_test.cc130 int** pp1 = const_cast<int**>(&p1); local
131 *pp1 = &i2;
133 // We shouldn't get here--the assignment to *pp1 should write to
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dassign1.go100 pp1 *P1 var
204 pp0 = pp1 // ERROR "cannot use|incompatible"
206 pp = pp1 // ERROR "cannot use|incompatible"
207 pp1 = pp0 // ERROR "cannot use|incompatible"
208 pp1 = pp // ERROR "cannot use|incompatible"
329 pp0 = (**int)(pp1)
331 pp = (*P)(pp1)
332 pp1 = (*P1)(pp0)
333 pp1 = (*P1)(pp)
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-coalesce.c368 const_coalesce_pair_p const *const pp1 = (const_coalesce_pair_p const *) p1; local
372 result = (* pp1)->cost - (* pp2)->cost;
378 result = (* pp2)->first_element - (* pp1)->first_element;
380 result = (* pp2)->second_element - (* pp1)->second_element;

Completed in 178 milliseconds