Searched refs:nshapes (Results 1 – 3 of 3) sorted by relevance
1137 shapes->nshapes = 1; in insert_keyword_callshape()1155 for (i = 0; i < old_shapes->nshapes; i++) in insert_keyword_callshape()1176 + old_shapes->nshapes * sizeof (struct callshape)); in insert_keyword_callshape()1180 shapes->nshapes = old_shapes->nshapes + 1; in insert_keyword_callshape()1181 for (i = 0; i < old_shapes->nshapes; i++) in insert_keyword_callshape()2321 if (shapes == NULL || shapes->nshapes == 0) in arglist_parser_alloc()2339 + (shapes->nshapes - 1) * sizeof (struct partial_call)); in arglist_parser_alloc()2345 ap->nalternatives = shapes->nshapes; in arglist_parser_alloc()2346 for (i = 0; i < shapes->nshapes; i++) in arglist_parser_alloc()
72 size_t nshapes; member
1507 shapes.nshapes = 1; in extract_variable()2951 for (i = 0; i < next_shapes->nshapes; i++) in extract_balanced()