Home
last modified time | relevance | path

Searched refs:ZERO_VIEW_P (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Ddwarf2out.c3265 #define ZERO_VIEW_P(N) ((N) == (var_loc_view)0 \ macro
10056 if (!ZERO_VIEW_P (loc->vbegin) || !ZERO_VIEW_P (loc->vend)) in loc_list_has_views()
10134 if (ZERO_VIEW_P (curr->vbegin) && ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10142 if (ZERO_VIEW_P (curr->vbegin)) in dwarf2out_maybe_output_loclist_view_pair()
10151 if (ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10200 if (!ZERO_VIEW_P (curr->vbegin)) in output_loc_list()
10212 if (!ZERO_VIEW_P (curr->vend)) in output_loc_list()
17247 || !ZERO_VIEW_P (node->view)) in dw_loc_list()
24057 if (debug_variable_location_views && !ZERO_VIEW_P (ied->view) in add_high_low_attributes()
27591 && !ZERO_VIEW_P (cur_line_info_table->view)))) in dwarf2out_inline_entry()
H A DChangeLog9835 (ZERO_VIEW_P): Likewise.
11652 (ZERO_VIEW_P): New macro.
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Ddwarf2out.c3363 #define ZERO_VIEW_P(N) ((N) == (var_loc_view)0 \ macro
10196 if (!ZERO_VIEW_P (loc->vbegin) || !ZERO_VIEW_P (loc->vend)) in loc_list_has_views()
10274 if (ZERO_VIEW_P (curr->vbegin) && ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10282 if (ZERO_VIEW_P (curr->vbegin)) in dwarf2out_maybe_output_loclist_view_pair()
10291 if (ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10340 if (!ZERO_VIEW_P (curr->vbegin)) in output_loc_list()
10352 if (!ZERO_VIEW_P (curr->vend)) in output_loc_list()
17654 || !ZERO_VIEW_P (node->view)) in dw_loc_list()
24664 if (debug_variable_location_views && !ZERO_VIEW_P (ied->view) in add_high_low_attributes()
28116 && !ZERO_VIEW_P (cur_line_info_table->view)))) in dwarf2out_inline_entry()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Ddwarf2out.c3304 #define ZERO_VIEW_P(N) ((N) == (var_loc_view)0 \ macro
10082 if (!ZERO_VIEW_P (loc->vbegin) || !ZERO_VIEW_P (loc->vend)) in loc_list_has_views()
10160 if (ZERO_VIEW_P (curr->vbegin) && ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10168 if (ZERO_VIEW_P (curr->vbegin)) in dwarf2out_maybe_output_loclist_view_pair()
10177 if (ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10226 if (!ZERO_VIEW_P (curr->vbegin)) in output_loc_list()
10238 if (!ZERO_VIEW_P (curr->vend)) in output_loc_list()
17261 || !ZERO_VIEW_P (node->view)) in dw_loc_list()
24172 if (debug_variable_location_views && !ZERO_VIEW_P (ied->view) in add_high_low_attributes()
27693 && !ZERO_VIEW_P (cur_line_info_table->view)))) in dwarf2out_inline_entry()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Ddwarf2out.c3261 #define ZERO_VIEW_P(N) ((N) == (var_loc_view)0 \ macro
10045 if (!ZERO_VIEW_P (loc->vbegin) || !ZERO_VIEW_P (loc->vend)) in loc_list_has_views()
10123 if (ZERO_VIEW_P (curr->vbegin) && ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10131 if (ZERO_VIEW_P (curr->vbegin)) in dwarf2out_maybe_output_loclist_view_pair()
10140 if (ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10189 if (!ZERO_VIEW_P (curr->vbegin)) in output_loc_list()
10201 if (!ZERO_VIEW_P (curr->vend)) in output_loc_list()
17233 || !ZERO_VIEW_P (node->view)) in dw_loc_list()
24039 if (debug_variable_location_views && !ZERO_VIEW_P (ied->view) in add_high_low_attributes()
27574 && !ZERO_VIEW_P (cur_line_info_table->view)))) in dwarf2out_inline_entry()
H A DChangeLog6712 (ZERO_VIEW_P): Likewise.
8529 (ZERO_VIEW_P): New macro.
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Ddwarf2out.c3308 #define ZERO_VIEW_P(N) ((N) == (var_loc_view)0 \ macro
10087 if (!ZERO_VIEW_P (loc->vbegin) || !ZERO_VIEW_P (loc->vend)) in loc_list_has_views()
10165 if (ZERO_VIEW_P (curr->vbegin) && ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10173 if (ZERO_VIEW_P (curr->vbegin)) in dwarf2out_maybe_output_loclist_view_pair()
10182 if (ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10231 if (!ZERO_VIEW_P (curr->vbegin)) in output_loc_list()
10243 if (!ZERO_VIEW_P (curr->vend)) in output_loc_list()
17270 || !ZERO_VIEW_P (node->view)) in dw_loc_list()
24067 if (debug_variable_location_views && !ZERO_VIEW_P (ied->view) in add_high_low_attributes()
27602 && !ZERO_VIEW_P (cur_line_info_table->view)))) in dwarf2out_inline_entry()
H A DChangeLog-201827984 (ZERO_VIEW_P): Likewise.
29802 (ZERO_VIEW_P): New macro.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Ddwarf2out.c3325 #define ZERO_VIEW_P(N) ((N) == (var_loc_view)0 \ macro
10141 if (!ZERO_VIEW_P (loc->vbegin) || !ZERO_VIEW_P (loc->vend)) in loc_list_has_views()
10219 if (ZERO_VIEW_P (curr->vbegin) && ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10227 if (ZERO_VIEW_P (curr->vbegin)) in dwarf2out_maybe_output_loclist_view_pair()
10236 if (ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10285 if (!ZERO_VIEW_P (curr->vbegin)) in output_loc_list()
10297 if (!ZERO_VIEW_P (curr->vend)) in output_loc_list()
17548 || !ZERO_VIEW_P (node->view)) in dw_loc_list()
24426 if (debug_variable_location_views && !ZERO_VIEW_P (ied->view) in add_high_low_attributes()
27877 && !ZERO_VIEW_P (cur_line_info_table->view)))) in dwarf2out_inline_entry()
H A DChangeLog-201827984 (ZERO_VIEW_P): Likewise.
29802 (ZERO_VIEW_P): New macro.
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Ddwarf2out.c3308 #define ZERO_VIEW_P(N) ((N) == (var_loc_view)0 \ macro
10087 if (!ZERO_VIEW_P (loc->vbegin) || !ZERO_VIEW_P (loc->vend)) in loc_list_has_views()
10165 if (ZERO_VIEW_P (curr->vbegin) && ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10173 if (ZERO_VIEW_P (curr->vbegin)) in dwarf2out_maybe_output_loclist_view_pair()
10182 if (ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10231 if (!ZERO_VIEW_P (curr->vbegin)) in output_loc_list()
10243 if (!ZERO_VIEW_P (curr->vend)) in output_loc_list()
17271 || !ZERO_VIEW_P (node->view)) in dw_loc_list()
24096 if (debug_variable_location_views && !ZERO_VIEW_P (ied->view) in add_high_low_attributes()
27635 && !ZERO_VIEW_P (cur_line_info_table->view)))) in dwarf2out_inline_entry()
H A DChangeLog-201827984 (ZERO_VIEW_P): Likewise.
29802 (ZERO_VIEW_P): New macro.
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Ddwarf2out.c3265 #define ZERO_VIEW_P(N) ((N) == (var_loc_view)0 \ macro
10056 if (!ZERO_VIEW_P (loc->vbegin) || !ZERO_VIEW_P (loc->vend)) in loc_list_has_views()
10134 if (ZERO_VIEW_P (curr->vbegin) && ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10142 if (ZERO_VIEW_P (curr->vbegin)) in dwarf2out_maybe_output_loclist_view_pair()
10151 if (ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10200 if (!ZERO_VIEW_P (curr->vbegin)) in output_loc_list()
10212 if (!ZERO_VIEW_P (curr->vend)) in output_loc_list()
17247 || !ZERO_VIEW_P (node->view)) in dw_loc_list()
24057 if (debug_variable_location_views && !ZERO_VIEW_P (ied->view) in add_high_low_attributes()
27591 && !ZERO_VIEW_P (cur_line_info_table->view)))) in dwarf2out_inline_entry()
H A DChangeLog9835 (ZERO_VIEW_P): Likewise.
11652 (ZERO_VIEW_P): New macro.
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Ddwarf2out.c3325 #define ZERO_VIEW_P(N) ((N) == (var_loc_view)0 \ macro
10141 if (!ZERO_VIEW_P (loc->vbegin) || !ZERO_VIEW_P (loc->vend)) in loc_list_has_views()
10219 if (ZERO_VIEW_P (curr->vbegin) && ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10227 if (ZERO_VIEW_P (curr->vbegin)) in dwarf2out_maybe_output_loclist_view_pair()
10236 if (ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10285 if (!ZERO_VIEW_P (curr->vbegin)) in output_loc_list()
10297 if (!ZERO_VIEW_P (curr->vend)) in output_loc_list()
17548 || !ZERO_VIEW_P (node->view)) in dw_loc_list()
24406 if (debug_variable_location_views && !ZERO_VIEW_P (ied->view) in add_high_low_attributes()
27857 && !ZERO_VIEW_P (cur_line_info_table->view)))) in dwarf2out_inline_entry()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Ddwarf2out.c3265 #define ZERO_VIEW_P(N) ((N) == (var_loc_view)0 \ macro
10056 if (!ZERO_VIEW_P (loc->vbegin) || !ZERO_VIEW_P (loc->vend)) in loc_list_has_views()
10134 if (ZERO_VIEW_P (curr->vbegin) && ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10142 if (ZERO_VIEW_P (curr->vbegin)) in dwarf2out_maybe_output_loclist_view_pair()
10151 if (ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10200 if (!ZERO_VIEW_P (curr->vbegin)) in output_loc_list()
10212 if (!ZERO_VIEW_P (curr->vend)) in output_loc_list()
17247 || !ZERO_VIEW_P (node->view)) in dw_loc_list()
24057 if (debug_variable_location_views && !ZERO_VIEW_P (ied->view) in add_high_low_attributes()
27591 && !ZERO_VIEW_P (cur_line_info_table->view)))) in dwarf2out_inline_entry()
H A DChangeLog9835 (ZERO_VIEW_P): Likewise.
11652 (ZERO_VIEW_P): New macro.
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Ddwarf2out.c3265 #define ZERO_VIEW_P(N) ((N) == (var_loc_view)0 \ macro
10056 if (!ZERO_VIEW_P (loc->vbegin) || !ZERO_VIEW_P (loc->vend)) in loc_list_has_views()
10134 if (ZERO_VIEW_P (curr->vbegin) && ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10142 if (ZERO_VIEW_P (curr->vbegin)) in dwarf2out_maybe_output_loclist_view_pair()
10151 if (ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10200 if (!ZERO_VIEW_P (curr->vbegin)) in output_loc_list()
10212 if (!ZERO_VIEW_P (curr->vend)) in output_loc_list()
17247 || !ZERO_VIEW_P (node->view)) in dw_loc_list()
24057 if (debug_variable_location_views && !ZERO_VIEW_P (ied->view) in add_high_low_attributes()
27591 && !ZERO_VIEW_P (cur_line_info_table->view)))) in dwarf2out_inline_entry()
H A DChangeLog9835 (ZERO_VIEW_P): Likewise.
11652 (ZERO_VIEW_P): New macro.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Ddwarf2out.c3325 #define ZERO_VIEW_P(N) ((N) == (var_loc_view)0 \ macro
10141 if (!ZERO_VIEW_P (loc->vbegin) || !ZERO_VIEW_P (loc->vend)) in loc_list_has_views()
10219 if (ZERO_VIEW_P (curr->vbegin) && ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10227 if (ZERO_VIEW_P (curr->vbegin)) in dwarf2out_maybe_output_loclist_view_pair()
10236 if (ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10285 if (!ZERO_VIEW_P (curr->vbegin)) in output_loc_list()
10297 if (!ZERO_VIEW_P (curr->vend)) in output_loc_list()
17548 || !ZERO_VIEW_P (node->view)) in dw_loc_list()
24406 if (debug_variable_location_views && !ZERO_VIEW_P (ied->view) in add_high_low_attributes()
27857 && !ZERO_VIEW_P (cur_line_info_table->view)))) in dwarf2out_inline_entry()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Ddwarf2out.c3304 #define ZERO_VIEW_P(N) ((N) == (var_loc_view)0 \ macro
10082 if (!ZERO_VIEW_P (loc->vbegin) || !ZERO_VIEW_P (loc->vend)) in loc_list_has_views()
10160 if (ZERO_VIEW_P (curr->vbegin) && ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10168 if (ZERO_VIEW_P (curr->vbegin)) in dwarf2out_maybe_output_loclist_view_pair()
10177 if (ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10226 if (!ZERO_VIEW_P (curr->vbegin)) in output_loc_list()
10238 if (!ZERO_VIEW_P (curr->vend)) in output_loc_list()
17260 || !ZERO_VIEW_P (node->view)) in dw_loc_list()
24130 if (debug_variable_location_views && !ZERO_VIEW_P (ied->view) in add_high_low_attributes()
27648 && !ZERO_VIEW_P (cur_line_info_table->view)))) in dwarf2out_inline_entry()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Ddwarf2out.c3308 #define ZERO_VIEW_P(N) ((N) == (var_loc_view)0 \ macro
10087 if (!ZERO_VIEW_P (loc->vbegin) || !ZERO_VIEW_P (loc->vend)) in loc_list_has_views()
10165 if (ZERO_VIEW_P (curr->vbegin) && ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10173 if (ZERO_VIEW_P (curr->vbegin)) in dwarf2out_maybe_output_loclist_view_pair()
10182 if (ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10231 if (!ZERO_VIEW_P (curr->vbegin)) in output_loc_list()
10243 if (!ZERO_VIEW_P (curr->vend)) in output_loc_list()
17271 || !ZERO_VIEW_P (node->view)) in dw_loc_list()
24096 if (debug_variable_location_views && !ZERO_VIEW_P (ied->view) in add_high_low_attributes()
27635 && !ZERO_VIEW_P (cur_line_info_table->view)))) in dwarf2out_inline_entry()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Ddwarf2out.c3304 #define ZERO_VIEW_P(N) ((N) == (var_loc_view)0 \ macro
10082 if (!ZERO_VIEW_P (loc->vbegin) || !ZERO_VIEW_P (loc->vend)) in loc_list_has_views()
10160 if (ZERO_VIEW_P (curr->vbegin) && ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10168 if (ZERO_VIEW_P (curr->vbegin)) in dwarf2out_maybe_output_loclist_view_pair()
10177 if (ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10226 if (!ZERO_VIEW_P (curr->vbegin)) in output_loc_list()
10238 if (!ZERO_VIEW_P (curr->vend)) in output_loc_list()
17261 || !ZERO_VIEW_P (node->view)) in dw_loc_list()
24172 if (debug_variable_location_views && !ZERO_VIEW_P (ied->view) in add_high_low_attributes()
27693 && !ZERO_VIEW_P (cur_line_info_table->view)))) in dwarf2out_inline_entry()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Ddwarf2out.c3265 #define ZERO_VIEW_P(N) ((N) == (var_loc_view)0 \ macro
10056 if (!ZERO_VIEW_P (loc->vbegin) || !ZERO_VIEW_P (loc->vend)) in loc_list_has_views()
10134 if (ZERO_VIEW_P (curr->vbegin) && ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10142 if (ZERO_VIEW_P (curr->vbegin)) in dwarf2out_maybe_output_loclist_view_pair()
10151 if (ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10200 if (!ZERO_VIEW_P (curr->vbegin)) in output_loc_list()
10212 if (!ZERO_VIEW_P (curr->vend)) in output_loc_list()
17248 || !ZERO_VIEW_P (node->view)) in dw_loc_list()
24097 if (debug_variable_location_views && !ZERO_VIEW_P (ied->view) in add_high_low_attributes()
27635 && !ZERO_VIEW_P (cur_line_info_table->view)))) in dwarf2out_inline_entry()
H A DChangeLog12654 (ZERO_VIEW_P): Likewise.
14471 (ZERO_VIEW_P): New macro.

12