Home
last modified time | relevance | path

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

/trueos/contrib/gdb/gdb/
HDtracepoint.c1072 long next_aexpr_elt; member
1350 for (ndx = 0; ndx < list->next_aexpr_elt; ndx++) in clear_collection_list()
1355 list->next_aexpr_elt = 0; in clear_collection_list()
1371 count = 1 + list->next_memrange + list->next_aexpr_elt + 1; in stringify_collection_list()
1426 for (i = 0; i < list->next_aexpr_elt; i++) in stringify_collection_list()
1652 if (collect->next_aexpr_elt >= collect->aexpr_listsize) in add_aexpr()
1659 collect->aexpr_list[collect->next_aexpr_elt] = aexpr; in add_aexpr()
1660 collect->next_aexpr_elt++; in add_aexpr()