HomeSort by: relevance | last modified time | path
    Searched defs:var_loc_view (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 1357 typedef unsigned int var_loc_view;
1373 var_loc_view vbegin, vend;
3114 var_loc_view view;
3119 var_loc_view symviews_since_reset;
3121 #define FORCE_RESET_NEXT_VIEW(x) ((x) = (var_loc_view)-1)
3122 #define RESET_NEXT_VIEW(x) ((x) = (var_loc_view)0)
3123 #define FORCE_RESETTING_VIEW_P(x) ((x) == (var_loc_view)-1)
3124 #define RESETTING_VIEW_P(x) ((x) == (var_loc_view)0 || FORCE_RESETTING_VIEW_P (x))
3134 static var_loc_view symview_upper_bound;
3410 #define ZERO_VIEW_P(N) ((N) == (var_loc_view)0
1354 typedef unsigned int var_loc_view; typedef
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 1359 typedef unsigned int var_loc_view;
1375 var_loc_view vbegin, vend;
3116 var_loc_view view;
3121 var_loc_view symviews_since_reset;
3123 #define FORCE_RESET_NEXT_VIEW(x) ((x) = (var_loc_view)-1)
3124 #define RESET_NEXT_VIEW(x) ((x) = (var_loc_view)0)
3125 #define FORCE_RESETTING_VIEW_P(x) ((x) == (var_loc_view)-1)
3126 #define RESETTING_VIEW_P(x) ((x) == (var_loc_view)0 || FORCE_RESETTING_VIEW_P (x))
3136 static var_loc_view symview_upper_bound;
3412 #define ZERO_VIEW_P(N) ((N) == (var_loc_view)0
1356 typedef unsigned int var_loc_view; typedef
    [all...]

Completed in 39 milliseconds