Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dname-lookup.h274 (*(cfun && cp_function_chain->bindings \
275 ? &cp_function_chain->bindings \
H A Dcp-tree.h765 #define cp_function_chain (cfun->language) macro
772 #define cdtor_label cp_function_chain->x_cdtor_label
779 (cfun ? cp_function_chain->x_current_class_ptr : NULL_TREE)
781 (cfun ? cp_function_chain->x_current_class_ref : NULL_TREE)
786 #define current_eh_spec_block cp_function_chain->x_eh_spec_block
791 #define current_in_charge_parm cp_function_chain->x_in_charge_parm
796 #define current_vtt_parm cp_function_chain->x_vtt_parm
806 #define current_function_returns_null cp_function_chain->returns_null
812 cp_function_chain->returns_abnormally
815 #define in_base_initializer cp_function_chain->in_base_initializer
[all …]
H A Doptimize.c206 cp_function_chain->can_throw = !TREE_NOTHROW (fn); in maybe_clone_body()
H A Dcp-gimplify.c679 if (cp_function_chain->extern_decl_map in cp_genericize_r()
686 htab_find_with_hash (cp_function_chain->extern_decl_map, in cp_genericize_r()
H A Ddecl.c157 #define local_names cp_function_chain->x_local_names
225 #define named_labels cp_function_chain->x_named_labels
11264 cp_function_chain->x_current_class_ref in start_preparsed_function()
11266 cp_function_chain->x_current_class_ptr = t; in start_preparsed_function()
11612 memcpy (f, cp_function_chain, sizeof (struct language_function)); in save_function_data()
11880 && !cp_function_chain->can_throw in finish_function()
12332 *cp_function_chain = *DECL_SAVED_FUNCTION_DATA (fn); in cxx_push_function_context()
H A Dname-lookup.c678 if (cp_function_chain->extern_decl_map == NULL) in pushdecl_maybe_friend()
679 cp_function_chain->extern_decl_map in pushdecl_maybe_friend()
687 (cp_function_chain->extern_decl_map, h, in pushdecl_maybe_friend()
H A Dpt.c6360 cp_function_chain->x_current_class_ptr = NULL_TREE; in tsubst_default_argument()
6362 cp_function_chain->x_current_class_ref = NULL_TREE; in tsubst_default_argument()
6381 cp_function_chain->x_current_class_ptr = saved_class_ptr; in tsubst_default_argument()
6382 cp_function_chain->x_current_class_ref = saved_class_ref; in tsubst_default_argument()
H A DChangeLog-19992394 (cp_function_chain): Use the current_function, not the
2821 (cp_function_chain): Make it a macro, not a variable.
2835 (cp_function_chain): Remove.
2864 (cp_function_chain): Declare.
2903 (cp_function_chain): Make it global.
H A DChangeLog-20001198 (cp_function_chain): Adjust.
2355 cp_function_chain->name_declared.
2359 cp_function_chain->name_declared.
2400 cp_function_chain->name_declared and call to
H A DChangeLog-20022717 (cp_function_chain): Don't need to cast.
4128 for GC to cp_function_chain->unparsed_inlines instead.
H A Dcall.c5097 cp_function_chain->can_throw = 1; in build_cxx_call()
H A DChangeLog-19972208 * decl.c (cp_function_chain): Likewise.
H A DChangeLog1803 to cp_function_chain->extern_decl_map hash table instead of
1808 cp_function_chain->extern_decl_map hash table.