Home
last modified time | relevance | path

Searched refs:show_ref (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddump-parse-tree.c54 static void show_ref (gfc_ref *);
122 show_ref (p); in debug()
370 show_ref (gfc_ref *p) in show_ref() function
470 show_ref (p->ref); in show_compcall()
495 show_ref (p->ref); in show_expr()
509 show_ref (p->ref); in show_expr()
606 show_ref (p->ref); in show_expr()
701 show_ref (p->ref); in show_expr()
710 show_ref (p->ref); in show_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddump-parse-tree.cc54 static void show_ref (gfc_ref *);
122 show_ref (p); in debug()
395 show_ref (gfc_ref *p) in show_ref() function
495 show_ref (p->ref); in show_compcall()
520 show_ref (p->ref); in show_expr()
534 show_ref (p->ref); in show_expr()
631 show_ref (p->ref); in show_expr()
726 show_ref (p->ref); in show_expr()
735 show_ref (p->ref); in show_expr()
H A DChangeLog-2018375 * dump_parse_tree.c (show_ref): Show the inquiry ref type.