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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 15660 dw_loc_descr_ref l3jump, l3label;
15736 l3label = new_loc_descr (DW_OP_drop, 0, 0);
15737 add_loc_descr (&ret, l3label);
15745 l3jump->dw_loc_oprnd1.v.val_loc = l3label;
15647 dw_loc_descr_ref l3jump, l3label; local
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 15575 dw_loc_descr_ref l3jump, l3label;
15651 l3label = new_loc_descr (DW_OP_drop, 0, 0);
15652 add_loc_descr (&ret, l3label);
15660 l3jump->dw_loc_oprnd1.v.val_loc = l3label;
15562 dw_loc_descr_ref l3jump, l3label; local

Completed in 40 milliseconds