Searched refs:priority_type (Results 1 – 7 of 7) sorted by relevance
975 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()
343 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;
1828 priority_type1840 priority_type1875 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()
990 typedef unsigned short priority_type; typedef
3110 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);
5779 priority_type5792 priority_type5806 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()
27524 * tree.h (priority_type): New type.27525 (decl_init_priority_lookup): Use priority_type.27527 (decl_init_priority_insert): Use priority_type.