Lines Matching refs:tt
167 (__impl $i:expr, $submac:ident!( $($args:tt)* ), $($rest:tt)* ) => (
177 (__impl $i:expr, $e:path, $($rest:tt)* ) => (
180 (__impl $i:expr, $e:path | $($rest:tt)*) => (
184 (__impl $i:expr, $subrule:ident!( $($args:tt)*) | $($rest:tt)*) => (
211 (__impl $i:expr, $subrule:ident!( $($args:tt)* ) => { $gen:expr } | $($rest:tt)*) => (
236 (__impl $i:expr, $e:path => { $gen:expr } | $($rest:tt)*) => (
250 ($i:expr, $($rest:tt)*) => (
335 …(__impl $i:expr, $submac:ident!( $($args:tt)* ), $( $($p:pat)|+ => $subrule:ident!( $($args2:tt)* …
373 ($i:expr, $submac:ident!( $($args:tt)*), $($rest:tt)*) => (
378 ($i:expr, $e:path, $($rest:tt)*) => (
459 ($i:expr, $($rest:tt)*) => (
502 ((), $e:ident?, $($rest:tt)*) => (
505 ((), $e:ident, $($rest:tt)*) => (
509 ((), $submac:ident!( $($args:tt)* )?, $($rest:tt)*) => (
512 ((), $submac:ident!( $($args:tt)* ), $($rest:tt)*) => (
516 (($($parsed:expr),*), $e:ident?, $($rest:tt)*) => (
519 (($($parsed:expr),*), $e:ident, $($rest:tt)*) => (
523 (($($parsed:expr),*), $submac:ident!( $($args:tt)* )?, $($rest:tt)*) => (
526 (($($parsed:expr),*), $submac:ident!( $($args:tt)* ), $($rest:tt)*) => (
537 (($($parsed:expr),*), $submac:ident!( $($args:tt)* )?) => (
540 (($($parsed:expr),*), $submac:ident!( $($args:tt)* )) => (
551 (0, $submac:ident ! ($($rest:tt)*)) => ($submac!(1, $($rest)*));
552 (1, $submac:ident ! ($($rest:tt)*)) => ($submac!(2, $($rest)*));
553 (2, $submac:ident ! ($($rest:tt)*)) => ($submac!(3, $($rest)*));
554 (3, $submac:ident ! ($($rest:tt)*)) => ($submac!(4, $($rest)*));
555 (4, $submac:ident ! ($($rest:tt)*)) => ($submac!(5, $($rest)*));
556 (5, $submac:ident ! ($($rest:tt)*)) => ($submac!(6, $($rest)*));
557 (6, $submac:ident ! ($($rest:tt)*)) => ($submac!(7, $($rest)*));
558 (7, $submac:ident ! ($($rest:tt)*)) => ($submac!(8, $($rest)*));
559 (8, $submac:ident ! ($($rest:tt)*)) => ($submac!(9, $($rest)*));
560 (9, $submac:ident ! ($($rest:tt)*)) => ($submac!(10, $($rest)*));
561 (10, $submac:ident ! ($($rest:tt)*)) => ($submac!(11, $($rest)*));
562 (11, $submac:ident ! ($($rest:tt)*)) => ($submac!(12, $($rest)*));
563 (12, $submac:ident ! ($($rest:tt)*)) => ($submac!(13, $($rest)*));
564 (13, $submac:ident ! ($($rest:tt)*)) => ($submac!(14, $($rest)*));
565 (14, $submac:ident ! ($($rest:tt)*)) => ($submac!(15, $($rest)*));
566 (15, $submac:ident ! ($($rest:tt)*)) => ($submac!(16, $($rest)*));
567 (16, $submac:ident ! ($($rest:tt)*)) => ($submac!(17, $($rest)*));
568 (17, $submac:ident ! ($($rest:tt)*)) => ($submac!(18, $($rest)*));
569 (18, $submac:ident ! ($($rest:tt)*)) => ($submac!(19, $($rest)*));
570 (19, $submac:ident ! ($($rest:tt)*)) => ($submac!(20, $($rest)*));
576 ($it:tt, (), $res:ident, $e:ident?, $($rest:tt)*) => (
579 ($it:tt, (), $res:ident, $e:ident, $($rest:tt)*) => ({
588 ($it:tt, (), $res:ident, $submac:ident!( $($args:tt)* )?, $($rest:tt)*) => (
591 ($it:tt, (), $res:ident, $submac:ident!( $($args:tt)* ), $($rest:tt)*) => ({
600 ($it:tt, ($($parsed:expr),*), $res:ident, $e:ident?, $($rest:tt)*) => (
603 ($it:tt, ($($parsed:expr),*), $res:ident, $e:ident, $($rest:tt)*) => ({
612 ($it:tt, ($($parsed:expr),*), $res:ident, $submac:ident!( $($args:tt)* )?, $($rest:tt)*) => (
615 ($it:tt, ($($parsed:expr),*), $res:ident, $submac:ident!( $($args:tt)* ), $($rest:tt)*) => ({
624 ($it:tt, ($($parsed:expr),*), $res:ident?, $e:ident) => (
627 ($it:tt, ($($parsed:expr),*), $res:ident, $e:ident) => ({
636 ($it:tt, ($($parsed:expr),*), $res:ident, $submac:ident!( $($args:tt)* )?) => (
639 ($it:tt, ($($parsed:expr),*), $res:ident, $submac:ident!( $($args:tt)* )) => ({
652 ($it:tt,$i:expr, $all_done:expr, $needed:expr, $res:expr, $e:ident?, $($rest:tt)*) => (
655 ($it:tt,$i:expr, $all_done:expr, $needed:expr, $res:expr, $e:ident, $($rest:tt)*) => (
659 …($it:tt, $i:expr, $all_done:expr, $needed:expr, $res:expr, $submac:ident!( $($args:tt)* )?, $($res…
662 …($it:tt, $i:expr, $all_done:expr, $needed:expr, $res:expr, $submac:ident!( $($args:tt)* ), $($rest…
686 ($it:tt,$i:expr, $all_done:expr, $needed:expr, $res:expr, $e:ident?) => (
689 ($it:tt,$i:expr, $all_done:expr, $needed:expr, $res:expr, $e:ident) => (
693 ($it:tt, $i:expr, $all_done:expr, $needed:expr, $res:expr, $submac:ident!( $($args:tt)* )?) => {
696 ($it:tt, $i:expr, $all_done:expr, $needed:expr, $res:expr, $submac:ident!( $($args:tt)* )) => ({