Home
last modified time | relevance | path

Searched refs:cgraph_build_static_cdtor (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dcgraph.h318 void cgraph_build_static_cdtor (char which, tree body, int priority);
H A Dcoverage.c954 cgraph_build_static_cdtor ('I', body, DEFAULT_INIT_PRIORITY); in create_coverage()
H A Dtree-mudflap.c1299 cgraph_build_static_cdtor ('I', ctor_statements, in mudflap_finish_file()
H A Dcgraphunit.c1686 cgraph_build_static_cdtor (char which, tree body, int priority) in cgraph_build_static_cdtor() function
H A DChangeLog.gcc43616 * cgraphunit.c (cgraph_build_static_cdtor): Update for rename
H A Dc-decl.c8987 cgraph_build_static_cdtor (method_type, body, DEFAULT_INIT_PRIORITY); in build_cdtor()
H A DChangeLog-200410096 * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
14826 cgraph_build_static_cdtor): Likewise.
21799 * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
23245 * cgraphunit.c (cgraph_build_static_cdtor): Add priority argument.
26015 (mudflap_finish_file): Use cgraph_build_static_cdtor.
26885 * cgraph.h (cgraph_build_static_cdtor): Declare.
26886 * cgraphunit.c (cgraph_build_static_cdtor): New.
H A DChangeLog-20061233 (cgraph_build_static_cdtor): Do cgraph_varpool_assemble_pending_decls.
H A DChangeLog-200518237 (cgraph_build_static_cdtor): Likewise.