Home
last modified time | relevance | path

Searched refs:checkDecision (Results 1 – 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestCharDFAConversion.java56 checkDecision(g, 1, expecting, null); in testSimpleRangeVersusChar()
73 checkDecision(g, 1, expecting, null); in testRangeWithDisjointSet()
90 checkDecision(g, 1, expecting, null); in testDisjointSetCollidingWithTwoRanges()
106 checkDecision(g, 1, expecting, null); in testDisjointSetCollidingWithTwoRangesCharsFirst()
132 checkDecision(g, 1, expecting, null); in testDisjointSetCollidingWithTwoRangesAsSeparateAlts()
143 checkDecision(g, 1, expecting, null); in testKeywordVersusID()
151 checkDecision(g, 2, expecting, null); in testKeywordVersusID()
166 checkDecision(g, 1, expecting, new int[] {2}); in testIdenticalRules()
190 checkDecision(g, 3, expecting, null); in testAdjacentNotCharLoops()
205 checkDecision(g, 3, expecting, null); in testNonAdjacentNotCharLoops()
[all …]
DTestSemanticPredicates.java55 checkDecision(g, 1, expecting, null, null, null, null, null, 0, false); in testPredsButSyntaxResolves()
66 checkDecision(g, 1, expecting, null, null, null, null, null, 0, false); in testLL_1_Pred()
78 checkDecision(g, 1, expecting, null, null, null, null, null, 0, false); in testLL_1_Pred_forced_k_1()
90 checkDecision(g, 1, expecting, null, null, null, null, null, 0, false); in testLL_2_Pred()
102 checkDecision(g, 1, expecting, null, null, null, null, null, 0, false); in testPredicatedLoop()
113 checkDecision(g, 1, expecting, null, null, null, null, null, 0, false); in testPredicatedToStayInLoop()
124 checkDecision(g, 1, expecting, null, null, null, null, null, 0, false); in testAndPredicates()
137 checkDecision(g, 1, expecting, null, null, null, null, null, 0, false); in testOrPredicates()
146 checkDecision(g, 1, expecting, new int[] {2}, in testIgnoresHoistingDepthGreaterThanZero()
156 checkDecision(g, 1, expecting, new int[] {2}, in testIgnoresPredsHiddenByActions()
[all …]
DTestDFAConversion.java49 checkDecision(g, 1, expecting, null, null, null, null, 0); in testA()
60 checkDecision(g, 1, expecting, null, null, null, null, 0); in testAB_or_AC()
72 checkDecision(g, 1, expecting, null, null, null, null, 0); in testAB_or_AC_k2()
87 checkDecision(g, 1, expecting, unreachableAlts, in testAB_or_AC_k1()
145 checkDecision(g, 1, expecting, unreachableAlts, in testRecursionOverflowWithPredOk()
174 checkDecision(g, 1, expecting, unreachableAlts, in testRecursionOverflowWithPredOk2()
212 checkDecision(g, 1, expecting, unreachableAlts, in testSynPredResolvesRecursion()
233 checkDecision(g, 1, expecting, unreachableAlts, in testSynPredMissingInMiddle()
255 checkDecision(g, 1, expecting, unreachableAlts, in testAutoBacktrackAndPredMissingInMiddle()
280 checkDecision(g, 1, expecting, unreachableAlts, in testSemPredResolvesRecursion()
[all …]