Home
last modified time | relevance | path

Searched refs:stringify (Results 1 – 25 of 30) sorted by relevance

12

/linux/drivers/gpu/nova-core/
H A Dnum.rs22 ::core::stringify!($from),
24 ::core::stringify!($into),
40 ::core::stringify!($from),
42 ::core::stringify!($into),
44 ::core::stringify!($from),
46 ::core::stringify!($into),
174 ::core::stringify!($from),
176 ::core::stringify!($into),
190 ::core::stringify!($from),
192 ::core::stringify!($into),
[all …]
H A Dbitfield.rs175 concat!("boolean field `", stringify!($field), "` covers more than one bit")
186 concat!("field `", stringify!($field), "`'s MSB is smaller than its LSB")
302 f.debug_struct(stringify!($name))
305 .field(stringify!($field), &self.$field())
/linux/rust/syn/
H A Dcustom_keyword.rs137 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 Dcustom_punctuation.rs202 $crate::__private::Formatter::write_str(f, $crate::__private::stringify!($ident))
304 $crate::__private::concat!($($crate::__private::stringify!($tt)),+)
H A Dident.rs21 Ident::new(stringify!($token), token.span)
H A Dexport.rs22 pub use std::stringify;
H A Dtoken.rs248 f.write_str(stringify!($name))
375 f.write_str(stringify!($name))
482 f.write_str(stringify!($name))
/linux/rust/kernel/sync/lock/
H A Dglobal.rs266 ::core::stringify!($name),
268 ::core::stringify!($name),
275 const NAME: &'static $crate::str::CStr = $crate::c_str!(::core::stringify!($name));
/linux/rust/kernel/
H A Dkunit.rs70 static CONDITION: &'static $crate::str::CStr = $crate::c_str!(stringify!($condition));
248 let name_u8 = ::core::stringify!($name).as_bytes();
254 ::core::stringify!($name),
H A Dstd_vendor.rs156 ::core::stringify!($val), &tmp);
H A Dbuild_assert.rs83 $crate::build_assert::build_error(concat!("assertion failed: ", stringify!($cond)));
H A Ddevice_id.rs201 "__", stringify!($table_name))
/linux/rust/quote/
H A Dlib.rs1018 $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 Dcompiler_builtins.rs32 #[export_name = concat!("__rust", stringify!($ident))]
/linux/rust/kernel/num/
H A Dbounded.rs252 ::core::stringify!($type),
941 ::core::stringify!($type),
1015 ::core::stringify!($type),
1017 ::core::stringify!($type),
/linux/drivers/pinctrl/aspeed/
H A Dpinmux-aspeed.h578 #define stringify(x) #x macro
579 #define istringify(x) stringify(x)
/linux/scripts/dtc/
H A Dutil.h31 #define stringify(s) stringify_(s) macro
H A Ddtc.c91 …"\n\tBlob version to produce, defaults to "stringify(DEFAULT_FDT_VERSION)" (for dtb and asm output…
/linux/scripts/gcc-plugins/
H A DMakefile31 -DPLUGIN_VERSION=$(call stringify,$(KERNELVERSION)) \
/linux/rust/kernel/drm/
H A Dioctl.rs160 $crate::c_str!(::core::stringify!($cmd)),
/linux/rust/pin-init/src/
H A Dmacros.rs
/linux/scripts/
H A DMakefile.lib20 name-fix = $(call stringify,$(call name-fix-token,$1))
24 modfile_flags = -DKBUILD_MODFILE=$(call stringify,$(modfile))
/linux/scripts/gdb/linux/
H A Dconstants.py.in28 /* We need to stringify expanded macros so that they can be parsed */
/linux/rust/macros/
H A Dquote.rs
/linux/rust/kernel/pci/
H A Did.rs61 &Self::$variant => write!(f, stringify!($variant)),
146 &Self::$variant => write!(f, stringify!($variant)),

12