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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 3680 static GTY (()) vec<macinfo_entry, va_gc> *macinfo_table;
3687 && !macinfo_table->is_empty ())
28914 vec_safe_push (macinfo_table, e);
28929 vec_safe_push (macinfo_table, e);
28946 if (macinfo_table->is_empty () && lineno <= 1)
28951 vec_safe_push (macinfo_table, e);
28956 vec_safe_push (macinfo_table, e);
28973 if (macinfo_table->is_empty () && lineno <= 1)
28978 vec_safe_push (macinfo_table, e);
28983 vec_safe_push (macinfo_table, e)
3675 static GTY (()) vec<macinfo_entry, va_gc> *macinfo_table; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 3682 static GTY (()) vec<macinfo_entry, va_gc> *macinfo_table;
3689 && !macinfo_table->is_empty ())
28774 vec_safe_push (macinfo_table, e);
28789 vec_safe_push (macinfo_table, e);
28806 if (macinfo_table->is_empty () && lineno <= 1)
28811 vec_safe_push (macinfo_table, e);
28816 vec_safe_push (macinfo_table, e);
28833 if (macinfo_table->is_empty () && lineno <= 1)
28838 vec_safe_push (macinfo_table, e);
28843 vec_safe_push (macinfo_table, e)
3677 static GTY (()) vec<macinfo_entry, va_gc> *macinfo_table; variable
    [all...]

Completed in 62 milliseconds