Home
last modified time | relevance | path

Searched refs:PushFollow (Results 1 – 10 of 10) sorted by relevance

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DDebugTreeGrammar.cs152 PushFollow(Follow._stat_in_prog48); in prog()
278 PushFollow(Follow._expr_in_stat63); in stat()
303 PushFollow(Follow._expr_in_stat102); in stat()
524 PushFollow(Follow._expr_in_expr176); in expr()
530 PushFollow(Follow._expr_in_expr180); in expr()
553 PushFollow(Follow._expr_in_expr204); in expr()
559 PushFollow(Follow._expr_in_expr208); in expr()
582 PushFollow(Follow._expr_in_expr232); in expr()
588 PushFollow(Follow._expr_in_expr236); in expr()
611 PushFollow(Follow._expr_in_expr260); in expr()
[all …]
DProfileTreeGrammar.cs157 PushFollow(Follow._stat_in_prog48); in prog()
283 PushFollow(Follow._expr_in_stat63); in stat()
308 PushFollow(Follow._expr_in_stat102); in stat()
529 PushFollow(Follow._expr_in_expr176); in expr()
535 PushFollow(Follow._expr_in_expr180); in expr()
558 PushFollow(Follow._expr_in_expr204); in expr()
564 PushFollow(Follow._expr_in_expr208); in expr()
587 PushFollow(Follow._expr_in_expr232); in expr()
593 PushFollow(Follow._expr_in_expr236); in expr()
616 PushFollow(Follow._expr_in_expr260); in expr()
[all …]
DDebugGrammarParser.cs195 PushFollow(Follow._stat_in_prog53); in prog()
333 PushFollow(Follow._expr_in_stat70); in stat()
383 PushFollow(Follow._expr_in_stat109); in stat()
437 PushFollow(Follow._func_in_stat143); in stat()
600 PushFollow(Follow._formalPar_in_func224); in func()
615 PushFollow(Follow._expr_in_func230); in func()
829 PushFollow(Follow._multExpr_in_expr288); in expr()
939 PushFollow(Follow._multExpr_in_expr299); in expr()
1040 PushFollow(Follow._atom_in_multExpr320); in multExpr()
1097 PushFollow(Follow._atom_in_multExpr332); in multExpr()
[all …]
DProfileGrammarParser.cs199 PushFollow(Follow._stat_in_prog53); in prog()
337 PushFollow(Follow._expr_in_stat70); in stat()
387 PushFollow(Follow._expr_in_stat109); in stat()
441 PushFollow(Follow._func_in_stat143); in stat()
604 PushFollow(Follow._formalPar_in_func224); in func()
619 PushFollow(Follow._expr_in_func230); in func()
833 PushFollow(Follow._multExpr_in_expr288); in expr()
943 PushFollow(Follow._multExpr_in_expr299); in expr()
1044 PushFollow(Follow._atom_in_multExpr320); in multExpr()
1101 PushFollow(Follow._atom_in_multExpr332); in multExpr()
[all …]
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBaseRecognizer.cs725 protected void PushFollow(BitSet fset) { in PushFollow() method in Antlr.Runtime.BaseRecognizer
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DBaseRecognizer.cs817 protected void PushFollow( BitSet fset ) in PushFollow() method in Antlr.Runtime.BaseRecognizer
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas2089 procedure PushFollow(const FSet: IBitSet);
4587 procedure TBaseRecognizer.PushFollow(const FSet: IBitSet); procedure
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DCSharp3.stg1064 PushFollow(Follow._<rule.name>_in_<ruleName><elementIndex>);
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DCSharp2.stg1084 PushFollow(Follow._<rule.name>_in_<ruleName><elementIndex>);
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg1153 PushFollow(FOLLOW_<rule.name>_in_<ruleName><elementIndex>);