Searched refs:ANTLR3_TRUE (Results 1 - 25 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3errors.h36 #define ANTLR3_TRUE 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3lexer.c152 specialT->factoryMade = ANTLR3_TRUE; // Prevent things trying to free() it
160 specialT->factoryMade = ANTLR3_TRUE; // Prevent things trying to free() it
246 teof->factoryMade = ANTLR3_TRUE; // This isn't really manufactured but it stops things from trying to free it
258 if (lexer->rec->state->error == ANTLR3_TRUE)
262 lexer->rec->state->failed = ANTLR3_TRUE;
715 lexer->rec->state->failed = ANTLR3_TRUE;
720 lexer->rec->state->failed = ANTLR3_TRUE;
739 return ANTLR3_TRUE;
762 return ANTLR3_TRUE;
769 lexer->rec->state->failed = ANTLR3_TRUE;
[all...]
H A Dantlr3cyclicdfa.c61 rec->state->failed = ANTLR3_TRUE;
108 if (rec->state->error != ANTLR3_TRUE)
H A Dantlr3exception.c51 * Set to ANTLR3_TRUE if the message parameter should be freed by a call to
169 if (ex->freeMessage == ANTLR3_TRUE)
H A Dantlr3rewritestreams.c77 if (stream->elements->factoryMade == ANTLR3_TRUE)
90 stream->freeElements = ANTLR3_TRUE;
139 if (stream->elements->factoryMade == ANTLR3_TRUE)
149 stream->freeElements = ANTLR3_TRUE;
177 if (stream->freeElements == ANTLR3_TRUE && stream->elements != NULL)
297 if (stream->elements != NULL && stream->elements->factoryMade == ANTLR3_FALSE && stream->freeElements == ANTLR3_TRUE )
512 stream->dirty = ANTLR3_TRUE;
552 stream->freeElements = ANTLR3_TRUE; // We 'ummed it, so we play it son.
747 /// Returns ANTLR3_TRUE if there is a next element available
755 return ANTLR3_TRUE;
[all...]
H A Dantlr3baserecognizer.c399 recognizer->state->error = ANTLR3_TRUE; /* Exception is outstanding */
470 recognizer->state->failed = ANTLR3_TRUE;
541 return ANTLR3_TRUE; // This token is unknown, but the next one is the one we wanted
613 retcode = ANTLR3_TRUE;
723 if (recognizer->state->errorRecovery == ANTLR3_TRUE)
732 recognizer->state->errorRecovery = ANTLR3_TRUE;
960 if (exact == ANTLR3_TRUE)
1477 if ( recognizer->mismatchIsUnwantedToken(recognizer, is, ttype) == ANTLR3_TRUE)
1550 recognizer->state->error = ANTLR3_TRUE;
1588 if (recognizer->mismatchIsMissingToken(recognizer, is, follow) == ANTLR3_TRUE)
[all...]
H A Dantlr3filestream.c135 input->isAllocated = ANTLR3_TRUE;
H A Dantlr3stringstream.c183 input->isAllocated = ANTLR3_TRUE;
H A Dantlr3bitset.c567 return ANTLR3_TRUE;
588 return ANTLR3_TRUE;
617 return ANTLR3_TRUE;
671 if (bitset->isMember(bitset, i) == ANTLR3_TRUE)
H A Dantlr3collections.c173 table->doStrdup = ANTLR3_TRUE;
369 if (table->doStrdup == ANTLR3_TRUE)
650 if (table->doStrdup == ANTLR3_TRUE)
1418 return ANTLR3_TRUE;
1459 factory->unTruc.factoryMade = ANTLR3_TRUE;
1610 if (check->factoryMade == ANTLR3_TRUE && check->elementsSize > ANTLR3_VECTOR_INTERNAL_SIZE)
1675 vector->factoryMade = ANTLR3_TRUE;
1961 if (trie->allowDups ==ANTLR3_TRUE)
1999 return ANTLR3_TRUE;
2181 return ANTLR3_TRUE;
[all...]
H A Dantlr3tokenstream.c390 if (ts->initialStreamState == ANTLR3_TRUE)
580 if (ts->initialStreamState == ANTLR3_TRUE)
702 || types->isMember(types, tok->getType(tok) == ANTLR3_TRUE)
779 if (ts->initialStreamState == ANTLR3_TRUE)
930 discard = ANTLR3_TRUE;
932 else if ( tokenStream->discardOffChannel == ANTLR3_TRUE
936 discard = ANTLR3_TRUE;
H A Dantlr3basetree.c154 if (child->isNilNode(child) == ANTLR3_TRUE)
376 freeNewChildren = ANTLR3_TRUE; // We must free this memory
448 if (freeNewChildren == ANTLR3_TRUE)
H A Dantlr3commontreenodestream.c265 stream->isRewriter = ANTLR3_TRUE;
427 if (ctns->isRewriter != ANTLR3_TRUE)
539 if (ctns->isRewriter != ANTLR3_TRUE)
760 if (ctns->hasUniqueNavigationNodes(ctns) == ANTLR3_TRUE)
771 if (ctns->hasUniqueNavigationNodes(ctns) == ANTLR3_TRUE)
H A Dantlr3commontoken.c124 factory->unTruc.factoryMade = ANTLR3_TRUE;
205 token->factoryMade = ANTLR3_TRUE;
H A Dantlr3commontree.c412 return ANTLR3_TRUE;
489 if (tree->isNilNode(tree) == ANTLR3_TRUE)
H A Dantlr3debughandlers.c190 return ANTLR3_TRUE;
316 delboy->initialized = ANTLR3_TRUE;
318 return ANTLR3_TRUE;
798 out = buffer + sprintf((char *)buffer, "semanticPredicate %s ", result == ANTLR3_TRUE ? "true" : "false");
H A Dantlr3string.c198 factory->strings->set(factory->strings, factory->index, (void *) string, (void (ANTLR3_CDECL *)(void *))(stringFree), ANTLR3_TRUE);
227 factory->strings->set(factory->strings, factory->index, (void *) string, (void (ANTLR3_CDECL *)(void *))(stringFree), ANTLR3_TRUE);
1327 negate = ANTLR3_TRUE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A DDAAPLexer.c133 #define HASFAILED() (LEXSTATE->failed == ANTLR3_TRUE)
142 #define HASEXCEPTION() (LEXSTATE->error == ANTLR3_TRUE)
383 * - lexer->error == ANTLR3_TRUE if an exception was thrown.
425 * - lexer->error == ANTLR3_TRUE if an exception was thrown.
467 * - lexer->error == ANTLR3_TRUE if an exception was thrown.
509 * - lexer->error == ANTLR3_TRUE if an exception was thrown.
551 * - lexer->error == ANTLR3_TRUE if an exception was thrown.
593 * - lexer->error == ANTLR3_TRUE if an exception was thrown.
665 * - lexer->error == ANTLR3_TRUE if an exception was thrown.
817 * - lexer->error == ANTLR3_TRUE i
[all...]
H A DDAAP2SQL.c139 #define HASEXCEPTION() (PSRSTATE->error == ANTLR3_TRUE)
157 #define HASFAILED() (FAILEDFLAG == ANTLR3_TRUE)
H A DDAAPParser.c123 #define HASEXCEPTION() (PSRSTATE->error == ANTLR3_TRUE)
142 #define HASFAILED() (FAILEDFLAG == ANTLR3_TRUE)
H A DRSP2SQL.c141 #define HASEXCEPTION() (PSRSTATE->error == ANTLR3_TRUE)
159 #define HASFAILED() (FAILEDFLAG == ANTLR3_TRUE)
H A DRSPLexer.c158 #define HASFAILED() (LEXSTATE->failed == ANTLR3_TRUE)
167 #define HASEXCEPTION() (LEXSTATE->error == ANTLR3_TRUE)
452 * - lexer->error == ANTLR3_TRUE if an exception was thrown.
494 * - lexer->error == ANTLR3_TRUE if an exception was thrown.
536 * - lexer->error == ANTLR3_TRUE if an exception was thrown.
578 * - lexer->error == ANTLR3_TRUE if an exception was thrown.
621 * - lexer->error == ANTLR3_TRUE if an exception was thrown.
664 * - lexer->error == ANTLR3_TRUE if an exception was thrown.
706 * - lexer->error == ANTLR3_TRUE if an exception was thrown.
748 * - lexer->error == ANTLR3_TRUE i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/pregen/
H A DDAAPLexer.c133 #define HASFAILED() (LEXSTATE->failed == ANTLR3_TRUE)
142 #define HASEXCEPTION() (LEXSTATE->error == ANTLR3_TRUE)
383 * - lexer->error == ANTLR3_TRUE if an exception was thrown.
425 * - lexer->error == ANTLR3_TRUE if an exception was thrown.
467 * - lexer->error == ANTLR3_TRUE if an exception was thrown.
509 * - lexer->error == ANTLR3_TRUE if an exception was thrown.
551 * - lexer->error == ANTLR3_TRUE if an exception was thrown.
593 * - lexer->error == ANTLR3_TRUE if an exception was thrown.
665 * - lexer->error == ANTLR3_TRUE if an exception was thrown.
817 * - lexer->error == ANTLR3_TRUE i
[all...]
H A DDAAP2SQL.c139 #define HASEXCEPTION() (PSRSTATE->error == ANTLR3_TRUE)
157 #define HASFAILED() (FAILEDFLAG == ANTLR3_TRUE)
H A DDAAPParser.c123 #define HASEXCEPTION() (PSRSTATE->error == ANTLR3_TRUE)
142 #define HASFAILED() (FAILEDFLAG == ANTLR3_TRUE)

Completed in 213 milliseconds

12