Lines Matching refs:free
104 stream->free = antlr3TreeNodeStreamFree;
163 stream->free (stream);
174 stream->tnstream->free (stream->tnstream);
175 stream->free (stream);
191 stream->free = antlr3CommonTreeNodeStreamFree;
261 // free the originating tree. Anything that we rewrite or
294 stream->free(stream);
304 stream->adaptor->free (stream->adaptor);
305 stream->free (stream);
316 stream->adaptor->free (stream->adaptor);
317 stream->tnstream->free (stream->tnstream);
318 stream->free (stream);
333 stream->free = antlr3CommonTreeNodeStreamFree;
418 /// Free up any resources that belong to this common tree node stream.
425 // free them here.
429 ctns->adaptor ->free (ctns->adaptor);
433 ctns->nodeStack->free(ctns->nodeStack);
444 ctns->nodes ->free (ctns->nodes);
446 ctns->tnstream->istream ->free (ctns->tnstream->istream);
447 ctns->tnstream ->free (ctns->tnstream);
535 // Free and reset the node stack only if this is not
543 ctns->nodeStack->free(ctns->nodeStack);