Lines Matching full:decision
198 * Doesn't write profile data to file anymore; emits decision data to stderr
489 to gate actions when backtracking option is set even if no decision
744 warning(200): U.g:2:5: Decision can match input such as "A B" using multiple alternatives: 1, 2
1085 * Dangling states ("decision cannot distinguish between alternatives
1095 error(202): CS.g:248:95: the decision cannot distinguish between alternative(s) 1,2 for input such as "DOT IDENTIFIER EOF"
1132 Decision is non-LL(*) even if some pieces are LL(*). Safer to bail
1142 decision can't be computed with current max stack (-Xm option).
1147 The decision will literally not work.
1235 delegate grammars. Changed decision DFA DOT file names to
1672 * made decision for rule put line/col on colon not first token of first alt.
1995 * Made analysis terminate faster upon a decision that takes too long;
2023 * analysis failsafe is back on; if a decision takes too long, it bails out
2134 * Removed state/decision message that comes out of no
2136 removed the decision number from the early exit exception
2328 * Syntactic predicates did not get hoisting properly upon non-LL(*) decision. Other hoisting issues fixed. Cleaned up code.
2371 * Altered how ANTLR figures out what decision is associated with which
2400 with decision will appear first.
2536 decision due to recursive rule invocations in alts 1,2. Resolve
2542 * Shortened no viable alt messages to not include decision
2545 [compilationUnit, declaration]: line 8:8 decision=<<67:1: declaration
2550 blockDeclaration | emptyDeclaration );>> state 3 (decision=14) no
2608 generated if the pred is not used in a decision.
2626 but an individual decision can be LL(*).
2689 t.g:2:5: Alternative 1: after matching input such as A A A A A decision cannot predict what comes next due to recursion overflow to b from b
2690 t.g:2:5: Alternative 2: after matching input such as A A A A A decision cannot predict what comes next due to recursion overflow to b from b
2695 decision forked new accepts each time for each nondet state.
2728 t.g:4:17: the decision cannot distinguish between alternative(s) 2,1 for at least one input sequence
2912 overridden in a particular decision.
2914 * added failsafe so that any decision taking longer than 2 seconds to create