Searched refs:impure (Results 1 - 21 of 21) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dpure_dummy_length_1.f9017 function impure(self) result(ival) function
27 if (end > impure (self)) & ! { dg-error "impure function" }
H A Dtranspose_optimization_2.f9027 call impure
44 subroutine impure subroutine
46 end subroutine impure
H A Dclass_dummy_5.f9010 final :: fnl ! impure finalizer
13 impure subroutine fnl(x)
25 ! pure subroutine would call impure finalizer
H A Delemental_args_check_7.f9015 impure elemental subroutine foo2(x, y, z) ! { dg-error "Argument 'x' of elemental procedure 'foo2' at .1. must have its INTENT specified or have the VALUE attribute" }
H A Ddefined_assignment_3.f9020 impure elemental subroutine assign0(lhs,rhs)
H A Dfinalize_17.f9016 impure elemental subroutine finit(x)
H A Dfunction_optimize_1.f9019 elemental impure function elem_impure(x)
H A Dfunction_optimize_2.f9019 elemental impure function elem_impure(x)
H A Dfunction_optimize_5.f9021 elemental impure function elem_impure(x)
H A Dfunction_optimize_7.f9025 elemental impure function elem_impure(x)
H A Delemental_subroutine_10.f9018 impure elemental subroutine assertion_character( ast, name )
H A Dfinalize_13.f9053 impure elemental subroutine fini_elm (x)
75 impure elemental subroutine f2ini_elm (x)
H A Ddefined_assignment_5.f9041 impure elemental subroutine assign1(lhs,rhs)
H A Dcoarray_collectives_9.f9022 impure function red_f2(a, b)
H A Dfinalize_15.f9051 impure elemental subroutine fini_elem(x)
65 impure elemental subroutine fini_elem2(x)
H A Dcoarray_collectives_14.f9095 impure integer function nonpure(x,y)
H A Dclass_optional_2.f90301 impure elemental subroutine s2elem(x)
306 impure elemental subroutine s2elem_t(x)
311 impure elemental subroutine s2elem_t2(x)
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/goacc/
H A Dpure-elemental-procedures.f9548 impure elemental real function test7(x)
/haiku-buildtools/gcc/gcc/fortran/
H A Dmatch.c3647 bool impure = gfc_impure_variable (tail->expr->symtree->n.sym);
3648 if (impure && gfc_pure (NULL))
3654 if (impure)
4036 bool impure = gfc_impure_variable (sym); local
4037 if (impure && gfc_pure (NULL))
4043 if (impure)
H A Dresolve.c1343 bool impure = cons->expr->expr_type == EXPR_VARIABLE local
1346 if (impure && gfc_pure (NULL))
1354 if (impure)
2832 /* Check if an impure function is allowed in the current context. */
2841 gfc_error ("Reference to impure function %qs at %L inside a "
2848 gfc_error ("Reference to impure function %qs at %L inside a "
2855 gfc_error ("Reference to impure function %qs at %L "
9452 gfc_error ("The impure variable at %L is assigned to "
14418 seem to be possible to storage associate an impure variable this way. */
/haiku-buildtools/isl/doc/
H A Dimplementation.tex1278 The fact that we ignore some impure constraints clearly leads

Completed in 277 milliseconds