Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDdwarf2out.c1301 typedef unsigned int var_loc_view; typedef
1316 var_loc_view vbegin, vend;
2965 var_loc_view view;
2970 var_loc_view symviews_since_reset;
2972 #define FORCE_RESET_NEXT_VIEW(x) ((x) = (var_loc_view)-1)
2973 #define RESET_NEXT_VIEW(x) ((x) = (var_loc_view)0)
2974 #define FORCE_RESETTING_VIEW_P(x) ((x) == (var_loc_view)-1)
2975 #define RESETTING_VIEW_P(x) ((x) == (var_loc_view)0 || FORCE_RESETTING_VIEW_P (x))
2985 static var_loc_view symview_upper_bound;
3265 #define ZERO_VIEW_P(N) ((N) == (var_loc_view)0 \
[all …]