Home
last modified time | relevance | path

Searched refs:treatEofAsEpsilon (Results 1 – 25 of 28) sorted by relevance

12

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Python3/src/antlr4/atn/
H A DParserATNSimulator.py728 treatEofAsEpsilon = t == Token.EOF
730 self.closure(c, reach, closureBusy, False, fullCtx, treatEofAsEpsilon)
1090 fullCtx, initialDepth, treatEofAsEpsilon)
1112 fullCtx, depth, treatEofAsEpsilon)
1132 … self.closure_(config, configs, closureBusy, collectPredicates, fullCtx, depth, treatEofAsEpsilon)
1151 … c = self.getEpsilonTarget(config, t, continueCollecting, depth == 0, fullCtx, treatEofAsEpsilon)
1358 …ATNConfig(state=t.target, config=config) if treatEofAsEpsilon and t.matches(Token.EOF, 0, 1) else …
1360 …ATNConfig(state=t.target, config=config) if treatEofAsEpsilon and t.matches(Token.EOF, 0, 1) else …
1361 …ransition.SET] = lambda sim, config, t, collectPredicates, inContext, fullCtx, treatEofAsEpsilon: \
1362 …ATNConfig(state=t.target, config=config) if treatEofAsEpsilon and t.matches(Token.EOF, 0, 1) else …
[all …]
H A DLexerATNSimulator.py274 treatEofAsEpsilon = (t == Token.EOF)
276 … if self.closure(input, config, reach, currentAltReachedAcceptState, True, treatEofAsEpsilon):
318 speculative:bool, treatEofAsEpsilon:bool):
344 currentAltReachedAcceptState, speculative, treatEofAsEpsilon)
354 c = self.getEpsilonTarget(input, config, t, configs, speculative, treatEofAsEpsilon)
356 …ate = self.closure(input, c, configs, currentAltReachedAcceptState, speculative, treatEofAsEpsilon)
362 speculative:bool, treatEofAsEpsilon:bool):
422 if treatEofAsEpsilon:
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Python2/src/antlr4/atn/
H A DParserATNSimulator.py723 treatEofAsEpsilon = t == Token.EOF
725 self.closure(c, reach, closureBusy, False, fullCtx, treatEofAsEpsilon)
1082 def closure(self, config, configs, closureBusy, collectPredicates, fullCtx, treatEofAsEpsilon): argument
1085 fullCtx, initialDepth, treatEofAsEpsilon)
1107 fullCtx, depth, treatEofAsEpsilon)
1127 … self.closure_(config, configs, closureBusy, collectPredicates, fullCtx, depth, treatEofAsEpsilon)
1130 …closure_(self, config, configs, closureBusy, collectPredicates, fullCtx, depth, treatEofAsEpsilon): argument
1146 … c = self.getEpsilonTarget(config, t, continueCollecting, depth == 0, fullCtx, treatEofAsEpsilon)
1354 …ATNConfig(state=t.target, config=config) if treatEofAsEpsilon and t.matches(Token.EOF, 0, 1) else …
1360 def getEpsilonTarget(self, config, t, collectPredicates, inContext, fullCtx, treatEofAsEpsilon): argument
[all …]
H A DLexerATNSimulator.py268 treatEofAsEpsilon = (t == Token.EOF)
270 … if self.closure(input, config, reach, currentAltReachedAcceptState, True, treatEofAsEpsilon):
311 speculative, treatEofAsEpsilon): argument
337 currentAltReachedAcceptState, speculative, treatEofAsEpsilon)
347 c = self.getEpsilonTarget(input, config, t, configs, speculative, treatEofAsEpsilon)
349 …ate = self.closure(input, c, configs, currentAltReachedAcceptState, speculative, treatEofAsEpsilon)
354 def getEpsilonTarget(self, input, config, t, configs, speculative, treatEofAsEpsilon): argument
414 if treatEofAsEpsilon:
/dports/devel/py-antlr4-python3-runtime/antlr4-python3-runtime-4.9/src/antlr4/atn/
H A DParserATNSimulator.py728 treatEofAsEpsilon = t == Token.EOF
730 self.closure(c, reach, closureBusy, False, fullCtx, treatEofAsEpsilon)
1090 fullCtx, initialDepth, treatEofAsEpsilon)
1112 fullCtx, depth, treatEofAsEpsilon)
1132 … self.closure_(config, configs, closureBusy, collectPredicates, fullCtx, depth, treatEofAsEpsilon)
1151 … c = self.getEpsilonTarget(config, t, continueCollecting, depth == 0, fullCtx, treatEofAsEpsilon)
1358 …ATNConfig(state=t.target, config=config) if treatEofAsEpsilon and t.matches(Token.EOF, 0, 1) else …
1360 …ATNConfig(state=t.target, config=config) if treatEofAsEpsilon and t.matches(Token.EOF, 0, 1) else …
1361 …ransition.SET] = lambda sim, config, t, collectPredicates, inContext, fullCtx, treatEofAsEpsilon: \
1362 …ATNConfig(state=t.target, config=config) if treatEofAsEpsilon and t.matches(Token.EOF, 0, 1) else …
[all …]
H A DLexerATNSimulator.py274 treatEofAsEpsilon = (t == Token.EOF)
276 … if self.closure(input, config, reach, currentAltReachedAcceptState, True, treatEofAsEpsilon):
318 speculative:bool, treatEofAsEpsilon:bool):
344 currentAltReachedAcceptState, speculative, treatEofAsEpsilon)
354 c = self.getEpsilonTarget(input, config, t, configs, speculative, treatEofAsEpsilon)
356 …ate = self.closure(input, c, configs, currentAltReachedAcceptState, speculative, treatEofAsEpsilon)
362 speculative:bool, treatEofAsEpsilon:bool):
422 if treatEofAsEpsilon:
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/
H A DLexerATNSimulator.cs342 bool treatEofAsEpsilon = t == IntStreamConstants.EOF; in GetReachableConfigSet()
343 …fig)c, target, lexerActionExecutor), reach, currentAltReachedAcceptState, true, treatEofAsEpsilon)) in GetReachableConfigSet()
410 … ATNConfigSet configs, bool currentAltReachedAcceptState, bool speculative, bool treatEofAsEpsilon) in Closure() argument
452 …ptState = Closure(input, c, configs, currentAltReachedAcceptState, speculative, treatEofAsEpsilon); in Closure()
473 LexerATNConfig c = GetEpsilonTarget(input, config, t, configs, speculative, treatEofAsEpsilon); in Closure()
476 …ptState = Closure(input, c, configs, currentAltReachedAcceptState, speculative, treatEofAsEpsilon); in Closure()
490 bool treatEofAsEpsilon) in GetEpsilonTarget() argument
567 if (treatEofAsEpsilon) in GetEpsilonTarget()
H A DParserATNSimulator.cs879 bool treatEofAsEpsilon = t == TokenConstants.EOF; in ComputeReachSet()
1519 bool treatEofAsEpsilon) in Closure() argument
1524 initialDepth, treatEofAsEpsilon); in Closure()
1533 bool treatEofAsEpsilon) in ClosureCheckingStopState() argument
1558 fullCtx, depth, treatEofAsEpsilon); in ClosureCheckingStopState()
1574 fullCtx, depth - 1, treatEofAsEpsilon); in ClosureCheckingStopState()
1592 fullCtx, depth, treatEofAsEpsilon); in ClosureCheckingStopState()
1602 bool treatEofAsEpsilon) in Closure_() argument
1674 fullCtx, newDepth, treatEofAsEpsilon); in Closure_()
1856 bool treatEofAsEpsilon) in GetEpsilonTarget() argument
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Swift/Sources/Antlr4/atn/
H A DLexerATNSimulator.swift361 let treatEofAsEpsilon = (t == BufferedTokenStream.EOF) in getReachableConfigSet() variable
367 treatEofAsEpsilon) { in getReachableConfigSet()
428 …igSet, _ currentAltReachedAcceptState: Bool, _ speculative: Bool, _ treatEofAsEpsilon: Bool) throw… in closure()
460 …tate = try closure(input, c, configs, currentAltReachedAcceptState, speculative, treatEofAsEpsilon) in closure()
479 … if let c = try getEpsilonTarget(input, config, t, configs, speculative, treatEofAsEpsilon) { in closure()
480 …tate = try closure(input, c, configs, currentAltReachedAcceptState, speculative, treatEofAsEpsilon) in closure()
494 _ treatEofAsEpsilon: Bool) throws -> LexerATNConfig? {
567 if treatEofAsEpsilon {
H A DParserATNSimulator.swift856 let treatEofAsEpsilon = (t == CommonToken.EOF) variable
858 try closure(config, reach!, &closureBusy, false, fullCtx, treatEofAsEpsilon)
1331 _ treatEofAsEpsilon: Bool) throws {
1344 _ treatEofAsEpsilon: Bool) throws {
1367 fullCtx, depth, treatEofAsEpsilon)
1385 fullCtx, depth - 1, treatEofAsEpsilon)
1400 … try closure_(config, configs, &closureBusy, collectPredicates, fullCtx, depth, treatEofAsEpsilon)
1412 _ treatEofAsEpsilon: Bool) throws {
1485 fullCtx, newDepth, treatEofAsEpsilon)
1669 _ treatEofAsEpsilon: Bool) throws -> ATNConfig? {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/
H A DLexerATNSimulator.java344 boolean treatEofAsEpsilon = t == CharStream.EOF; in getReachableConfigSet()
345 …g)c, target, lexerActionExecutor), reach, currentAltReachedAcceptState, true, treatEofAsEpsilon)) { in getReachableConfigSet()
406 …et configs, boolean currentAltReachedAcceptState, boolean speculative, boolean treatEofAsEpsilon) { in closure() argument
438 …ptState = closure(input, c, configs, currentAltReachedAcceptState, speculative, treatEofAsEpsilon); in closure()
456 LexerATNConfig c = getEpsilonTarget(input, config, t, configs, speculative, treatEofAsEpsilon); in closure()
458 …ptState = closure(input, c, configs, currentAltReachedAcceptState, speculative, treatEofAsEpsilon); in closure()
472 boolean treatEofAsEpsilon) in getEpsilonTarget() argument
546 if (treatEofAsEpsilon) { in getEpsilonTarget()
H A DParserATNSimulator.java854 boolean treatEofAsEpsilon = t == Token.EOF; in computeReachSet()
1445 boolean treatEofAsEpsilon) in closure() argument
1450 initialDepth, treatEofAsEpsilon); in closure()
1460 boolean treatEofAsEpsilon) in closureCheckingStopState() argument
1479 fullCtx, depth, treatEofAsEpsilon); in closureCheckingStopState()
1497 fullCtx, depth - 1, treatEofAsEpsilon); in closureCheckingStopState()
1514 fullCtx, depth, treatEofAsEpsilon); in closureCheckingStopState()
1524 boolean treatEofAsEpsilon) in closure_() argument
1587 fullCtx, newDepth, treatEofAsEpsilon); in closure_()
1763 boolean treatEofAsEpsilon) in getEpsilonTarget() argument
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/antlr4-cpp-runtime/runtime/src/atn/
H A DParserATNSimulator.h770 bool collectPredicates, bool fullCtx, bool treatEofAsEpsilon);
773 … bool collectPredicates, bool fullCtx, int depth, bool treatEofAsEpsilon);
777 bool collectPredicates, bool fullCtx, int depth, bool treatEofAsEpsilon);
780 bool inContext, bool fullCtx, bool treatEofAsEpsilon);
H A DLexerATNSimulator.cpp264 bool treatEofAsEpsilon = t == Token::EOF; in getReachableConfigSet() local
268 if (closure(input, config, reach, currentAltReachedAcceptState, true, treatEofAsEpsilon)) { in getReachableConfigSet()
317 … bool currentAltReachedAcceptState, bool speculative, bool treatEofAsEpsilon) { in closure() argument
347 …ptState = closure(input, c, configs, currentAltReachedAcceptState, speculative, treatEofAsEpsilon); in closure()
365 …ef<LexerATNConfig> c = getEpsilonTarget(input, config, t, configs, speculative, treatEofAsEpsilon); in closure()
367 …ptState = closure(input, c, configs, currentAltReachedAcceptState, speculative, treatEofAsEpsilon); in closure()
375 ATNConfigSet *configs, bool speculative, bool treatEofAsEpsilon) { in getEpsilonTarget() argument
453 if (treatEofAsEpsilon) { in getEpsilonTarget()
H A DParserATNSimulator.cpp509 bool treatEofAsEpsilon = t == Token::EOF; in computeReachSet() local
511 closure(c, reach.get(), closureBusy, false, fullCtx, treatEofAsEpsilon); in computeReachSet()
813 bool collectPredicates, bool fullCtx, bool treatEofAsEpsilon) { in closure() argument
821 …onfig::Set &closureBusy, bool collectPredicates, bool fullCtx, int depth, bool treatEofAsEpsilon) { in closureCheckingStopState() argument
841 … closure_(config, configs, closureBusy, collectPredicates, fullCtx, depth, treatEofAsEpsilon); in closureCheckingStopState()
870 closure_(config, configs, closureBusy, collectPredicates, fullCtx, depth, treatEofAsEpsilon); in closureCheckingStopState()
874 … bool collectPredicates, bool fullCtx, int depth, bool treatEofAsEpsilon) { in closure_() argument
889 …onfig> c = getEpsilonTarget(config, t, continueCollecting, depth == 0, fullCtx, treatEofAsEpsilon); in closure_()
949 …eckingStopState(c, configs, closureBusy, continueCollecting, fullCtx, newDepth, treatEofAsEpsilon); in closure_()
1040 … bool inContext, bool fullCtx, bool treatEofAsEpsilon) { in getEpsilonTarget() argument
[all …]
H A DLexerATNSimulator.h153 … bool currentAltReachedAcceptState, bool speculative, bool treatEofAsEpsilon);
157 ATNConfigSet *configs, bool speculative, bool treatEofAsEpsilon);
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Cpp/runtime/src/atn/
H A DParserATNSimulator.h770 bool collectPredicates, bool fullCtx, bool treatEofAsEpsilon);
773 … bool collectPredicates, bool fullCtx, int depth, bool treatEofAsEpsilon);
777 bool collectPredicates, bool fullCtx, int depth, bool treatEofAsEpsilon);
780 bool inContext, bool fullCtx, bool treatEofAsEpsilon);
H A DLexerATNSimulator.cpp264 bool treatEofAsEpsilon = t == Token::EOF; in getReachableConfigSet() local
268 if (closure(input, config, reach, currentAltReachedAcceptState, true, treatEofAsEpsilon)) { in getReachableConfigSet()
317 … bool currentAltReachedAcceptState, bool speculative, bool treatEofAsEpsilon) { in closure() argument
347 …ptState = closure(input, c, configs, currentAltReachedAcceptState, speculative, treatEofAsEpsilon); in closure()
365 …ef<LexerATNConfig> c = getEpsilonTarget(input, config, t, configs, speculative, treatEofAsEpsilon); in closure()
367 …ptState = closure(input, c, configs, currentAltReachedAcceptState, speculative, treatEofAsEpsilon); in closure()
375 ATNConfigSet *configs, bool speculative, bool treatEofAsEpsilon) { in getEpsilonTarget() argument
453 if (treatEofAsEpsilon) { in getEpsilonTarget()
H A DParserATNSimulator.cpp509 bool treatEofAsEpsilon = t == Token::EOF; in computeReachSet() local
511 closure(c, reach.get(), closureBusy, false, fullCtx, treatEofAsEpsilon); in computeReachSet()
813 bool collectPredicates, bool fullCtx, bool treatEofAsEpsilon) { in closure() argument
821 …onfig::Set &closureBusy, bool collectPredicates, bool fullCtx, int depth, bool treatEofAsEpsilon) { in closureCheckingStopState() argument
841 … closure_(config, configs, closureBusy, collectPredicates, fullCtx, depth, treatEofAsEpsilon); in closureCheckingStopState()
870 closure_(config, configs, closureBusy, collectPredicates, fullCtx, depth, treatEofAsEpsilon); in closureCheckingStopState()
874 … bool collectPredicates, bool fullCtx, int depth, bool treatEofAsEpsilon) { in closure_() argument
889 …onfig> c = getEpsilonTarget(config, t, continueCollecting, depth == 0, fullCtx, treatEofAsEpsilon); in closure_()
949 …eckingStopState(c, configs, closureBusy, continueCollecting, fullCtx, newDepth, treatEofAsEpsilon); in closure_()
1040 … bool inContext, bool fullCtx, bool treatEofAsEpsilon) { in getEpsilonTarget() argument
[all …]
/dports/devel/libantlr4/libantlr4-4.9.3/runtime/src/atn/
H A DParserATNSimulator.h770 bool collectPredicates, bool fullCtx, bool treatEofAsEpsilon);
773 … bool collectPredicates, bool fullCtx, int depth, bool treatEofAsEpsilon);
777 bool collectPredicates, bool fullCtx, int depth, bool treatEofAsEpsilon);
780 bool inContext, bool fullCtx, bool treatEofAsEpsilon);
H A DLexerATNSimulator.cpp264 bool treatEofAsEpsilon = t == Token::EOF; in getReachableConfigSet() local
268 if (closure(input, config, reach, currentAltReachedAcceptState, true, treatEofAsEpsilon)) { in getReachableConfigSet()
317 … bool currentAltReachedAcceptState, bool speculative, bool treatEofAsEpsilon) { in closure() argument
347 …ptState = closure(input, c, configs, currentAltReachedAcceptState, speculative, treatEofAsEpsilon); in closure()
365 …ef<LexerATNConfig> c = getEpsilonTarget(input, config, t, configs, speculative, treatEofAsEpsilon); in closure()
367 …ptState = closure(input, c, configs, currentAltReachedAcceptState, speculative, treatEofAsEpsilon); in closure()
375 ATNConfigSet *configs, bool speculative, bool treatEofAsEpsilon) { in getEpsilonTarget() argument
453 if (treatEofAsEpsilon) { in getEpsilonTarget()
H A DParserATNSimulator.cpp509 bool treatEofAsEpsilon = t == Token::EOF; in computeReachSet() local
511 closure(c, reach.get(), closureBusy, false, fullCtx, treatEofAsEpsilon); in computeReachSet()
813 bool collectPredicates, bool fullCtx, bool treatEofAsEpsilon) { in closure() argument
821 …onfig::Set &closureBusy, bool collectPredicates, bool fullCtx, int depth, bool treatEofAsEpsilon) { in closureCheckingStopState() argument
841 … closure_(config, configs, closureBusy, collectPredicates, fullCtx, depth, treatEofAsEpsilon); in closureCheckingStopState()
870 closure_(config, configs, closureBusy, collectPredicates, fullCtx, depth, treatEofAsEpsilon); in closureCheckingStopState()
874 … bool collectPredicates, bool fullCtx, int depth, bool treatEofAsEpsilon) { in closure_() argument
889 …onfig> c = getEpsilonTarget(config, t, continueCollecting, depth == 0, fullCtx, treatEofAsEpsilon); in closure_()
949 …eckingStopState(c, configs, closureBusy, continueCollecting, fullCtx, newDepth, treatEofAsEpsilon); in closure_()
1040 … bool inContext, bool fullCtx, bool treatEofAsEpsilon) { in getEpsilonTarget() argument
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/atn/
H A DParserATNSimulator.h794 bool fullCtx, bool treatEofAsEpsilon);
800 int depth, bool treatEofAsEpsilon);
805 bool fullCtx, int depth, bool treatEofAsEpsilon);
810 bool treatEofAsEpsilon);
H A DLexerATNSimulator.cpp282 bool treatEofAsEpsilon = t == Token::EOF; in getReachableConfigSet() local
288 treatEofAsEpsilon)) { in getReachableConfigSet()
346 bool speculative, bool treatEofAsEpsilon) { in closure() argument
385 speculative, treatEofAsEpsilon); in closure()
405 speculative, treatEofAsEpsilon); in closure()
409 treatEofAsEpsilon); in closure()
418 ATNConfigSet* configs, bool speculative, bool treatEofAsEpsilon) { in getEpsilonTarget() argument
501 if (treatEofAsEpsilon) { in getEpsilonTarget()
H A DParserATNSimulator.cpp554 bool treatEofAsEpsilon = t == Token::EOF; in computeReachSet() local
896 bool treatEofAsEpsilon) { in closure() argument
899 fullCtx, initialDepth, treatEofAsEpsilon); in closure()
909 bool treatEofAsEpsilon) { in closureCheckingStopState() argument
933 depth, treatEofAsEpsilon); in closureCheckingStopState()
954 fullCtx, depth - 1, treatEofAsEpsilon); in closureCheckingStopState()
967 treatEofAsEpsilon); in closureCheckingStopState()
974 int depth, bool treatEofAsEpsilon) { in closure_() argument
1045 fullCtx, newDepth, treatEofAsEpsilon); in closure_()
1138 bool inContext, bool fullCtx, bool treatEofAsEpsilon) { in getEpsilonTarget() argument
[all …]

12