Home
last modified time | relevance | path

Searched refs:flag_rtti (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/gcc/config/
HDdarwin.h209 flag_rtti = 0; \
/NextBSD/contrib/gcc/cp/
HDrtti.c269 if (! flag_rtti) in typeid_ok_p()
623 if (!flag_rtti) in build_dynamic_cast_1()
HDdecl2.c2115 && flag_rtti) in import_export_decl()
HDChangeLog-1994417 * class.c (finish_vtbls): Build more vtables if flag_rtti is on.
420 flag_rtti is on.
431 * decl.c (record_builtin_type): Change flag_dossier to flag_rtti.
433 * decl.c: Change variable flag_dossier to flag_rtti.
443 flag_rtti.
446 * class.c (finish_struct): Change flag_dossier to flag_rtti, and
HDChangeLog-19952091 * class.c (finish_vtbls): Build more vtables if flag_rtti is on.
2094 flag_rtti is on.
HDclass.c7766 if (flag_rtti) in build_rtti_vtbl_entries()
HDChangeLog-20011228 (get_tinfo_decl_dynamic): No need to check flag_rtti
HDChangeLog-19962291 * decl2.c: flag_rtti defaults to 1.
HDChangeLog-20006880 (flag_rtti): Likewise.
/NextBSD/contrib/gcc/
HDc-common.h518 extern int flag_rtti;
HDc-opts.c779 flag_rtti = value; in c_common_handle_option()
HDc-common.c390 int flag_rtti = 1; variable