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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 18083 dw_loc_list_ref list_ret = NULL, list_ret1 = NULL;
18101 list_ret = loc_list_from_tree (TREE_OPERAND (obj, 0), toplev ? 2 : 1,
18107 list_ret = loc_list_from_tree (TREE_OPERAND (obj, 0), 0, context);
18108 if (!list_ret)
18116 add_loc_list (&list_ret, list_ret1);
18117 if (!list_ret)
18119 add_loc_descr_to_each (list_ret,
18124 add_loc_descr_to_each (list_ret,
18127 loc_list_plus_const (list_ret, bytepos);
18128 add_loc_descr_to_each (list_ret,
18070 dw_loc_list_ref list_ret = NULL, list_ret1 = NULL; local
18777 dw_loc_list_ref list_ret = NULL, list_ret1 = NULL; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 17997 dw_loc_list_ref list_ret = NULL, list_ret1 = NULL;
18015 list_ret = loc_list_from_tree (TREE_OPERAND (obj, 0), toplev ? 2 : 1,
18021 list_ret = loc_list_from_tree (TREE_OPERAND (obj, 0), 0, context);
18022 if (!list_ret)
18030 add_loc_list (&list_ret, list_ret1);
18031 if (!list_ret)
18033 add_loc_descr_to_each (list_ret,
18038 add_loc_descr_to_each (list_ret,
18041 loc_list_plus_const (list_ret, bytepos);
18042 add_loc_descr_to_each (list_ret,
17984 dw_loc_list_ref list_ret = NULL, list_ret1 = NULL; local
18691 dw_loc_list_ref list_ret = NULL, list_ret1 = NULL; local
    [all...]

Completed in 50 milliseconds