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

/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3intstream.c62 ANTLR3_FREE(stream);
H A Dantlr3exception.c52 * ANTLR3_FREE() when the exception is destroyed.
171 ANTLR3_FREE(ex->message);
183 ANTLR3_FREE(ex);
H A Dantlr3collections.c149 ANTLR3_FREE((void *)table);
240 ANTLR3_FREE(entry->keybase.key.sKey);
245 ANTLR3_FREE(entry);
256 ANTLR3_FREE(table->buckets);
261 ANTLR3_FREE(table);
371 ANTLR3_FREE(entry->keybase.key.sKey);
413 ANTLR3_FREE(entry);
437 ANTLR3_FREE(entry);
826 ANTLR3_FREE(en);
912 ANTLR3_FREE(lis
[all...]
H A Dantlr3bitset.c67 ANTLR3_FREE(bitset->blist.bits);
70 ANTLR3_FREE(bitset);
109 ANTLR3_FREE(bitset);
172 ANTLR3_FREE(bitset);
411 ANTLR3_FREE(bitset->blist.bits);
H A Dantlr3parser.c142 ANTLR3_FREE(parser);
H A Dantlr3commontoken.c288 ANTLR3_FREE(factory->pools[poolCount]);
295 ANTLR3_FREE(factory->pools);
299 ANTLR3_FREE(factory);
H A Dantlr3commontree.c273 ANTLR3_FREE(factory->pools[poolCount]);
280 ANTLR3_FREE(factory->pools);
284 ANTLR3_FREE(factory);
H A Dantlr3treeparser.c147 ANTLR3_FREE(parser);
H A Dantlr3commontreenodestream.c112 ANTLR3_FREE(stream);
436 ANTLR3_FREE(ctns->INVALID_NODE.token);
437 ANTLR3_FREE(ctns->EOF_NODE.token);
438 ANTLR3_FREE(ctns->DOWN.token);
439 ANTLR3_FREE(ctns->UP.token);
450 ANTLR3_FREE(ctns);
H A Dantlr3string.c118 ANTLR3_FREE(factory);
245 ANTLR3_FREE(string->chars);
250 ANTLR3_FREE(string);
378 ANTLR3_FREE(utf8String->chars);
791 ANTLR3_FREE((void *)factory);
H A Dantlr3basetree.c450 ANTLR3_FREE(newChildren->elements);
453 ANTLR3_FREE(newChildren); // Will not free the nodes
H A Dantlr3baserecognizer.c109 ANTLR3_FREE(recognizer);
138 ANTLR3_FREE(recognizer->state);
139 ANTLR3_FREE(recognizer);
237 ANTLR3_FREE(recognizer->state);
242 ANTLR3_FREE(recognizer);
H A Dantlr3commontreeadaptor.c233 ANTLR3_FREE(adaptor->super);
H A Dantlr3lexer.c707 ANTLR3_FREE(lexer->rec->state->tokSource);
716 ANTLR3_FREE(lexer);
H A Dantlr3tokenstream.c117 ANTLR3_FREE(stream);
156 ANTLR3_FREE(stream);
H A Dantlr3rewritestreams.c181 ANTLR3_FREE(stream);
H A Dantlr3inputstream.c224 ANTLR3_FREE(input->data);
232 ANTLR3_FREE(input);
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3defs.h474 #ifndef ANTLR3_FREE
475 /// Default definition of ANTLR3_FREE. You can override this before including
478 #define ANTLR3_FREE(ptr) free ((void *)(ptr)) macro
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DC.stg913 ANTLR3_FREE(ctx);
992 ANTLR3_FREE(ctx);
1227 * We cannot just use ANTLR3_FREE because in debug tracking mode, this is a macro.
1231 ANTLR3_FREE(scope);
1402 ANTLR3_FREE(ctx);
2921 ANTLR3_FREE(scope);

Completed in 130 milliseconds