Searched refs:a4p (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dintrinsic_associated_2.f905 real*4, pointer :: a4p(:, :) variable in program:intrinsic_associated_2
13 a4p => a4
15 L44 = t4 .and. associated (a4p, a4)
16 L84 = t8 .and. associated (a4p, a4)
21 nullify (a4p, a8p)
22 L44 = t4 .and. associated (a4p, a4)
23 L84 = t8 .and. associated (a4p, a4)
28 a4p => a4(1:10:2, 1:10:2)
30 L44 = t4 .and. associated (a4p, a4(1:10:2, 1:10:2))
31 L84 = t8 .and. associated (a4p, a
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20010924-1.c32 char a4p[]; member in struct:__anon1647
65 if (a4.a4p[0] != 'e')
67 if (a4.a4p[1] != 'b')
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dclass_optional_2.f9044 call a4p(psnt=.false.)
519 call a4p(y,psnt=.true.)
520 call a4p(z2,psnt=.false.)
568 call a4p(y,psnt=.true.)
569 call a4p(z2,psnt=.false.)
613 call a4p(y,psnt=.true.)
614 call a4p(z2,psnt=.false.)
664 call a4p(y,psnt=.true.)
665 call a4p(z2,psnt=.false.)
693 subroutine a4p( subroutine
[all...]

Completed in 95 milliseconds