Searched refs:brace (Results 1 – 14 of 14) 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/Documentation/process/ |
| H A D | coding-style.rst | 127 brace last on the line, and put the closing brace first, thusly: 152 opening brace at the beginning of the next line, thus: 166 Note that the closing brace is empty on a line of its own, **except** in 191 Also, note that this brace-placement also minimizes the number of empty 473 closing function brace line. E.g.: 675 (brace-list-intro . +)
|
| /linux/Documentation/dev-tools/ |
| H A D | checkpatch.rst | 1077 The preferred way is to put the opening brace last on the line, 1078 and put the closing brace first:: 1086 opening brace at the beginning of the next line, thus:: 1107 3. Inside a curly brace:: 1133 The opening brace should be following the function definitions on the
|
| /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/Documentation/translations/zh_TW/process/ |
| H A D | coding-style.rst | 615 (brace-list-intro . +)
|
| /linux/kernel/sched/ |
| H A D | core.c | 7714 bool brace = IS_ENABLED(CONFIG_PREEMPT_RT) && in preempt_model_str() local 7727 brace ? "_{" : "_", in preempt_model_str() 7728 brace ? "," : ""); in preempt_model_str() 7734 brace ? "}" : ""); in preempt_model_str() 7740 brace ? "}" : ""); in preempt_model_str()
|
| /linux/scripts/ |
| H A D | checkpatch.pl | 5726 my $brace = $15; 5736 $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/Documentation/translations/sp_SP/process/ |
| H A D | coding-style.rst | 703 (brace-list-intro . +)
|