Searched refs:cp_function_chain (Results 1 – 22 of 22) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | name-lookup.h | 272 (*(cfun && cp_function_chain->bindings \ 273 ? &cp_function_chain->bindings \
|
| H A D | cp-tree.h | 765 #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 801 #define current_function_returns_value cp_function_chain->returns_value 806 #define current_function_returns_null cp_function_chain->returns_null 812 cp_function_chain->returns_abnormally [all …]
|
| H A D | optimize.c | 206 cp_function_chain->can_throw = !TREE_NOTHROW (fn); in maybe_clone_body()
|
| H A D | cp-gimplify.c | 640 if (cp_function_chain->extern_decl_map in cp_genericize_r() 647 htab_find_with_hash (cp_function_chain->extern_decl_map, in cp_genericize_r()
|
| H A D | decl.c | 156 #define local_names cp_function_chain->x_local_names 224 #define named_labels cp_function_chain->x_named_labels 10710 cp_function_chain->x_current_class_ref in start_preparsed_function() 10712 cp_function_chain->x_current_class_ptr = t; in start_preparsed_function() 10978 memcpy (f, cp_function_chain, sizeof (struct language_function)); in save_function_data() 11240 && !cp_function_chain->can_throw in finish_function() 11672 *cp_function_chain = *DECL_SAVED_FUNCTION_DATA (fn); in cxx_push_function_context()
|
| H A D | name-lookup.c | 683 if (cp_function_chain->extern_decl_map == NULL) in pushdecl_maybe_friend() 684 cp_function_chain->extern_decl_map in pushdecl_maybe_friend() 692 (cp_function_chain->extern_decl_map, h, in pushdecl_maybe_friend()
|
| H A D | pt.c | 6351 cp_function_chain->x_current_class_ptr = NULL_TREE; in tsubst_default_argument() 6353 cp_function_chain->x_current_class_ref = NULL_TREE; in tsubst_default_argument() 6372 cp_function_chain->x_current_class_ptr = saved_class_ptr; in tsubst_default_argument() 6373 cp_function_chain->x_current_class_ref = saved_class_ref; in tsubst_default_argument()
|
| H A D | ChangeLog-1999 | 2394 (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 D | ChangeLog-2000 | 1198 (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 D | ChangeLog-2002 | 2717 (cp_function_chain): Don't need to cast. 4128 for GC to cp_function_chain->unparsed_inlines instead.
|
| H A D | call.c | 5055 cp_function_chain->can_throw = 1; in build_cxx_call()
|
| H A D | ChangeLog-1997 | 2208 * decl.c (cp_function_chain): Likewise.
|
| H A D | ChangeLog | 1734 to cp_function_chain->extern_decl_map hash table instead of 1739 cp_function_chain->extern_decl_map hash table.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | cp-tree.h | 907 #define cp_function_chain (cfun->language) macro 912 #define dtor_label cp_function_chain->x_dtor_label 919 (cfun ? cp_function_chain->x_current_class_ptr : NULL_TREE) 921 (cfun ? cp_function_chain->x_current_class_ref : NULL_TREE) 926 #define current_eh_spec_block cp_function_chain->x_eh_spec_block 931 #define current_in_charge_parm cp_function_chain->x_in_charge_parm 936 #define current_vtt_parm cp_function_chain->x_vtt_parm 941 #define current_function_returns_value cp_function_chain->returns_value 946 #define current_function_returns_null cp_function_chain->returns_null 952 cp_function_chain->returns_abnormally [all …]
|
| H A D | optimize.c | 269 cp_function_chain->can_throw = !TREE_NOTHROW (fn);
|
| H A D | spew.c | 934 cp_function_chain->unparsed_inlines = pi; 1011 cp_function_chain->unparsed_inlines = 0;
|
| H A D | semantics.c | 2516 *cp_function_chain = *DECL_SAVED_FUNCTION_DATA (fn); 2525 current_function_cannot_inline = cp_function_chain->cannot_inline;
|
| H A D | decl.c | 224 #define named_label_uses cp_function_chain->x_named_label_uses 226 #define local_names cp_function_chain->x_local_names 259 #define named_labels cp_function_chain->x_named_labels 677 (*(cfun && cp_function_chain->bindings \ 678 ? &cp_function_chain->bindings \ 14560 cp_function_chain->x_current_class_ref 14562 cp_function_chain->x_current_class_ptr = t; 14763 memcpy (f, cp_function_chain, sizeof (struct language_function)); 15018 && !cp_function_chain->can_throw
|
| H A D | decl2.c | 4889 || cp_function_chain->can_throw);
|
| H A D | call.c | 4741 cp_function_chain->can_throw = 1; in build_cxx_call()
|
| H A D | ChangeLog | 4120 (cp_function_chain): Don't need to cast. 5531 for GC to cp_function_chain->unparsed_inlines instead. 11070 (cp_function_chain): Adjust. 12227 cp_function_chain->name_declared. 12231 cp_function_chain->name_declared. 12272 cp_function_chain->name_declared and call to
|
| H A D | ChangeLog.2 | 2394 (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. 15879 * decl.c (cp_function_chain): Likewise.
|