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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 28059 static const char *last_postcall_label;
28182 last_postcall_label = NULL;
28188 = NOTE_DURING_CALL_P (loc_note) ? last_postcall_label : last_label;
28307 if (!last_postcall_label)
28310 last_postcall_label = ggc_strdup (loclabel);
28312 newloc->label = last_postcall_label;
28040 static const char *last_postcall_label; local
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 27919 static const char *last_postcall_label;
28042 last_postcall_label = NULL;
28048 = NOTE_DURING_CALL_P (loc_note) ? last_postcall_label : last_label;
28167 if (!last_postcall_label)
28170 last_postcall_label = ggc_strdup (loclabel);
28172 newloc->label = last_postcall_label;
27900 static const char *last_postcall_label; local

Completed in 64 milliseconds