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

  /src/external/gpl3/gdb.old/dist/gdb/
gnu-v3-abi.c 857 struct value_and_voffset search_vo, *current_vo; local
870 current_vo = (struct value_and_voffset *) *slot;
873 current_vo = XNEW (struct value_and_voffset);
874 current_vo->value = value;
875 current_vo->max_voffset = -1;
876 *slot = current_vo;
877 offset_vec->push_back (current_vo);
893 if (voffset > current_vo->max_voffset)
894 current_vo->max_voffset = voffset;
gnu-v3-abi.c 857 struct value_and_voffset search_vo, *current_vo; local
870 current_vo = (struct value_and_voffset *) *slot;
873 current_vo = XNEW (struct value_and_voffset);
874 current_vo->value = value;
875 current_vo->max_voffset = -1;
876 *slot = current_vo;
877 offset_vec->push_back (current_vo);
893 if (voffset > current_vo->max_voffset)
894 current_vo->max_voffset = voffset;

Completed in 76 milliseconds