Home
last modified time | relevance | path

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

/trueos/contrib/gcc/config/
HDvxworks.h87 targetm.have_ctors_dtors = TARGET_VXWORKS_RTP; \
/trueos/contrib/gcc/
HDtarget.h819 bool have_ctors_dtors; member
HDcgraphunit.c1712 TREE_PUBLIC (decl) = ! targetm.have_ctors_dtors; in cgraph_build_static_cdtor()
1744 if (targetm.have_ctors_dtors) in cgraph_build_static_cdtor()
HDc-decl.c7377 && !targetm.have_ctors_dtors) in finish_function()
7380 && !targetm.have_ctors_dtors) in finish_function()
7440 && targetm.have_ctors_dtors) in c_expand_body()
7444 && targetm.have_ctors_dtors) in c_expand_body()
HDtree.c6100 else if ((type[0] == 'I' || type[0] == 'D') && targetm.have_ctors_dtors) in get_file_function_name()
HDChangeLog.tree-ssa33 * c-decl.c (finish_function): When !targetm.have_ctors_dtors,
HDChangeLog-200114436 (targetm.asm_out.destructor, targetm.have_ctors_dtors): New.
HDChangeLog-200433246 (finish_function): When !targetm.have_ctors_dtors,
/trueos/contrib/gcc/cp/
HDdecl2.c2370 TREE_PUBLIC (current_function_decl) = ! targetm.have_ctors_dtors; in start_objects()
2417 if (targetm.have_ctors_dtors) in finish_objects()