HomeSort by: relevance | last modified time | path
    Searched refs:priority_type (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ipa.cc 976 priority_type priority;
983 priority_type p;
1102 priority_type priority = 0;
1107 priority_type p;
cgraph.h 346 void set_init_priority (priority_type priority);
349 priority_type get_init_priority ();
1123 void set_fini_priority (priority_type priority);
1126 priority_type get_fini_priority (void);
2182 priority_type init;
2183 priority_type fini;
symtab.cc 1829 priority_type
1841 priority_type
1876 symtab_node::set_init_priority (priority_type priority)
1895 cgraph_node::set_fini_priority (priority_type priority)
tree-core.h 1020 typedef unsigned short priority_type; typedef
tree.h 3271 extern priority_type decl_init_priority_lookup (tree);
3272 extern priority_type decl_fini_priority_lookup (tree);
3273 extern void decl_init_priority_insert (tree, priority_type);
3274 extern void decl_fini_priority_insert (tree, priority_type);
tree.cc 5852 priority_type
5865 priority_type
5879 decl_init_priority_insert (tree decl, priority_type priority)
5899 decl_fini_priority_insert (tree decl, priority_type priority)
  /src/external/gpl3/gcc.old/dist/gcc/
ipa.cc 975 priority_type priority;
982 priority_type p;
1101 priority_type priority = 0;
1106 priority_type p;
cgraph.h 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;
symtab.cc 1828 priority_type
1840 priority_type
1875 symtab_node::set_init_priority (priority_type priority)
1894 cgraph_node::set_fini_priority (priority_type priority)
tree-core.h 990 typedef unsigned short priority_type; typedef
tree.h 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);
tree.cc 5812 priority_type
5825 priority_type
5839 decl_init_priority_insert (tree decl, priority_type priority)
5859 decl_fini_priority_insert (tree decl, priority_type priority)
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-attribs.cc 1868 static priority_type
1940 priority_type priority;
1970 priority_type priority;
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-attribs.cc 2144 static priority_type
2216 priority_type priority;
2246 priority_type priority;

Completed in 136 milliseconds