Searched refs:cgraph_build_static_cdtor (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcoverage.c1077 cgraph_build_static_cdtor ('I', ctor, priority);
1101 cgraph_build_static_cdtor ('D', dtor, priority);
H A Dtree-emutls.c802 cgraph_build_static_cdtor ('I', ctor_body, DEFAULT_INIT_PRIORITY);
H A Dipa.c926 cgraph_build_static_cdtor (char which, tree body, int priority) function
H A Dtsan.c870 cgraph_build_static_cdtor ('I', ctor_statements,
H A Dhsa-brig.c2474 cgraph_build_static_cdtor ('I', *hsa_ctor_stmts, DEFAULT_INIT_PRIORITY);
2490 cgraph_build_static_cdtor ('D', *hsa_dtor_stmts, DEFAULT_INIT_PRIORITY);
H A Dcgraph.h2652 void cgraph_build_static_cdtor (char which, tree body, int priority);
H A Dasan.c3108 /* Needs to be GTY(()), because cgraph_build_static_cdtor may
3197 cgraph_build_static_cdtor ('D', dtor_statements, priority);
3200 cgraph_build_static_cdtor ('I', asan_ctor_statements, priority);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcoverage.cc1097 cgraph_build_static_cdtor ('I', ctor, priority);
1121 cgraph_build_static_cdtor ('D', dtor, priority);
H A Dtree-emutls.cc811 cgraph_build_static_cdtor ('I', ctor_body, DEFAULT_INIT_PRIORITY);
H A Dipa.cc929 cgraph_build_static_cdtor (char which, tree body, int priority) function
H A Dtsan.cc883 cgraph_build_static_cdtor ('I', ctor_statements,
H A Dasan.cc3545 /* Needs to be GTY(()), because cgraph_build_static_cdtor may
3634 cgraph_build_static_cdtor ('D', dtor_statements, priority);
3637 cgraph_build_static_cdtor ('I', asan_ctor_statements, priority);
4588 /* Needs to be GTY(()), because cgraph_build_static_cdtor may
4607 cgraph_build_static_cdtor ('I', hwasan_ctor_statements, priority);
H A Dcgraph.h2617 void cgraph_build_static_cdtor (char which, tree body, int priority);

Completed in 154 milliseconds