Home
last modified time | relevance | path

Searched refs:Follow (Results 1 – 25 of 191) sorted by relevance

12345678

/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()
297 Match(input,17,Follow._17_in_stat98); in stat()
301 ID2=(CommonTree)Match(input,ID,Follow._ID_in_stat100); in stat()
303 PushFollow(Follow._expr_in_stat102); in stat()
322 Match(input,FUNC,Follow._FUNC_in_stat128); in stat()
520 Match(input,16,Follow._16_in_expr172); in expr()
524 PushFollow(Follow._expr_in_expr176); in expr()
530 PushFollow(Follow._expr_in_expr180); in expr()
549 Match(input,10,Follow._10_in_expr200); in expr()
[all …]
DProfileTreeGrammar.cs157 PushFollow(Follow._stat_in_prog48); in prog()
283 PushFollow(Follow._expr_in_stat63); in stat()
302 Match(input,17,Follow._17_in_stat98); in stat()
306 ID2=(CommonTree)Match(input,ID,Follow._ID_in_stat100); in stat()
308 PushFollow(Follow._expr_in_stat102); in stat()
327 Match(input,FUNC,Follow._FUNC_in_stat128); in stat()
525 Match(input,16,Follow._16_in_expr172); in expr()
529 PushFollow(Follow._expr_in_expr176); in expr()
535 PushFollow(Follow._expr_in_expr180); in expr()
554 Match(input,10,Follow._10_in_expr200); in expr()
[all …]
DDebugGrammarParser.cs195 PushFollow(Follow._stat_in_prog53); in prog()
333 PushFollow(Follow._expr_in_stat70); in stat()
340 NEWLINE3=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat72); in stat()
375 ID4=(IToken)Match(input,ID,Follow._ID_in_stat105); in stat()
379 char_literal5=(IToken)Match(input,17,Follow._17_in_stat107); in stat()
383 PushFollow(Follow._expr_in_stat109); in stat()
390 NEWLINE7=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat111); in stat()
437 PushFollow(Follow._func_in_stat143); in stat()
444 NEWLINE9=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat145); in stat()
479 NEWLINE10=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat178); in stat()
[all …]
DProfileGrammarParser.cs199 PushFollow(Follow._stat_in_prog53); in prog()
337 PushFollow(Follow._expr_in_stat70); in stat()
344 NEWLINE3=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat72); in stat()
379 ID4=(IToken)Match(input,ID,Follow._ID_in_stat105); in stat()
383 char_literal5=(IToken)Match(input,17,Follow._17_in_stat107); in stat()
387 PushFollow(Follow._expr_in_stat109); in stat()
394 NEWLINE7=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat111); in stat()
441 PushFollow(Follow._func_in_stat143); in stat()
448 NEWLINE9=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat145); in stat()
483 NEWLINE10=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat178); in stat()
[all …]
/external/flatbuffers/rust/flatbuffers/src/
Dprimitives.rs22 use follow::Follow;
156 impl<'a, T: Follow<'a>> Follow<'a> for ForwardsUOffset<T> {
177 impl<'a, T: Follow<'a>> Follow<'a> for ForwardsVOffset<T> {
207 impl<'a, T: Follow<'a>> Follow<'a> for BackwardsSOffset<T> {
229 impl<'a, T: Follow<'a> + 'a> Follow<'a> for SkipSizePrefix<T> {
240 impl<'a, T: Follow<'a> + 'a> Follow<'a> for SkipRootOffset<T> {
251 impl<'a> Follow<'a> for FileIdentifier {
263 impl<'a, T: Follow<'a> + 'a> Follow<'a> for SkipFileIdentifier<T> {
278 impl<'a> Follow<'a> for $ty { impl
Dfollow.rs30 pub trait Follow<'a> { trait
38 pub fn lifted_follow<'a, T: Follow<'a>>(buf: &'a [u8], loc: usize) -> T::Inner { in lifted_follow()
46 impl<'a, T: Follow<'a> + 'a> FollowStart<T> {
56 impl<'a, T: Follow<'a>> Follow<'a> for FollowStart<T> {
Dtable.rs17 use follow::Follow;
37 pub fn get<T: Follow<'a> + 'a>( in get()
50 impl<'a> Follow<'a> for Table<'a> {
59 pub fn get_root<'a, T: Follow<'a> + 'a>(data: &'a [u8]) -> T::Inner { in get_root()
63 pub fn get_size_prefixed_root<'a, T: Follow<'a> + 'a>(data: &'a [u8]) -> T::Inner { in get_size_prefixed_root()
Dvector.rs23 use follow::Follow;
45 impl<'a, T: Follow<'a> + 'a> Vector<'a, T> {
97 impl<'a> Follow<'a> for &'a str { impl
119 impl<'a, T: EndianScalar> Follow<'a> for &'a [T] { impl
127 impl<'a, T: Follow<'a> + 'a> Follow<'a> for Vector<'a, T> {
Dvtable.rs18 use follow::Follow;
90 impl<'a> Follow<'a> for VTable<'a> {
/external/antlr/runtime/ObjC/Framework/examples/polydiff/
DSimplifier.m571 …char_literal1=(CommonTree *)[self match:input TokenType:8 Follow:FOLLOW_8_in_poly52]; if ( state.f…
575 … [self match:input TokenType:TokenTypeDOWN Follow:nil]; if ( state.failed ) return retval;
579 …a=(CommonTree *)[self match:input TokenType:INT Follow:FOLLOW_INT_in_poly56]; if ( state.failed ) …
585 …b=(CommonTree *)[self match:input TokenType:INT Follow:FOLLOW_INT_in_poly60]; if ( state.failed ) …
589 … [self match:input TokenType:TokenTypeUP Follow:nil]; if ( state.failed ) return retval;
640 …char_literal2=(CommonTree *)[self match:input TokenType:8 Follow:FOLLOW_8_in_poly73]; if ( state.f…
644 … [self match:input TokenType:TokenTypeDOWN Follow:nil]; if ( state.failed ) return retval;
655 …char_literal3=(CommonTree *)[self match:input TokenType:8 Follow:FOLLOW_8_in_poly76]; if ( state.f…
659 … [self match:input TokenType:TokenTypeDOWN Follow:nil]; if ( state.failed ) return retval;
663 …a=(CommonTree *)[self match:input TokenType:INT Follow:FOLLOW_INT_in_poly80]; if ( state.failed ) …
[all …]
DPolyDifferentiator.m344 … char_literal1=(CommonTree *)[self match:input TokenType:8 Follow:FOLLOW_8_in_poly44];
351 [self match:input TokenType:TokenTypeDOWN Follow:nil];
377 [self match:input TokenType:TokenTypeUP Follow:nil];
400 … MULT4=(CommonTree *)[self match:input TokenType:MULT Follow:FOLLOW_MULT_in_poly55];
404 [self match:input TokenType:TokenTypeDOWN Follow:nil];
408 INT5=(CommonTree *)[self match:input TokenType:INT Follow:FOLLOW_INT_in_poly57];
414 ID6=(CommonTree *)[self match:input TokenType:ID Follow:FOLLOW_ID_in_poly59];
418 [self match:input TokenType:TokenTypeUP Follow:nil];
467 … MULT7=(CommonTree *)[self match:input TokenType:MULT Follow:FOLLOW_MULT_in_poly71];
471 [self match:input TokenType:TokenTypeDOWN Follow:nil];
[all …]
DPolyPrinter.m241 [self match:input TokenType:8 Follow:FOLLOW_8_in_poly43];
243 [self match:input TokenType:DOWN Follow:nil];
259 [self match:input TokenType:UP Follow:nil];
275 [self match:input TokenType:MULT Follow:FOLLOW_MULT_in_poly74];
277 [self match:input TokenType:DOWN Follow:nil];
293 [self match:input TokenType:UP Follow:nil];
309 [self match:input TokenType:9 Follow:FOLLOW_9_in_poly104];
311 [self match:input TokenType:DOWN Follow:nil];
327 [self match:input TokenType:UP Follow:nil];
343 INT1=(CommonTree *)[self match:input TokenType:INT Follow:FOLLOW_INT_in_poly134];
[all …]
DPolyParser.m315 … char_literal2=(CommonToken *)[self match:input TokenType:8 Follow:FOLLOW_8_in_poly46];
473 INT4=(CommonToken *)[self match:input TokenType:INT Follow:FOLLOW_INT_in_term63];
477 ID5=(CommonToken *)[self match:input TokenType:ID Follow:FOLLOW_ID_in_term65];
530 INT6=(CommonToken *)[self match:input TokenType:INT Follow:FOLLOW_INT_in_term85];
612 INT9=(CommonToken *)[self match:input TokenType:INT Follow:FOLLOW_INT_in_term114];
629 ID10=(CommonToken *)[self match:input TokenType:ID Follow:FOLLOW_ID_in_term119];
705 ID11=(CommonToken *)[self match:input TokenType:ID Follow:FOLLOW_ID_in_exp132];
712 char_literal12=(CommonToken *)[self match:input TokenType:9 Follow:FOLLOW_9_in_exp134];
720 INT13=(CommonToken *)[self match:input TokenType:INT Follow:FOLLOW_INT_in_exp137];
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCTP.m398 [self match:input TokenType:FUNC_DECL Follow:FOLLOW_FUNC_DECL_in_declaration87];
400 [self match:input TokenType:DOWN Follow:nil];
410 [self match:input TokenType:UP Follow:nil];
420 [self match:input TokenType:FUNC_DEF Follow:FOLLOW_FUNC_DEF_in_declaration101];
422 [self match:input TokenType:DOWN Follow:nil];
440 [self match:input TokenType:UP Follow:nil];
482 [self match:input TokenType:VAR_DEF Follow:FOLLOW_VAR_DEF_in_variable126];
484 [self match:input TokenType:DOWN Follow:nil];
502 [self match:input TokenType:UP Follow:nil];
541 [self match:input TokenType:K_ID Follow:FOLLOW_K_ID_in_declarator150];
[all …]
DSimpleCWalker.m398 [self match:input TokenType:FUNC_DECL Follow:FOLLOW_FUNC_DECL_in_declaration87];
400 [self match:input TokenType:DOWN Follow:nil];
410 [self match:input TokenType:UP Follow:nil];
420 [self match:input TokenType:FUNC_DEF Follow:FOLLOW_FUNC_DEF_in_declaration101];
422 [self match:input TokenType:DOWN Follow:nil];
440 [self match:input TokenType:UP Follow:nil];
482 [self match:input TokenType:VAR_DEF Follow:FOLLOW_VAR_DEF_in_variable126];
484 [self match:input TokenType:DOWN Follow:nil];
502 [self match:input TokenType:UP Follow:nil];
541 [self match:input TokenType:K_ID Follow:FOLLOW_K_ID_in_declarator150];
[all …]
/external/antlr/runtime/ObjC/Framework/
DBaseRecognizer.h104 - (id) match:(id<IntStream>)anInput TokenType:(NSInteger)ttype Follow:(ANTLRBitSet *)follow;
107 - (BOOL) mismatchIsMissingToken:(id<IntStream>)anInput Follow:(ANTLRBitSet *)follow;
131 Follow:(ANTLRBitSet *)follow;
135 Follow:(ANTLRBitSet *)follow;
141 Follow:(ANTLRBitSet *)follow;
145 - (void) consumeUntilFollow:(id<IntStream>)anInput Follow:(ANTLRBitSet *)bitSet;
DMismatchedNotSetException.h44 Follow:(NSString *)expecting;
47 - (id) initWithStream:(id<IntStream>)anInput Follow:(NSString *)expecting;
DMismatchedNotSetException.m44 Follow:(NSString *)expected
46 return [[MismatchedNotSetException alloc] initWithStream:anInput Follow:(NSString *)expected];
56 - (id) initWithStream:(id<IntStream>)anInput Follow:(NSString *)expected
/external/antlr/runtime/ObjC/Framework/examples/scopes/
DSymbolTableParser.m355 [self match:input TokenType:12 Follow:FOLLOW_12_in_method116];
357 [self match:input TokenType:ID Follow:FOLLOW_ID_in_method118];
359 [self match:input TokenType:7 Follow:FOLLOW_7_in_method120];
361 [self match:input TokenType:8 Follow:FOLLOW_8_in_method122];
412 [self match:input TokenType:13 Follow:FOLLOW_13_in_block153];
478 [self match:input TokenType:14 Follow:FOLLOW_14_in_block165];
541 [self match:input TokenType:ID Follow:FOLLOW_ID_in_stat189];
543 [self match:input TokenType:10 Follow:FOLLOW_10_in_stat191];
545 [self match:input TokenType:INT Follow:FOLLOW_INT_in_stat193];
547 [self match:input TokenType:9 Follow:FOLLOW_9_in_stat195];
[all …]
/external/antlr/runtime/ObjC/Framework/examples/LL-star/
DSimpleCParser.m492 [self match:input TokenType:11 Follow:FOLLOW_11_in_declaration62];
580 [self match:input TokenType:11 Follow:FOLLOW_11_in_variable103];
618 [self match:input TokenType:ID Follow:FOLLOW_ID_in_declarator122];
669 ID3=(CommonToken *)[self match:input TokenType:ID Follow:FOLLOW_ID_in_functionHeader153];
671 [self match:input TokenType:7 Follow:FOLLOW_7_in_functionHeader155];
707 [self match:input TokenType:10 Follow:FOLLOW_10_in_functionHeader163];
733 [self match:input TokenType:8 Follow:FOLLOW_8_in_functionHeader173];
873 [self match:input TokenType:19 Follow:FOLLOW_19_in_block286];
947 [self match:input TokenType:20 Follow:FOLLOW_20_in_block326];
1059 [self match:input TokenType:11 Follow:FOLLOW_11_in_stat348];
[all …]
/external/flatbuffers/tests/namespace_test/
Dnamespace_test1_generated.rs45 impl<'a> flatbuffers::Follow<'a> for EnumInNestedNS {
103 impl<'a> flatbuffers::Follow<'a> for StructInNestedNS {
110 impl<'a> flatbuffers::Follow<'a> for &'a StructInNestedNS {
163 impl<'a> flatbuffers::Follow<'a> for TableInNestedNS<'a> {
/external/antlr/runtime/ObjC/Framework/examples/treeparser/
DLangDumpDecl.m136 [self match:input TokenType:DECL Follow:FOLLOW_DECL_in_decl45];
138 [self match:input TokenType:DOWN Follow:nil];
156 [self match:input TokenType:UP Follow:nil];
199 [self match:input TokenType:INTTYPE Follow:FOLLOW_INTTYPE_in_type81];
240 [self match:input TokenType:ID Follow:FOLLOW_ID_in_declarator95];
/external/flatbuffers/samples/
Dmonster_generated.rs37 impl<'a> flatbuffers::Follow<'a> for Color {
98 impl<'a> flatbuffers::Follow<'a> for Equipment {
156 impl<'a> flatbuffers::Follow<'a> for Vec3 {
164 impl<'a> flatbuffers::Follow<'a> for &'a Vec3 {
221 impl<'a> flatbuffers::Follow<'a> for Monster<'a> {
403 impl<'a> flatbuffers::Follow<'a> for Weapon<'a> {
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas722 const Follow: IBitSet): IANTLRInterface;
728 const Follow: IBitSet): Boolean;
815 const E: ERecognitionException; const Follow: IBitSet): IANTLRInterface;
2024 const Follow: IBitSet); virtual;
2058 const TokenType: Integer; const Follow: IBitSet): IANTLRInterface; virtual;
2083 const Follow: IBitSet): IANTLRInterface; virtual;
2253 const Follow: IBitSet): IANTLRInterface; virtual;
2257 const Follow: IBitSet): Boolean;
2271 const E: ERecognitionException; const Follow: IBitSet): IANTLRInterface; virtual;
2493 const Follow: IBitSet): IANTLRInterface; override;
[all …]
/external/flatbuffers/tests/
Dmonster_test_generated.rs30 impl<'a> flatbuffers::Follow<'a> for InParentNamespace<'a> {
103 impl<'a> flatbuffers::Follow<'a> for Monster<'a> {
184 impl<'a> flatbuffers::Follow<'a> for Color {
253 impl<'a> flatbuffers::Follow<'a> for Any {
320 impl<'a> flatbuffers::Follow<'a> for AnyUniqueAliases {
387 impl<'a> flatbuffers::Follow<'a> for AnyAmbiguousAliases {
449 impl<'a> flatbuffers::Follow<'a> for Test {
456 impl<'a> flatbuffers::Follow<'a> for &'a Test {
518 impl<'a> flatbuffers::Follow<'a> for Vec3 {
525 impl<'a> flatbuffers::Follow<'a> for &'a Vec3 {
[all …]

12345678