Searched refs:have_ctors_dtors (Results 1 – 9 of 9) sorted by relevance
87 targetm.have_ctors_dtors = TARGET_VXWORKS_RTP; \
819 bool have_ctors_dtors; member
1712 TREE_PUBLIC (decl) = ! targetm.have_ctors_dtors; in cgraph_build_static_cdtor()1744 if (targetm.have_ctors_dtors) in cgraph_build_static_cdtor()
7377 && !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()
6100 else if ((type[0] == 'I' || type[0] == 'D') && targetm.have_ctors_dtors) in get_file_function_name()
33 * c-decl.c (finish_function): When !targetm.have_ctors_dtors,
14436 (targetm.asm_out.destructor, targetm.have_ctors_dtors): New.
33246 (finish_function): When !targetm.have_ctors_dtors,
2370 TREE_PUBLIC (current_function_decl) = ! targetm.have_ctors_dtors; in start_objects()2417 if (targetm.have_ctors_dtors) in finish_objects()