Lines Matching refs:tt

40     (@__items ($($not:meta,)*) ; ( ($($m:meta),*) ($($it:item)*) ), $($rest:tt)*) => {
103 $args_packed:tt
104 [ $($part_arg:tt)* ]
105 [ #[const_ptr_if( $($cfg:tt)* )] $($arg_rem:tt)* ]
106 $ret_packed:tt
113 $def_packed:tt
114 $args_packed:tt
115 [ $($part_arg:tt)* ]
116 [ *mut $($arg_rem:tt)* ]
117 $ret_packed:tt
123 $def_packed:tt
124 $args_packed:tt
125 [ $($part_arg:tt)* ]
126 [ *const $($arg_rem:tt)* ]
127 $ret_packed:tt
133 $def_packed:tt
134 { $($args_tt:tt)* }
135 [ $($part_arg:tt)* ]
136 [ $arg_ty:ty, $($arg_rem:tt)* ]
137 $ret_packed:tt
143 $def_packed:tt
144 { $($args_tt:tt)* }
145 [ $($part_arg:tt)* ]
147 $ret_packed:tt
156 $def_packed:tt
157 $args_packed:tt
158 [ $arg_name:ident : $($arg_rem:tt)* ]
159 $ret_packed:tt
165 $def_packed:tt
166 $args_packed:tt
168 [ -> $($rem:tt)* ]
174 $def_packed:tt
175 $args_packed:tt
187 $args_packed:tt
188 [ $($part_ret:tt)* ]
189 [ #[const_ptr_if( $($cfg:tt)* )] $($rem:tt)* ]
196 $def_packed:tt
197 $args_packed:tt
198 [ $($part_ret:tt)* ]
199 [ *mut $($rem:tt)* ]
205 $def_packed:tt
206 $args_packed:tt
207 [ $($part_ret:tt)* ]
208 [ *const $($rem:tt)* ]
214 $def_packed:tt
215 $args_packed:tt
216 [ $($part_ret:tt)* ]
226 { $({ $arg_name:ident: $($arg_ty:tt)* })* }
241 $def_packed:tt
242 $arg_tts_packed:tt
243 $ret_packed:tt
244 [ ; $($rem:tt)* ]
253 $def_packed:tt
254 $arg_tts_packed:tt
255 [ $($ret_tt:tt)* ]
256 [ $tt:tt $($rem:tt)* ]
258 const_ptr_api!( (fn) $def_packed $arg_tts_packed [ $($ret_tt)* $tt ] [ $($rem)* ] );
266 pub fn $fn_name:ident( $($arg_rem:tt)* ) $($rem:tt)*
277 ( extern "C" { $($rem:tt)* } ) => {