Home
last modified time | relevance | path

Searched refs:next_aexpr_elt (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dtracepoint.c876 long next_aexpr_elt; member
1236 for (ndx = 0; ndx < list->next_aexpr_elt; ndx++) in clear_collection_list()
1241 list->next_aexpr_elt = 0; in clear_collection_list()
1258 count = 1 + 1 + list->next_memrange + list->next_aexpr_elt + 1; in stringify_collection_list()
1331 for (i = 0; i < list->next_aexpr_elt; i++) in stringify_collection_list()
1677 if (collect->next_aexpr_elt >= collect->aexpr_listsize) in add_aexpr()
1684 collect->aexpr_list[collect->next_aexpr_elt] = aexpr; in add_aexpr()
1685 collect->next_aexpr_elt++; in add_aexpr()