Home
last modified time | relevance | path

Searched refs:brace (Results 1 – 11 of 11) sorted by relevance

/linux/rust/syn/
H A Dderive.rs111 let (where_clause, brace, variants) = data_enum(input)?; in parse()
122 brace_token: brace, in parse()
196 let brace = braced!(content in input); in data_enum() localVariable
199 Ok((where_clause, brace, variants)) in data_enum()
H A Dmac.rs212 MacroDelimiter::Brace(brace) => (Delimiter::Brace, brace.span), in surround()
H A Ditem.rs3033 if let Some((brace, items)) = &self.content { in to_tokens()
3034 brace.surround(tokens, |tokens| { in to_tokens()
3196 MacroDelimiter::Brace(brace) => { in to_tokens()
3197 brace.surround(tokens, |tokens| self.mac.tokens.to_tokens(tokens)); in to_tokens()
/linux/tools/bootconfig/samples/
H A Dbad-tree.bconf1 # brace is not closing
/linux/Documentation/trace/
H A Dfunction-graph-fold.vim7 " as would normally appear on the line with the closing brace. Folded
/linux/tools/scripts/
H A Dutilities.mak71 # misinterpreted as a brace expansion; this can be
/linux/Documentation/kbuild/
H A Dkconfig-macro-language.rst57 a syntax error. The curly brace form as in ${CC} is not supported either.
/linux/kernel/sched/
H A Dcore.c8035 bool brace = IS_ENABLED(CONFIG_PREEMPT_RT) && in preempt_model_str() local
8048 brace ? "_{" : "_", in preempt_model_str()
8049 brace ? "," : ""); in preempt_model_str()
8055 brace ? "}" : ""); in preempt_model_str()
8061 brace ? "}" : ""); in preempt_model_str()
/linux/scripts/
H A Dcheckpatch.pl5758 my $brace = $15;
5768 $newline .= " {" if (defined($brace));
/linux/tools/perf/Documentation/
H A Dperf-record.txt106 - a group of events surrounded by a pair of brace ("{event1,event2,...}").
/linux/
H A DMAINTAINERS11352 M: Don Brace <don.brace@microchip.com>
17661 M: Don Brace <don.brace@microchip.com>