| /linux/rust/syn/ |
| H A D | custom_keyword.rs | 137 ident == $crate::__private::stringify!($ident) 144 $crate::__private::concat!("`", $crate::__private::stringify!($ident), "`") 152 if ident == $crate::__private::stringify!($ident) { 158 $crate::__private::stringify!($ident), 183 let ident = $crate::Ident::new($crate::__private::stringify!($ident), self.span); 235 $crate::__private::stringify!($ident),
|
| H A D | custom_punctuation.rs | 202 $crate::__private::Formatter::write_str(f, $crate::__private::stringify!($ident)) 304 $crate::__private::concat!($($crate::__private::stringify!($tt)),+)
|
| H A D | ident.rs | 21 Ident::new(stringify!($token), token.span)
|
| H A D | export.rs | 22 pub use std::stringify;
|
| H A D | token.rs | 248 f.write_str(stringify!($name)) 375 f.write_str(stringify!($name)) 482 f.write_str(stringify!($name))
|
| H A D | generics.rs | 311 .debug_tuple(stringify!($ty))
|
| /linux/rust/kernel/sync/lock/ |
| H A D | global.rs | 264 ::core::stringify!($name), 266 ::core::stringify!($name), 273 const NAME: &'static $crate::str::CStr = $crate::c_str!(::core::stringify!($name));
|
| /linux/rust/kernel/ |
| H A D | build_assert.rs | 78 $crate::build_assert::build_error(concat!("assertion failed: ", stringify!($cond)));
|
| H A D | std_vendor.rs | 156 ::core::stringify!($val), &tmp);
|
| H A D | configfs.rs | 1003 $crate::configfs::Attribute::new(c_str!(::core::stringify!($name)))
|
| /linux/rust/quote/ |
| H A D | lib.rs | 1018 $crate::__private::push_ident(&mut $tokens, stringify!($ident)); 1222 $crate::__private::push_lifetime(&mut $tokens, stringify!($lifetime)); 1230 $crate::__private::parse(&mut $tokens, stringify!($other)); 1239 $crate::__private::push_ident_spanned(&mut $tokens, $span, stringify!($ident)); 1446 $crate::__private::push_lifetime_spanned(&mut $tokens, $span, stringify!($lifetime)); 1454 $crate::__private::parse_spanned(&mut $tokens, $span, stringify!($other));
|
| /linux/rust/ |
| H A D | compiler_builtins.rs | 32 #[export_name = concat!("__rust", stringify!($ident))]
|
| /linux/rust/kernel/num/ |
| H A D | bounded.rs | 252 ::core::stringify!($type), 938 ::core::stringify!($type), 1012 ::core::stringify!($type), 1014 ::core::stringify!($type),
|
| /linux/drivers/pinctrl/aspeed/ |
| H A D | pinmux-aspeed.h | 578 #define stringify(x) #x macro 579 #define istringify(x) stringify(x)
|
| /linux/scripts/gcc-plugins/ |
| H A D | Makefile | 31 -DPLUGIN_VERSION=$(call stringify,$(KERNELVERSION)) \
|
| /linux/rust/kernel/drm/ |
| H A D | ioctl.rs | 160 $crate::c_str!(::core::stringify!($cmd)),
|
| /linux/rust/pin-init/src/ |
| H A D | macros.rs | 614 stringify!($field), 993 stringify!($($rest)*), 1020 $(#[doc = ::core::concat!(" - `", ::core::stringify!($p_field), "`")])* 1023 $(#[doc = ::core::concat!(" - `", ::core::stringify!($field), "`")])*
|
| /linux/scripts/gdb/linux/ |
| H A D | constants.py.in | 28 /* We need to stringify expanded macros so that they can be parsed */
|
| /linux/rust/macros/ |
| H A D | quote.rs | 164 ::proc_macro::Ident::new(stringify!($id), $span),
|
| /linux/rust/kernel/pci/ |
| H A D | id.rs | 61 &Self::$variant => write!(f, stringify!($variant)), 146 &Self::$variant => write!(f, stringify!($variant)),
|
| /linux/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_filter.c | 41 void (*stringify)(struct qede_arfs_tuple *t, void *buffer); member 111 if (n->tuple.stringify) { in qede_configure_arfs_fltr() 114 n->tuple.stringify(&n->tuple, tuple_buffer); in qede_configure_arfs_fltr() 1544 t->stringify = qede_flow_stringify_ipv4_hdr; in qede_set_v4_tuple_to_profile()
|
| /linux/scripts/ |
| H A D | Kbuild.include | 61 stringify = $(squote)$(quote)$1$(quote)$(squote)
|
| /linux/rust/proc-macro2/ |
| H A D | fallback.rs | 930 Literal::_new(format!(concat!("{}", stringify!($kind)), n))
|