Searched refs:DEFAULT_INIT_PRIORITY (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl2.c2331 if (initp != DEFAULT_INIT_PRIORITY)
2487 DEFAULT_INIT_PRIORITY so enter it now. That way when we walk
2489 DEFAULT_INIT_PRIORITY. */
2490 get_priority_info (DEFAULT_INIT_PRIORITY);
2578 ? DEFAULT_INIT_PRIORITY : DECL_INIT_PRIORITY (decl))
2882 if (c_dialect_objc () && (priority == DEFAULT_INIT_PRIORITY)
2909 /* If we're generating code for the DEFAULT_INIT_PRIORITY, throw in
2912 if (priority == DEFAULT_INIT_PRIORITY)
2950 || (priority == DEFAULT_INIT_PRIORITY && static_ctors))
2953 || (priority == DEFAULT_INIT_PRIORITY
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dcollect2.c119 #define DEFAULT_INIT_PRIORITY 65535
1657 return pri ? pri : DEFAULT_INIT_PRIORITY;
118 #define DEFAULT_INIT_PRIORITY macro
H A Dcoverage.c958 cgraph_build_static_cdtor ('I', body, DEFAULT_INIT_PRIORITY);
H A Dc-decl.c7032 DEFAULT_INIT_PRIORITY);
7036 DEFAULT_INIT_PRIORITY);
8045 cgraph_build_static_cdtor (method_type, body, DEFAULT_INIT_PRIORITY);
H A Dvarasm.c1215 if (priority != DEFAULT_INIT_PRIORITY)
1265 if (priority != DEFAULT_INIT_PRIORITY)
H A Dtree.h2503 #define DEFAULT_INIT_PRIORITY 65535
2968 initialized at the DEFAULT_INIT_PRIORITY. Only used by C++ FE*/
2490 #define DEFAULT_INIT_PRIORITY macro
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c18404 if (priority != DEFAULT_INIT_PRIORITY)
18433 if (priority != DEFAULT_INIT_PRIORITY)

Completed in 299 milliseconds