Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddwarf2out.cc3407 #define ZERO_VIEW_P(N) ((N) == (var_loc_view)0 \ macro
10236 if (!ZERO_VIEW_P (loc->vbegin) || !ZERO_VIEW_P (loc->vend)) in loc_list_has_views()
10314 if (ZERO_VIEW_P (curr->vbegin) && ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10322 if (ZERO_VIEW_P (curr->vbegin)) in dwarf2out_maybe_output_loclist_view_pair()
10331 if (ZERO_VIEW_P (curr->vend)) in dwarf2out_maybe_output_loclist_view_pair()
10380 if (!ZERO_VIEW_P (curr->vbegin)) in output_loc_list()
10392 if (!ZERO_VIEW_P (curr->vend)) in output_loc_list()
17761 || !ZERO_VIEW_P (node->view)) in dw_loc_list()
24818 if (debug_variable_location_views && !ZERO_VIEW_P (ied->view) in add_high_low_attributes()
28271 && !ZERO_VIEW_P (cur_line_info_table->view)))) in dwarf2out_inline_entry()
DChangeLog-201827984 (ZERO_VIEW_P): Likewise.
29802 (ZERO_VIEW_P): New macro.