Lines Matching refs:tts
503 // Special case rules for two tts, for performance.
644 // Special case rules for two tts, for performance.
677 ($call:ident! $extra:tt $($tts:tt)*) => {
679 (@ $($tts)*)
680 ($($tts)* @)
788 // quote_token_with_context for each original tt, with three tts of context on
796 // interpolation kind will depend on the three subsequent tts.
810 ($tokens:ident $($tts:tt)*) => {
812 (@ @ @ @ @ @ $($tts)*)
813 (@ @ @ @ @ $($tts)* @)
814 (@ @ @ @ $($tts)* @ @)
815 (@ @ @ $(($tts))* @ @ @)
816 (@ @ $($tts)* @ @ @ @)
817 (@ $($tts)* @ @ @ @ @)
818 ($($tts)* @ @ @ @ @ @)
827 ($tokens:ident $span:ident $($tts:tt)*) => {
829 (@ @ @ @ @ @ $($tts)*)
830 (@ @ @ @ @ $($tts)* @)
831 (@ @ @ @ $($tts)* @ @)
832 (@ @ @ $(($tts))* @ @ @)
833 (@ @ $($tts)* @ @ @ @)
834 (@ $($tts)* @ @ @ @ @)
835 ($($tts)* @ @ @ @ @ @)