Home
last modified time | relevance | path

Searched refs:cp_function_chain (Results 1 – 19 of 19) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dname-lookup.h250 (*(cfun && cp_function_chain && cp_function_chain->bindings \
251 ? &cp_function_chain->bindings \
H A Dcp-tree.h1770 #define cp_function_chain (cfun->language) macro
1777 #define cdtor_label cp_function_chain->x_cdtor_label
1784 (*(cfun && cp_function_chain \
1785 ? &cp_function_chain->x_current_class_ptr \
1788 (*(cfun && cp_function_chain \
1789 ? &cp_function_chain->x_current_class_ref \
1795 #define current_eh_spec_block cp_function_chain->x_eh_spec_block
1800 #define current_in_charge_parm cp_function_chain->x_in_charge_parm
1805 #define current_vtt_parm cp_function_chain->x_vtt_parm
1810 #define current_function_returns_value cp_function_chain->returns_value
[all …]
H A Doptimize.c684 cp_function_chain->can_throw = !TREE_NOTHROW (fn); in maybe_clone_body()
H A Dcp-gimplify.c1078 if (cp_function_chain->extern_decl_map in cp_genericize_r()
1084 h = cp_function_chain->extern_decl_map->find_with_hash (&in, in.uid); in cp_genericize_r()
H A Ddecl.c139 #define local_names cp_function_chain->x_local_names
222 #define named_labels cp_function_chain->x_named_labels
5237 cp_function_chain->invalid_constexpr = true; in start_decl()
5676 cp_function_chain->invalid_constexpr = true; in check_for_uninitialized_const_var()
15206 cp_function_chain->x_current_class_ref in start_preparsed_function()
15209 cp_function_chain->x_current_class_ptr = t; in start_preparsed_function()
15498 memcpy (f, cp_function_chain, sizeof (struct language_function)); in save_function_data()
15719 && !cp_function_chain->invalid_constexpr in maybe_save_function_definition()
15782 && !cp_function_chain->can_throw in finish_function()
H A Dname-lookup.c2897 if (cp_function_chain->extern_decl_map == NULL) in set_local_extern_decl_linkage()
2898 cp_function_chain->extern_decl_map in set_local_extern_decl_linkage()
2904 cxx_int_tree_map **loc = cp_function_chain->extern_decl_map in set_local_extern_decl_linkage()
H A Dsemantics.c508 vec_safe_push (cp_function_chain->infinite_loops, in begin_maybe_infinite_loop()
520 cp_function_chain->infinite_loops->last() = NULL_TREE; in break_maybe_infinite_loop()
532 tree current = cp_function_chain->infinite_loops->pop(); in end_maybe_infinite_loop()
H A Dcall.c333 if (!nothrow && at_function_scope_p () && cfun && cp_function_chain) in set_flags_from_callee()
334 cp_function_chain->can_throw = 1; in set_flags_from_callee()
336 if (decl && TREE_THIS_VOLATILE (decl) && cfun && cp_function_chain) in set_flags_from_callee()
H A Dparser.c12430 cp_function_chain->invalid_constexpr = true; in cp_parser_jump_statement()
19121 cp_function_chain->invalid_constexpr = true; in cp_parser_asm_definition()
21840 cp_function_chain->x_current_class_ptr = NULL_TREE; in cp_parser_default_argument()
21842 cp_function_chain->x_current_class_ref = NULL_TREE; in cp_parser_default_argument()
21849 cp_function_chain->x_current_class_ptr = saved_class_ptr; in cp_parser_default_argument()
21850 cp_function_chain->x_current_class_ref = saved_class_ref; in cp_parser_default_argument()
H A Dpt.c12735 cp_function_chain->x_current_class_ptr = NULL_TREE; in tsubst_default_argument()
12737 cp_function_chain->x_current_class_ref = NULL_TREE; in tsubst_default_argument()
12760 cp_function_chain->x_current_class_ptr = saved_class_ptr; in tsubst_default_argument()
12761 cp_function_chain->x_current_class_ref = saved_class_ref; in tsubst_default_argument()
H A Dconstexpr.c112 cp_function_chain->invalid_constexpr = true; in ensure_literal_type_for_constexpr_object()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dname-lookup.h269 (*(cfun && cp_function_chain && cp_function_chain->bindings \
270 ? &cp_function_chain->bindings \
H A Dcp-tree.h1096 #define cp_function_chain (cfun->language) macro
1103 #define cdtor_label cp_function_chain->x_cdtor_label
1110 (*(cfun && cp_function_chain \
1111 ? &cp_function_chain->x_current_class_ptr \
1114 (*(cfun && cp_function_chain \
1115 ? &cp_function_chain->x_current_class_ref \
1121 #define current_eh_spec_block cp_function_chain->x_eh_spec_block
1126 #define current_in_charge_parm cp_function_chain->x_in_charge_parm
1131 #define current_vtt_parm cp_function_chain->x_vtt_parm
1136 #define current_function_returns_value cp_function_chain->returns_value
[all …]
H A Doptimize.c415 cp_function_chain->can_throw = !TREE_NOTHROW (fn); in maybe_clone_body()
H A Dcp-gimplify.c857 if (cp_function_chain->extern_decl_map in cp_genericize_r()
864 htab_find_with_hash (cp_function_chain->extern_decl_map, in cp_genericize_r()
H A Dname-lookup.c763 if (cp_function_chain->extern_decl_map == NULL) in pushdecl_maybe_friend_1()
764 cp_function_chain->extern_decl_map in pushdecl_maybe_friend_1()
772 (cp_function_chain->extern_decl_map, h, in pushdecl_maybe_friend_1()
H A Ddecl.c165 #define local_names cp_function_chain->x_local_names
231 #define named_labels cp_function_chain->x_named_labels
12911 cp_function_chain->x_current_class_ref in start_preparsed_function()
12914 cp_function_chain->x_current_class_ptr = t; in start_preparsed_function()
13185 memcpy (f, cp_function_chain, sizeof (struct language_function)); in save_function_data()
13470 && !cp_function_chain->can_throw in finish_function()
H A Dcall.c327 if (!nothrow && at_function_scope_p () && cfun && cp_function_chain) in set_flags_from_callee()
328 cp_function_chain->can_throw = 1; in set_flags_from_callee()
330 if (decl && TREE_THIS_VOLATILE (decl) && cfun && cp_function_chain) in set_flags_from_callee()
H A Dpt.c9663 cp_function_chain->x_current_class_ptr = NULL_TREE; in tsubst_default_argument()
9665 cp_function_chain->x_current_class_ref = NULL_TREE; in tsubst_default_argument()
9684 cp_function_chain->x_current_class_ptr = saved_class_ptr; in tsubst_default_argument()
9685 cp_function_chain->x_current_class_ref = saved_class_ref; in tsubst_default_argument()