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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dtracepoint.c1072 long next_aexpr_elt; member in struct:collection_list
1350 for (ndx = 0; ndx < list->next_aexpr_elt; ndx++)
1355 list->next_aexpr_elt = 0;
1371 count = 1 + list->next_memrange + list->next_aexpr_elt + 1;
1426 for (i = 0; i < list->next_aexpr_elt; i++)
1652 if (collect->next_aexpr_elt >= collect->aexpr_listsize)
1659 collect->aexpr_list[collect->next_aexpr_elt] = aexpr;
1660 collect->next_aexpr_elt++;

Completed in 89 milliseconds