Searched refs:cgraph_build_static_cdtor (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | cgraph.h | 316 void cgraph_build_static_cdtor (char which, tree body, int priority);
|
H A D | coverage.c | 936 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 | 1672 cgraph_build_static_cdtor (char which, tree body, int priority) in cgraph_build_static_cdtor() function
|
H A D | c-decl.c | 7871 cgraph_build_static_cdtor (method_type, body, DEFAULT_INIT_PRIORITY); in build_cdtor()
|