Home
last modified time | relevance | path

Searched refs:suppressEdge (Results 1 – 11 of 11) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/
H A DLexerATNSimulator.cs127 bool suppressEdge = s0_closure.hasSemanticContext; in MatchATN()
131 if (!suppressEdge) in MatchATN()
660 bool suppressEdge = q.hasSemanticContext; in AddDFAEdge()
666 if (suppressEdge) in AddDFAEdge()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Swift/Sources/Antlr4/atn/
H A DLexerATNSimulator.swift162 let suppressEdge = s0_closure.hasSemanticContext in matchATN() variable
166 if !suppressEdge { in matchATN()
656 let suppressEdge = q.hasSemanticContext variable
660 if suppressEdge {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Python2/src/antlr4/atn/
H A DLexerATNSimulator.py113 suppressEdge = s0_closure.hasSemanticContext
117 if not suppressEdge:
481 suppressEdge = cfgs.hasSemanticContext
486 if suppressEdge:
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Go/antlr/
H A Dlexer_atn_simulator.go116 suppressEdge := s0Closure.hasSemanticContext
121 if !suppressEdge {
536 suppressEdge := cfgs.HasSemanticContext()
541 if suppressEdge {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/
H A DLexerATNSimulator.java151 boolean suppressEdge = s0_closure.hasSemanticContext; in matchATN()
155 if (!suppressEdge) { in matchATN()
632 boolean suppressEdge = q.hasSemanticContext; in addDFAEdge()
638 if (suppressEdge) { in addDFAEdge()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Python3/src/antlr4/atn/
H A DLexerATNSimulator.py119 suppressEdge = s0_closure.hasSemanticContext
123 if not suppressEdge:
490 suppressEdge = cfgs.hasSemanticContext
495 if suppressEdge:
/dports/devel/py-antlr4-python3-runtime/antlr4-python3-runtime-4.9/src/antlr4/atn/
H A DLexerATNSimulator.py119 suppressEdge = s0_closure.hasSemanticContext
123 if not suppressEdge:
490 suppressEdge = cfgs.hasSemanticContext
495 if suppressEdge:
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/antlr4-cpp-runtime/runtime/src/atn/
H A DLexerATNSimulator.cpp111 bool suppressEdge = s0_closure->hasSemanticContext; in matchATN() local
115 if (!suppressEdge) { in matchATN()
514 bool suppressEdge = q->hasSemanticContext; in addDFAEdge() local
519 if (suppressEdge) { in addDFAEdge()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Cpp/runtime/src/atn/
H A DLexerATNSimulator.cpp111 bool suppressEdge = s0_closure->hasSemanticContext; in matchATN() local
115 if (!suppressEdge) { in matchATN()
514 bool suppressEdge = q->hasSemanticContext; in addDFAEdge() local
519 if (suppressEdge) { in addDFAEdge()
/dports/devel/libantlr4/libantlr4-4.9.3/runtime/src/atn/
H A DLexerATNSimulator.cpp111 bool suppressEdge = s0_closure->hasSemanticContext; in matchATN() local
115 if (!suppressEdge) { in matchATN()
514 bool suppressEdge = q->hasSemanticContext; in addDFAEdge() local
519 if (suppressEdge) { in addDFAEdge()
/dports/www/node10/node-v10.24.1/deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/atn/
H A DLexerATNSimulator.cpp111 bool suppressEdge = s0_closure->hasSemanticContext; in matchATN() local
115 if (!suppressEdge) { in matchATN()
568 bool suppressEdge = q->hasSemanticContext; in addDFAEdge() local
573 if (suppressEdge) { in addDFAEdge()