Lines Matching refs:nscopes
43 unsigned int inlined, nscopes;
96 function of which A->scopes[A->nscopes - 1] is a concrete instance.
99 unsigned int nscopes = a->nscopes + depth;
100 Dwarf_Die *scopes = realloc (a->scopes, nscopes * sizeof scopes[0]);
112 scopes[a->nscopes++] = die->die;
114 while (a->nscopes < nscopes);
116 return a->nscopes;
132 a->nscopes = depth + 1 - a->inlined;
133 a->scopes = malloc (a->nscopes * sizeof a->scopes[0]);
140 for (unsigned int i = 0; i < a->nscopes; ++i)
149 return a->nscopes;