Searched refs:cgraph_build_static_cdtor (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | cgraph.h | 318 void cgraph_build_static_cdtor (char which, tree body, int priority);
|
| H A D | coverage.c | 954 cgraph_build_static_cdtor ('I', body, DEFAULT_INIT_PRIORITY); in create_coverage()
|
| H A D | tree-mudflap.c | 1299 cgraph_build_static_cdtor ('I', ctor_statements, in mudflap_finish_file()
|
| H A D | cgraphunit.c | 1686 cgraph_build_static_cdtor (char which, tree body, int priority) in cgraph_build_static_cdtor() function
|
| H A D | ChangeLog.gcc43 | 616 * cgraphunit.c (cgraph_build_static_cdtor): Update for rename
|
| H A D | c-decl.c | 8987 cgraph_build_static_cdtor (method_type, body, DEFAULT_INIT_PRIORITY); in build_cdtor()
|
| H A D | ChangeLog-2004 | 10096 * 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 D | ChangeLog-2006 | 1233 (cgraph_build_static_cdtor): Do cgraph_varpool_assemble_pending_decls.
|
| H A D | ChangeLog-2005 | 18237 (cgraph_build_static_cdtor): Likewise.
|