Home
last modified time | relevance | path

Searched refs:gfc_match_nullify (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmatch.h99 match gfc_match_nullify (void);
H A Dmatch.c1653 match ("nullify", gfc_match_nullify, ST_NULLIFY) in gfc_match_if()
4603 gfc_match_nullify (void) in gfc_match_nullify() function
H A Dparse.c527 match ("nullify", gfc_match_nullify, ST_NULLIFY); in decode_statement()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmatch.h96 match gfc_match_nullify (void);
H A DChangeLog-200436 (gfc_match_nullify): Make sure that ')' is in front of the end of
1405 gfc_match_allocate, gfc_match_nullify, gfc_match_deallocate):
2085 gfc_match_nullify, gfc_match_call, match_implicit_range,
H A Dmatch.cc1628 match ("nullify", gfc_match_nullify, ST_NULLIFY) in gfc_match_if()
4644 gfc_match_nullify (void) in gfc_match_nullify() function
H A DChangeLog-2013539 gfc_match_nullify, gfc_match_call, match_simple_where, gfc_match_where):
H A DChangeLog-20092452 * match.c (gfc_match_nullify): NULLify freed pointer.
2675 gfc_match_nullify, match_typebound_call, gfc_match_call
H A Dparse.cc529 match ("nullify", gfc_match_nullify, ST_NULLIFY); in decode_statement()
H A DChangeLog-20101170 (gfc_match_nullify): Remove PURE definability check.
4551 * match.c (gfc_match_nullify): Likewise.
H A DChangeLog-20122169 * match.c (alloc_opt_list, gfc_match_nullify): Ditto.
H A DChangeLog-201928 * match.c (gfc_match_nullify): Check for valid pointer object.
H A DChangeLog-20112493 * match.c (gfc_match_nullify): Ditto.
H A DChangeLog-20064128 match.c (gfc_match_nullify): Free the list from head not tail.