/openbsd/gnu/usr.bin/perl/ |
H A D | dquote.c | 88 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 D | proto.h | 6779 …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 D | texindex.c | 74 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 D | CodingStandards.rst | 473 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 D | ClangFormatStyleOptions.rst | 962 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 D | ReleaseNotes.rst | 724 - Fix crash when passing a braced initializer list to a parentehsized aggregate
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-parse.in | 687 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 D | DiagnosticLexKinds.td | 696 "parentheses are required around macro argument containing braced "
|
/openbsd/gnu/llvm/libcxx/docs/Status/ |
H A D | Cxx17Issues.csv | 7 "`2354 <https://wg21.link/LWG2354>`__","Unnecessary copying when inserting into maps with braced-in…
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlrebackslash.pod | 452 /(\w+) \g{1}/; # Same, using the safer braced notation
|
H A D | perl5340delta.pod | 55 Additionally, the comma in a regular expression braced quantifier may
|
H A D | perldocstyle.pod | 350 A curly-braced code block, or a subroutine reference.
|
H A D | perldata.pod | 586 access one of these members inside of a string is via the braced
|
H A D | perlcall.pod | 1049 was cleaning up temporaries when exiting the outer braced block, and because
|
H A D | perl5280delta.pod | 2317 Fixed parsing of braced subscript after parens. Fixes
|
H A D | perlsub.pod | 332 subroutine is simply a braced block of code, but when using a signature,
|
/openbsd/gnu/gcc/libcpp/po/ |
H A D | ja.po | 2220 #~ 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 D | de.po | 2423 #~ msgid "ISO C forbids braced-groups within expressions" 2486 #~ msgid "braced-group within expression allowed only inside a function"
|
H A D | rw.po | 3003 #~ 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 D | da.po | 20 # 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 D | nl.po | 2418 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 D | be.po | 2376 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 D | el.po | 2399 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 D | gcc.pot | 2382 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 D | ChangeLog-2004 | 5376 braced initializer.
|