Home
last modified time | relevance | path

Searched refs:priority_type (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa.cc975 priority_type priority; in build_cdtor()
982 priority_type p; in build_cdtor()
1101 priority_type priority = 0; in build_cxa_dtor_registrations()
1106 priority_type p; in build_cxa_dtor_registrations()
Dcgraph.h343 void set_init_priority (priority_type priority);
346 priority_type get_init_priority ();
1128 void set_fini_priority (priority_type priority);
1131 priority_type get_fini_priority (void);
2179 priority_type init;
2180 priority_type fini;
Dsymtab.cc1828 priority_type
1840 priority_type
1875 symtab_node::set_init_priority (priority_type priority) in set_init_priority()
1894 cgraph_node::set_fini_priority (priority_type priority) in set_fini_priority()
Dtree-core.h990 typedef unsigned short priority_type; typedef
Dtree.h3110 extern priority_type decl_init_priority_lookup (tree);
3111 extern priority_type decl_fini_priority_lookup (tree);
3112 extern void decl_init_priority_insert (tree, priority_type);
3113 extern void decl_fini_priority_insert (tree, priority_type);
Dtree.cc5779 priority_type
5792 priority_type
5806 decl_init_priority_insert (tree decl, priority_type priority) in decl_init_priority_insert()
5826 decl_fini_priority_insert (tree decl, priority_type priority) in decl_fini_priority_insert()
DChangeLog-200727524 * tree.h (priority_type): New type.
27525 (decl_init_priority_lookup): Use priority_type.
27527 (decl_init_priority_insert): Use priority_type.