Home
last modified time | relevance | path

Searched refs:brace (Results 1 – 14 of 14) 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/Documentation/process/
H A Dcoding-style.rst127 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 Dcheckpatch.rst1077 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 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/Documentation/translations/zh_TW/process/
H A Dcoding-style.rst615 (brace-list-intro . +)
/linux/kernel/sched/
H A Dcore.c7714 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 Dcheckpatch.pl5726 my $brace = $15;
5736 $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/Documentation/translations/sp_SP/process/
H A Dcoding-style.rst703 (brace-list-intro . +)