| /linux/rust/quote/ |
| H A D | README.md | 1 # `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 D | lib.rs | 130 ($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 D | Makefile | 92 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 D | zeroable.rs | 40 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 D | lib.rs | 26 mod quote; module 29 extern crate quote;
|
| H A D | pinned_drop.rs | 40 toks.splice(idx..idx, quote!(::pin_init::)); in pinned_drop() 44 quote!(::pin_init::__pinned_drop! { in pinned_drop()
|
| /linux/rust/macros/ |
| H A D | zeroable.rs | |
| H A D | pinned_drop.rs | |
| H A D | quote.rs | 59 $crate::quote::ToTokens::to_tokens(&$id, &mut $v); 64 $crate::quote::ToTokens::to_tokens(&token, &mut $v); 178 macro_rules! quote { macro
|
| H A D | lib.rs | 15 mod quote; module
|
| H A D | pin_data.rs | |
| /linux/rust/syn/ |
| H A D | parse_quote.rs | 84 $crate::__private::parse_quote($crate::__private::quote::quote!($($tt)*)) 116 $crate::__private::parse_quote($crate::__private::quote::quote_spanned!($span=> $($tt)*))
|
| H A D | export.rs | 36 pub use quote; 72 pub use quote::{ToTokens, TokenStreamExt};
|
| H A D | macros.rs | 24 impl ::quote::ToTokens for $name { 133 impl ::quote::ToTokens for $name {
|
| H A D | print.rs | 4 use quote::ToTokens;
|
| H A D | spanned.rs | 85 use quote::spanned::Spanned as ToTokens;
|
| H A D | file.rs | 118 use quote::{ToTokens, TokenStreamExt};
|
| H A D | lifetime.rs | 147 use quote::{ToTokens, TokenStreamExt};
|
| H A D | restriction.rs | 155 use quote::ToTokens;
|
| /linux/tools/perf/util/ |
| H A D | config.c | 95 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 D | types.c | 295 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 D | hci_core.c | 3384 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 D | Kbuild.include | 7 quote := " 56 # Escape single quote for use in echo statements 61 stringify = $(squote)$(quote)$1$(quote)$(squote)
|
| /linux/kernel/trace/ |
| H A D | trace_events_filter.c | 2114 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 D | python_version.py | 54 w = shlex.quote(w)
|