Searched refs:brace (Results 1 – 11 of 11) sorted by relevance
| /linux/rust/syn/ |
| H A D | derive.rs | 111 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 D | mac.rs | 212 MacroDelimiter::Brace(brace) => (Delimiter::Brace, brace.span), in surround()
|
| H A D | item.rs | 3033 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 D | bad-tree.bconf | 1 # brace is not closing
|
| /linux/Documentation/trace/ |
| H A D | function-graph-fold.vim | 7 " as would normally appear on the line with the closing brace. Folded
|
| /linux/tools/scripts/ |
| H A D | utilities.mak | 71 # misinterpreted as a brace expansion; this can be
|
| /linux/Documentation/kbuild/ |
| H A D | kconfig-macro-language.rst | 57 a syntax error. The curly brace form as in ${CC} is not supported either.
|
| /linux/kernel/sched/ |
| H A D | core.c | 8035 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 D | checkpatch.pl | 5758 my $brace = $15; 5768 $newline .= " {" if (defined($brace));
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-record.txt | 106 - a group of events surrounded by a pair of brace ("{event1,event2,...}").
|
| /linux/ |
| H A D | MAINTAINERS | 11352 M: Don Brace <don.brace@microchip.com> 17661 M: Don Brace <don.brace@microchip.com>
|