HomeSort by: relevance | last modified time | path
    Searched refs:DEFAULT_INIT_PRIORITY (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/gcc/
symtab.cc 1832 return DEFAULT_INIT_PRIORITY;
1835 return h ? h->init : DEFAULT_INIT_PRIORITY;
1844 return DEFAULT_INIT_PRIORITY;
1846 return h ? h->fini : DEFAULT_INIT_PRIORITY;
1864 h->init = DEFAULT_INIT_PRIORITY;
1865 h->fini = DEFAULT_INIT_PRIORITY;
1882 if (priority == DEFAULT_INIT_PRIORITY)
1900 if (priority == DEFAULT_INIT_PRIORITY)
coverage.cc 1096 ? MAX_RESERVED_INIT_PRIORITY: DEFAULT_INIT_PRIORITY;
1119 ? MAX_RESERVED_INIT_PRIORITY: DEFAULT_INIT_PRIORITY;
tree-emutls.cc 811 cgraph_build_static_cdtor ('I', ctor_body, DEFAULT_INIT_PRIORITY);
collect2.cc 128 #define DEFAULT_INIT_PRIORITY 65535
1917 return pri ? pri : DEFAULT_INIT_PRIORITY;
varasm.cc 1728 if (priority != DEFAULT_INIT_PRIORITY)
1751 if (priority != DEFAULT_INIT_PRIORITY)
8422 if (priority != DEFAULT_INIT_PRIORITY)
tree.cc 5818 return DEFAULT_INIT_PRIORITY;
5831 return DEFAULT_INIT_PRIORITY;
5843 if (priority == DEFAULT_INIT_PRIORITY)
5863 if (priority == DEFAULT_INIT_PRIORITY)
  /src/external/gpl3/gcc/dist/gcc/
symtab.cc 1833 return DEFAULT_INIT_PRIORITY;
1836 return h ? h->init : DEFAULT_INIT_PRIORITY;
1845 return DEFAULT_INIT_PRIORITY;
1847 return h ? h->fini : DEFAULT_INIT_PRIORITY;
1865 h->init = DEFAULT_INIT_PRIORITY;
1866 h->fini = DEFAULT_INIT_PRIORITY;
1883 if (priority == DEFAULT_INIT_PRIORITY)
1901 if (priority == DEFAULT_INIT_PRIORITY)
coverage.cc 1096 ? MAX_RESERVED_INIT_PRIORITY: DEFAULT_INIT_PRIORITY;
1119 ? MAX_RESERVED_INIT_PRIORITY: DEFAULT_INIT_PRIORITY;
tree-emutls.cc 812 cgraph_build_static_cdtor ('I', ctor_body, DEFAULT_INIT_PRIORITY);
collect2.cc 128 #define DEFAULT_INIT_PRIORITY 65535
1921 return pri ? pri : DEFAULT_INIT_PRIORITY;
varasm.cc 1725 if (priority != DEFAULT_INIT_PRIORITY)
1748 if (priority != DEFAULT_INIT_PRIORITY)
8607 if (priority != DEFAULT_INIT_PRIORITY)
  /src/external/gpl3/gcc.old/dist/gcc/d/
modules.cc 461 decl_init_priority_insert (dso_ctor, DEFAULT_INIT_PRIORITY);
465 decl_fini_priority_insert (dso_dtor, DEFAULT_INIT_PRIORITY);
decl.cc 1472 decl_init_priority_insert (decl->csym, DEFAULT_INIT_PRIORITY);
1477 decl_fini_priority_insert (decl->csym, DEFAULT_INIT_PRIORITY);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc 3858 if (initp == DEFAULT_INIT_PRIORITY && method_type == 'I')
3869 if (initp != DEFAULT_INIT_PRIORITY)
4040 DEFAULT_INIT_PRIORITY so enter it now. That way when we walk
4042 DEFAULT_INIT_PRIORITY. */
4043 get_priority_info (DEFAULT_INIT_PRIORITY);
4124 ? DEFAULT_INIT_PRIORITY : DECL_INIT_PRIORITY (decl))
4493 if (constructor_p && priority == DEFAULT_INIT_PRIORITY)
5427 DEFAULT_INIT_PRIORITY,
  /src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc 4037 bool default_init = initp && priority == DEFAULT_INIT_PRIORITY;
4050 if (priority != DEFAULT_INIT_PRIORITY)
4209 ? DEFAULT_INIT_PRIORITY : DECL_INIT_PRIORITY (decl))
5444 tree body = start_partial_init_fini_fn (true, DEFAULT_INIT_PRIORITY,
5462 if (static_init_fini_fns[true]->get_or_insert (DEFAULT_INIT_PRIORITY))
  /src/external/gpl3/gcc.old/dist/gcc/config/pru/
pru.cc 1490 if (priority == DEFAULT_INIT_PRIORITY)
1511 if (priority == DEFAULT_INIT_PRIORITY)
  /src/external/gpl3/gcc/dist/gcc/config/pru/
pru.cc 1565 if (priority == DEFAULT_INIT_PRIORITY)
1586 if (priority == DEFAULT_INIT_PRIORITY)
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-attribs.cc 1875 return DEFAULT_INIT_PRIORITY;
1883 return DEFAULT_INIT_PRIORITY;
1890 return DEFAULT_INIT_PRIORITY;
1922 return DEFAULT_INIT_PRIORITY;
  /src/external/gpl3/gcc.old/dist/gcc/config/stormy16/
stormy16.cc 1644 if (priority != DEFAULT_INIT_PRIORITY)
1666 if (priority != DEFAULT_INIT_PRIORITY)
  /src/external/gpl3/gcc/dist/gcc/config/stormy16/
stormy16.cc 1788 if (priority != DEFAULT_INIT_PRIORITY)
1810 if (priority != DEFAULT_INIT_PRIORITY)
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-attribs.cc 2151 return DEFAULT_INIT_PRIORITY;
2159 return DEFAULT_INIT_PRIORITY;
2166 return DEFAULT_INIT_PRIORITY;
2198 return DEFAULT_INIT_PRIORITY;
  /src/external/gpl3/gcc.old/dist/gcc/config/microblaze/
microblaze.cc 2831 if (priority != DEFAULT_INIT_PRIORITY)
  /src/external/gpl3/gcc.old/dist/gcc/config/rx/
rx.cc 2691 if (priority != DEFAULT_INIT_PRIORITY)
  /src/external/gpl3/gcc/dist/gcc/config/microblaze/
microblaze.cc 2835 if (priority != DEFAULT_INIT_PRIORITY)
  /src/external/gpl3/gcc/dist/gcc/config/rx/
rx.cc 2692 if (priority != DEFAULT_INIT_PRIORITY)

Completed in 103 milliseconds

1 2