Searched refs:braced (Results 1 – 20 of 20) sorted by relevance
/external/clang/docs/ |
D | ClangFormatStyleOptions.rst | 236 Allows contracting simple braced statements to a single line. 440 If ``true``, format braced lists as best suited for C++11 braced 444 - No spaces inside the braced list. 448 Fundamentally, C++11 braced lists are formatted exactly like function 449 calls would be formatted in their place. If the braced list follows a name
|
D | LanguageExtensions.rst | 636 generalized initializers (using braced lists and ``std::initializer_list``) is
|
/external/parameter-framework/upstream/ |
D | .clang-format | 36 # Disallows contracting simple braced statements to a single line
|
/external/llvm/docs/ |
D | CodingStandards.rst | 138 constructors, and MSVC 2013 has problems when braced initializer lists are 558 With C++11, there are significantly more uses of braced lists to perform 566 The historically common formatting of braced initialization of aggregate 569 formatting braced initialization lists: act as-if the braces were parentheses 737 constructors using braced initializer lists. Do not use these to call 742 don't use a braced initializer list. Instead, use a braced initializer list 765 If you use a braced initializer list when initializing a variable, use an equals before the open cu…
|
/external/bison/tests/ |
D | regression.at | 1032 # Bison once mistook braced code in a declaration in the rules section to be a 1049 " subsequent braced code.\n"); 1072 [[Bison would once convert this action to a midrule because of the subsequent braced code.
|
D | input.at | 870 // Used to report a syntax error because it didn't see braced code.
|
/external/pcre/dist2/src/ |
D | pcre2_compile.c | 1873 BOOL braced, negated, overflow; in PRIV() local 1963 braced = TRUE; in PRIV() 1966 else braced = FALSE; in PRIV() 1994 if (braced && *(++ptr) != CHAR_RIGHT_CURLY_BRACKET) in PRIV()
|
/external/python/cpython2/Doc/library/ |
D | string.rst | 744 non-braced placeholders (the braces will be added automatically as 760 * *braced* -- This group matches the brace enclosed placeholder name; it should
|
/external/clang/include/clang/Basic/ |
D | DiagnosticLexKinds.td | 523 "parentheses are required around macro argument containing braced "
|
D | DiagnosticSemaKinds.td | 4559 "braces around scalar initializer">, InGroup<DiagGroup<"braced-scalar-init">>;
|
/external/bison/doc/ |
D | bison.texi | 3364 @cindex braced code 3365 This is an example of @dfn{braced code}, that is, C code surrounded by 3368 does not check the braced code for correctness directly; it merely 3372 Within braced code, the balanced-brace count is not affected by braces 3375 braces. At the top level braced code must be terminated by @samp{@}} 3376 and not by a digraph. Bison does not look for trigraphs, so if braced 3589 An action consists of braced code containing C statements, and can be 4561 followed by braced code containing the same thing that goes inside a 4672 Declare that the braced @var{code} must be invoked before parsing each time 4712 Invoke the braced @var{code} whenever the parser discards one of the [all …]
|
D | bison.info | 3680 This is an example of "braced code", that is, C code surrounded by 3683 does not check the braced code for correctness directly; it merely 3687 Within braced code, the balanced-brace count is not affected by 3690 the top level braced code must be terminated by `}' and not by a 3691 digraph. Bison does not look for trigraphs, so if braced code uses 3866 An action consists of braced code containing C statements, and can be 4661 braced code containing the same thing that goes inside a `union' in C. 4744 Declare that the braced CODE must be invoked before parsing each 4779 Invoke the braced CODE whenever the parser discards one of the 4894 Invoke the braced CODE whenever the parser displays one of the [all …]
|
/external/pcre/dist2/testdata/ |
D | testoutput2 | 7525 Failed: error 157 at offset 8: \g is not followed by a braced, angle-bracketed, or quoted name/numb… 8530 Failed: error 169 at offset 1: \k is not followed by a braced, angle-bracketed, or quoted name 8533 Failed: error 169 at offset 1: \k is not followed by a braced, angle-bracketed, or quoted name 8569 Failed: error 157 at offset 8: \g is not followed by a braced, angle-bracketed, or quoted name/numb… 13128 Failed: error 157 at offset 2: \g is not followed by a braced, angle-bracketed, or quoted name/numb… 13131 Failed: error 157 at offset 2: \g is not followed by a braced, angle-bracketed, or quoted name/numb…
|
/external/bison/ |
D | NEWS | 721 action ending with a cpp directive or a braced compound initializer),
|
D | ChangeLog-2012 | 7834 Fix bug that mistakes braced code in a declaration in the rules section 7838 scanning of any braced code to... 7839 * src/parse-gram.y (rhs): ... the parsing of braced code as a rule 13687 last brace in braced code when not in Yacc mode, for compatibility 13851 has (or usually has) an immediately-following braced code. 13853 to return when scanning braced code.
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 9732 Codepoints less than 256 can be specified in patterns by either braced 9734 Larger values have to use braced sequences. Unbraced octal code points
|
/external/bison/build-aux/ |
D | texinfo.tex | 2861 % except specified as a normal braced arg, so no newlines to worry about.
|
/external/libmicrohttpd/doc/ |
D | texinfo.tex | 2862 % except specified as a normal braced arg, so no newlines to worry about.
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | texinfo.tex | 2862 % except specified as a normal braced arg, so no newlines to worry about.
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|