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 | 7756 bool brace = IS_ENABLED(CONFIG_PREEMPT_RT) && in preempt_model_str() local 7769 brace ? "_{" : "_", in preempt_model_str() 7770 brace ? "," : ""); in preempt_model_str() 7776 brace ? "}" : ""); in preempt_model_str() 7782 brace ? "}" : ""); in preempt_model_str()
|
| /linux/scripts/ |
| H A D | checkpatch.pl | 4353 # if/while/etc brace do not go on next line, unless defining a do while loop, 4354 # or if that brace on the next line is for something else 4384 "that open brace { should be on the previous line\n" . 4428 # 2) any opening brace { on end of the line 4587 # check for initialisation to aggregates open brace on the next line 4591 "that open brace { should be on the previous line\n" . $hereprev) && 4947 # function brace can't be on same line, except for #defines of do while, 4954 "open brace '{' following function definitions go on the next line\n" . $herecurr) && 4973 "open brace '{' following $1 go on the same line\n" . $hereprev) && 5070 # 3. inside a curly brace [all...] |
| /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 | 11252 M: Don Brace <don.brace@microchip.com> 17511 M: Don Brace <don.brace@microchip.com>
|