Home
last modified time | relevance | path

Searched refs:quote (Results 1 – 25 of 64) sorted by relevance

123

/linux/rust/quote/
H A DREADME.md1 # `quote`
3 These source files come from the Rust `quote` crate, version 1.0.40
4 (released 2025-03-12), hosted in the <https://github.com/dtolnay/quote>
10 https://github.com/dtolnay/quote/blob/1.0.40/README.md#license
11 https://github.com/dtolnay/quote/blob/1.0.40/LICENSE-APACHE
12 https://github.com/dtolnay/quote/blob/1.0.40/LICENSE-MIT
H A Dlib.rs130 ($quote:item) => {
477 $quote
484 macro_rules! quote {
494 macro_rules! quote {
1029 $crate::quote!($($inner)*),
1037 $crate::quote!($($inner)*),
1045 $crate::quote!($($inner)*),
/linux/rust/
H A DMakefile92 quote-cfgs := \
95 quote-skip_flags := \
98 quote-flags := \
102 $(call cfgs-to-flags,$(quote-cfgs))
117 --extern quote \
177 rustdoc-quote: private rustdoc_host = yes
178 rustdoc-quote: private rustc_target_flags = $(quote-flags)
179 rustdoc-quote: private skip_flags = $(quote-skip_flags)
180 rustdoc-quote: $(src)/quote/lib.rs rustdoc-clean rustdoc-proc_macro2 FORCE
185 rustdoc-syn: $(src)/syn/lib.rs rustdoc-clean rustdoc-quote FORCE
[all …]
/linux/rust/pin-init/internal/src/
H A Dzeroable.rs40 new_impl_generics.extend(quote! { : ::pin_init::Zeroable }); in parse_zeroable_derive_input()
54 new_impl_generics.extend(quote! { ::pin_init::Zeroable + }); in parse_zeroable_derive_input()
72 new_impl_generics.extend(quote! { : ::pin_init::Zeroable }); in parse_zeroable_derive_input()
79 quote! { in derive()
92 quote! { in maybe_derive()
H A Dlib.rs26 mod quote; module
29 extern crate quote;
H A Dpinned_drop.rs40 toks.splice(idx..idx, quote!(::pin_init::)); in pinned_drop()
44 quote!(::pin_init::__pinned_drop! { in pinned_drop()
/linux/rust/macros/
H A Dzeroable.rs
H A Dpinned_drop.rs
H A Dquote.rs59 $crate::quote::ToTokens::to_tokens(&$id, &mut $v);
64 $crate::quote::ToTokens::to_tokens(&token, &mut $v);
178 macro_rules! quote { macro
H A Dlib.rs15 mod quote; module
H A Dpin_data.rs
/linux/rust/syn/
H A Dparse_quote.rs84 $crate::__private::parse_quote($crate::__private::quote::quote!($($tt)*))
116 $crate::__private::parse_quote($crate::__private::quote::quote_spanned!($span=> $($tt)*))
H A Dexport.rs36 pub use quote;
72 pub use quote::{ToTokens, TokenStreamExt};
H A Dmacros.rs24 impl ::quote::ToTokens for $name {
133 impl ::quote::ToTokens for $name {
H A Dprint.rs4 use quote::ToTokens;
H A Dspanned.rs85 use quote::spanned::Spanned as ToTokens;
H A Dfile.rs118 use quote::{ToTokens, TokenStreamExt};
H A Dlifetime.rs147 use quote::{ToTokens, TokenStreamExt};
H A Drestriction.rs155 use quote::ToTokens;
/linux/tools/perf/util/
H A Dconfig.c95 int quote = 0, comment = 0, space = 0; in parse_value() local
104 if (quote) in parse_value()
111 if (isspace(c) && !quote) { in parse_value()
115 if (!quote) { in parse_value()
151 quote = 1-quote; in parse_value()
/linux/scripts/gendwarfksyms/
H A Dtypes.c295 const char *quote; in get_type_name() local
313 quote = strstr(cache->fqn, " ") ? "'" : ""; in get_type_name()
316 if (asprintf(&name, "%c#%s%s%s", prefix, quote, cache->fqn, quote) < 0) in get_type_name()
/linux/net/bluetooth/
H A Dhci_core.c3384 static inline void hci_quote_sent(struct hci_conn *conn, int num, int *quote) in hci_quote_sent() argument
3390 *quote = 0; in hci_quote_sent()
3418 *quote = q ? q : 1; in hci_quote_sent()
3422 int *quote) in hci_low_sent() argument
3458 hci_quote_sent(conn, num, quote); in hci_low_sent()
3460 BT_DBG("conn %p quote %d", conn, *quote); in hci_low_sent()
3486 int *quote) in hci_chan_sent() argument
3542 hci_quote_sent(chan->conn, num, quote); in hci_chan_sent()
3544 BT_DBG("chan %p quote %d", chan, *quote); in hci_chan_sent()
3639 int quote, *cnt; in hci_sched_sco() local
[all …]
/linux/scripts/
H A DKbuild.include7 quote := "
56 # Escape single quote for use in echo statements
61 stringify = $(squote)$(quote)$1$(quote)$(squote)
/linux/kernel/trace/
H A Dtrace_events_filter.c2114 int quote = 0; in calc_stack() local
2122 if (quote) { in calc_stack()
2123 if (str[i] == quote) in calc_stack()
2124 quote = 0; in calc_stack()
2131 quote = str[i]; in calc_stack()
2161 if (quote) { in calc_stack()
2171 if (quote) { in calc_stack()
2172 if (str[i] == quote) in calc_stack()
2173 quote = 0; in calc_stack()
2189 quote = str[i]; in calc_stack()
/linux/tools/lib/python/kdoc/
H A Dpython_version.py54 w = shlex.quote(w)

123