Home
last modified time | relevance | path

Searched refs:braces (Results 1 – 25 of 29) sorted by relevance

12

/dragonfly/tools/regression/bin/sh/parser/
HDempty-braces1.04 # pair of braces.
/dragonfly/tools/regression/bin/sh/execution/
HDfunc2.02 # The empty pairs of braces here are to test that this does not cause a crash.
/dragonfly/tools/regression/bin/sh/expansion/
HDplus-minus3.031 # which does not do much except quoting close braces.
/dragonfly/contrib/bmake/
HDdir.c595 int braces = 0, brackets = 0; in Dir_HasWildcards() local
600 braces++; in Dir_HasWildcards()
604 braces--; in Dir_HasWildcards()
621 return wild && brackets == 0 && braces == 0; in Dir_HasWildcards()
HDbmake.cat1397 character, the surrounding curly braces or parentheses are not required.
402 taining dollar, braces, parentheses or whitespace are really best
HDChangeLog258 o remove redundant braces
1529 o dir.c: fix parsing of nested braces in dependency lines
/dragonfly/contrib/binutils-2.27/gas/doc/
HDc-tilepro.texi48 Bundles are specified using curly braces:
77 it in a bundle explicitly with curly braces and use @code{nop}
HDc-tilegx.texi64 Bundles are specified using curly braces:
93 it in a bundle explicitly with curly braces and use @code{nop}
HDc-xtensa.texi154 braces:
172 Directives and labels are not allowed inside the braces of a FLIX
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDparser.c10680 matching_braces braces; in cp_parser_lambda_body() local
10682 if (braces.require_open (parser)) in cp_parser_lambda_body()
10693 braces.require_close (parser); in cp_parser_lambda_body()
11220 matching_braces braces; in cp_parser_compound_statement() local
11223 if (!braces.require_open (parser)) in cp_parser_compound_statement()
11239 braces.require_close (parser); in cp_parser_compound_statement()
12584 matching_braces braces; in cp_parser_already_scoped_statement() local
12585 braces.require_open (parser); in cp_parser_already_scoped_statement()
12591 braces.require_close (parser); in cp_parser_already_scoped_statement()
13840 matching_braces braces; in cp_parser_linkage_specification() local
[all …]
/dragonfly/contrib/grep/doc/
HDgrep.texi1257 @cindex braces, one argument
1263 @cindex braces, second argument omitted
1269 @cindex braces, first argument omitted
1276 @cindex braces, two arguments
/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc.opt464 Wmissing-braces
466 Warn about possibly missing braces around initializers
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDoptions.texi187 be wrapped in curly braces within the parentheses to demarcate it, e.g.:
HDsourcebuild.texi1236 A selector expression appears within curly braces and uses a single
1240 curly braces. For example:
HDrtl.texi86 brace block, including the outermost pair of braces, is considered to be
87 the string constant. Double quote characters inside the braces are not
HDtm.texi122 initializer for an array of strings, with no surrounding braces.
142 outermost pair of surrounding braces.
1879 commas and surrounded by braces. The @var{n}th number is 1 if
8749 alternatives within the braces than the value of
HDtm.texi.in122 initializer for an array of strings, with no surrounding braces.
142 outermost pair of surrounding braces.
1857 commas and surrounded by braces. The @var{n}th number is 1 if
8644 alternatives within the braces than the value of
HDinvoke.texi256 -Wmain -Wmaybe-uninitialized -Wmissing-braces -Wmissing-field-initializers @gol
3045 -Wmissing-braces @gol
3351 @item -Wmissing-braces
3352 @opindex Wmissing-braces
3353 @opindex Wno-missing-braces
3403 is specified. To eliminate the warning, add explicit braces around
HDextend.texi109 by braces; in this construct, parentheses go around the braces. For
126 last within the braces, the construct has type @code{void}, and thus
11452 A vector constant is a list of constant expressions within curly braces.
HDcpp.texi1423 requirement for square brackets or braces to balance, and they do not
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc.opt697 Wmissing-braces
699 Warn about possibly missing braces around initializers.
/dragonfly/contrib/gdb-7/readline/doc/
HDrluser.texi1415 @item complete-into-braces (M-@{)
1417 enclosed within braces so the list is available to the shell
/dragonfly/contrib/expat/
HDChanges194 file with a large number of opening braces.
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-parser.c4552 matching_braces braces; in c_parser_braced_init() local
4553 braces.consume_open (parser); in c_parser_braced_init()
4591 braces.skip_until_found_close (parser); in c_parser_braced_init()
/dragonfly/contrib/binutils-2.27/ld/
HDld.texinfo3171 descriptions enclosed in curly braces.
3182 required syntax which may be ignored for now. Within the curly braces
4050 name is unambiguous. The colon and the curly braces are also required.

12