Home
last modified time | relevance | path

Searched refs:braced (Results 1 – 25 of 48) sorted by relevance

12

/openbsd/gnu/usr.bin/perl/
H A Ddquote.c88 const bool braced) /* Is it enclosed in {} */ in Perl_form_alien_digit_msg() argument
127 if (braced) { in Perl_form_alien_digit_msg()
149 if (braced) { in Perl_form_alien_digit_msg()
165 if (braced) { in Perl_form_alien_digit_msg()
H A Dproto.h6779 …lids_len, const char * const first_bad, const char * const send, const bool UTF, const bool braced)
/openbsd/gnu/usr.bin/texinfo/util/
H A Dtexindex.c74 char braced; /* Count balanced-braced groupings as fields. */ member
176 keyfields[0].braced = 1; in main()
182 keyfields[1].braced = 1; in main()
569 if (keyfield->braced) in find_field()
578 if (keyfield->braced) in find_field()
/openbsd/gnu/llvm/llvm/docs/
H A DCodingStandards.rst473 Starting from C++11, there are significantly more uses of braced lists to
479 The historically common formatting of braced initialization of aggregate
482 formatting braced initialization lists: act as-if the braces were parentheses
608 calling constructors using braced initializer lists. Do not use these to call
613 don't use a braced initializer list. Instead, use a braced initializer list
636 If you use a braced initializer list when initializing a variable, use an equals before the open cu…
1607 ``if``/``else`` chain does not use braced bodies for either all or none of its
1666 // Use braces for the outer `if` since the nested `for` is braced.
/openbsd/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst962 If a function call or braced initializer list doesn't fit on a
2663 If ``true``, format braced lists as best suited for C++11 braced
2667 - No spaces inside the braced list.
2671 Fundamentally, C++11 braced lists are formatted exactly like function
2672 calls would be formatted in their place. If the braced list follows a name
4687 If ``true``, a space will be inserted before a C++11 braced list
H A DReleaseNotes.rst724 - Fix crash when passing a braced initializer list to a parentehsized aggregate
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-parse.in687 pedwarn ("ISO C forbids braced-groups within expressions");
2169 error ("braced-group within expression allowed only inside a function");
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td696 "parentheses are required around macro argument containing braced "
/openbsd/gnu/llvm/libcxx/docs/Status/
H A DCxx17Issues.csv7 "`2354 <https://wg21.link/LWG2354>`__","Unnecessary copying when inserting into maps with braced-in…
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlrebackslash.pod452 /(\w+) \g{1}/; # Same, using the safer braced notation
H A Dperl5340delta.pod55 Additionally, the comma in a regular expression braced quantifier may
H A Dperldocstyle.pod350 A curly-braced code block, or a subroutine reference.
H A Dperldata.pod586 access one of these members inside of a string is via the braced
H A Dperlcall.pod1049 was cleaning up temporaries when exiting the outer braced block, and because
H A Dperl5280delta.pod2317 Fixed parsing of braced subscript after parens. Fixes
H A Dperlsub.pod332 subroutine is simply a braced block of code, but when using a signature,
/openbsd/gnu/gcc/libcpp/po/
H A Dja.po2220 #~ msgid "ISO C forbids braced-groups within expressions"
2280 #~ msgid "braced-group within expression allowed only inside a function"
6151 #~ msgid "ISO C++ forbids braced-groups within expressions"
H A Dde.po2423 #~ msgid "ISO C forbids braced-groups within expressions"
2486 #~ msgid "braced-group within expression allowed only inside a function"
H A Drw.po3003 #~ msgid "ISO C forbids braced-groups within expressions"
3079 #~ msgid "braced-group within expression allowed only inside a function"
14386 #~ msgid "ISO C++ forbids braced-groups within expressions"
H A Dda.po20 # braced-group -> s�tningsblok
2623 #~ msgid "ISO C forbids braced-groups within expressions"
2681 #~ msgid "braced-group within expression allowed only inside a function"
11676 #~ msgid "ISO C++ forbids braced-groups within expressions"
/openbsd/gnu/usr.bin/gcc/gcc/po/
H A Dnl.po2418 msgid "ISO C forbids braced-groups within expressions"
2511 # 'braced-group'? Wie schrijft verdorie die foutmeldingen?
2513 msgid "braced-group within expression allowed only inside a function"
17053 msgid "ISO C++ forbids braced-groups within expressions"
H A Dbe.po2376 msgid "ISO C forbids braced-groups within expressions"
2461 msgid "braced-group within expression allowed only inside a function"
16562 msgid "ISO C++ forbids braced-groups within expressions"
H A Del.po2399 msgid "ISO C forbids braced-groups within expressions"
2484 msgid "braced-group within expression allowed only inside a function"
16806 msgid "ISO C++ forbids braced-groups within expressions"
H A Dgcc.pot2382 msgid "ISO C forbids braced-groups within expressions"
2466 msgid "braced-group within expression allowed only inside a function"
16623 msgid "ISO C++ forbids braced-groups within expressions"
/openbsd/gnu/gcc/gcc/cp/
H A DChangeLog-20045376 braced initializer.

12