Lines Matching refs:tt

34   ($i:expr, $($rest:tt)*) => (
45 ($i:expr, ($($parsed:tt),*), $e:path, $($rest:tt)*) => (
48 ($i:expr, (), $submac:ident!( $($args:tt)* ), $($rest:tt)*) => (
58 ($i:expr, ($($parsed:tt)*), $submac:ident!( $($args:tt)* ), $($rest:tt)*) => (
68 ($i:expr, ($($parsed:tt),*), $e:path) => (
71 ($i:expr, (), $submac:ident!( $($args:tt)* )) => (
77 ($i:expr, ($($parsed:expr),*), $submac:ident!( $($args:tt)* )) => (
108 ($i:expr, $submac:ident!( $($args:tt)* ), $submac2:ident!( $($args2:tt)* )) => (
112 ($i:expr, $submac:ident!( $($args:tt)* ), $g:expr) => (
116 ($i:expr, $f:expr, $submac:ident!( $($args:tt)* )) => (
144 ($i:expr, $submac:ident!( $($args:tt)* ), $($rest:tt)*) => (
147 ($i:expr, $f:expr, $submac:ident!( $($args:tt)* ), $($rest:tt)*) => (
150 ($i:expr, $f:expr, $g:expr, $submac:ident!( $($args:tt)* )) => (
176 ($i:expr, $submac:ident!( $($args:tt)* ), $submac2:ident!( $($args2:tt)* )) => (
180 ($i:expr, $submac:ident!( $($args:tt)* ), $g:expr) => (
184 ($i:expr, $f:expr, $submac:ident!( $($args:tt)* )) => (
211 ($i:expr, $submac:ident!( $($args:tt)* ), $submac2:ident!( $($args2:tt)* )) => (
215 ($i:expr, $submac:ident!( $($args:tt)* ), $g:expr) => (
219 ($i:expr, $f:expr, $submac:ident!( $($args:tt)* )) => (
249 ($i:expr, $submac:ident!( $($args:tt)* ), $($rest:tt)*) => (
252 ($i:expr, $f:expr, $submac:ident!( $($args:tt)* ), $($rest:tt)*) => (
255 ($i:expr, $f:expr, $g:expr, $submac:ident!( $($args:tt)* )) => (
339 (__impl $i:expr, $field:ident : $submac:ident!( $($args:tt)* ) ) => (
343 (__impl $i:expr, $submac:ident!( $($args:tt)* ) ) => (
355 (__impl $i:expr, $field:ident : $submac:ident!( $($args:tt)* ) ~ $($rest:tt)* ) => (
358 (__impl $i:expr, $submac:ident!( $($args:tt)* ) ~ $($rest:tt)* ) => (
361 (__impl $i:expr, $field:ident : $e:ident ~ $($rest:tt)*) => (
364 (__impl $i:expr, $e:ident ~ $($rest:tt)*) => (
368 (__impl $i:expr, $e:ident >> $($rest:tt)*) => (
371 (__impl $i:expr, $submac:ident!( $($args:tt)* ) >> $($rest:tt)*) => (
386 (__impl $i:expr, $field:ident : $e:ident >> $($rest:tt)*) => (
390 (__impl $i:expr, $field:ident : $submac:ident!( $($args:tt)* ) >> $($rest:tt)*) => (
407 (__impl $i:expr, $e:ident >> ( $($rest:tt)* )) => (
411 (__impl $i:expr, $submac:ident!( $($args:tt)* ) >> ( $($rest:tt)* )) => ({
422 (__impl $i:expr, $field:ident : $e:ident >> ( $($rest:tt)* )) => (
426 (__impl $i:expr, $field:ident : $submac:ident!( $($args:tt)* ) >> ( $($rest:tt)* )) => ({
443 (__finalize $i:expr, ( $($rest:tt)* )) => ({
448 ($i:expr, $($rest:tt)*) => (
453 ($submac:ident!( $($args:tt)* ) >> $($rest:tt)* ) => (
463 ($e:ident! >> $($rest:tt)* ) => (
471 (( $($args:tt)* )) => ( compile_error!($($args)*) );