Searched refs:find_decls_types (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-free-lang-data.cc | 857 find_decls_types (tree t, class free_lang_data_d *fld) in find_decls_types() function 949 find_decls_types (n->decl, fld); in find_decls_types_in_node() 960 find_decls_types (t, fld); in find_decls_types_in_node() 983 find_decls_types (*arg_p, fld); in find_decls_types_in_node() 992 find_decls_types (gimple_call_fntype (stmt), fld); in find_decls_types_in_node() 997 find_decls_types (arg, fld); in find_decls_types_in_node() 1004 find_decls_types (TREE_PURPOSE (arg), fld); in find_decls_types_in_node() 1020 find_decls_types (v->decl, fld); in find_decls_types_in_var() 1054 find_decls_types (p->decl, fld); in free_lang_data_in_cgraph()
|
H A D | ChangeLog-2009 | 10279 (find_decls_types): New function wrapped around find_decls_types_r
|
H A D | ChangeLog-2016 | 18470 (find_decls_types): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree.c | 6079 find_decls_types (tree t, class free_lang_data_d *fld) in find_decls_types() function 6171 find_decls_types (n->decl, fld); in find_decls_types_in_node() 6182 find_decls_types (t, fld); in find_decls_types_in_node() 6205 find_decls_types (*arg_p, fld); in find_decls_types_in_node() 6214 find_decls_types (gimple_call_fntype (stmt), fld); in find_decls_types_in_node() 6219 find_decls_types (arg, fld); in find_decls_types_in_node() 6226 find_decls_types (TREE_PURPOSE (arg), fld); in find_decls_types_in_node() 6242 find_decls_types (v->decl, fld); in find_decls_types_in_var() 6304 find_decls_types (p->decl, fld); in free_lang_data_in_cgraph()
|