Searched refs:Commas (Results 1 – 16 of 16) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | FormatToken.cpp | 137 if (Item < Commas.size() && State.NextToken->Previous == Commas[Item]) { in formatAfterToken() 185 Commas.size() < 19) { in precomputeFormattingInfos() 192 if (Token->is(TT_ArrayInitializerLSquare) && Commas.size() < 19) in precomputeFormattingInfos() 207 MustBreakBeforeItem.reserve(Commas.size() + 1); in precomputeFormattingInfos() 208 EndOfLineItemLength.reserve(Commas.size() + 1); in precomputeFormattingInfos() 209 ItemLengths.reserve(Commas.size() + 1); in precomputeFormattingInfos() 212 for (unsigned i = 0, e = Commas.size() + 1; i != e; ++i) { in precomputeFormattingInfos() 224 if (i == Commas.size()) { in precomputeFormattingInfos() 239 ItemEnd = Commas[i]; in precomputeFormattingInfos() 259 if (Commas.size() < 5 || HasSeparatingComment) in precomputeFormattingInfos() [all …]
|
| H A D | FormatToken.h | 882 Commas.push_back(Token); in CommaFound() 886 if (Commas.empty()) in lastComma() 888 return Commas.back(); in lastComma() 913 SmallVector<const FormatToken *, 8> Commas; variable
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/doc/ |
| H A D | binutils.info | 358 or blanks. Commas are shown in the explanations below, for
|
| H A D | binutils.texi | 527 blanks. Commas are shown in the explanations below, for clarity.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/doc/ |
| H A D | binutils.texi | 530 blanks. Commas are shown in the explanations below, for clarity.
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | UsersManual.rst | 3095 - Commas are allowed in integer constant expressions in ``*99`` modes.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | cpp.texi | 3548 Commas within nested parentheses are not treated as argument
|
| H A D | extend.texi | 3713 output operand from the first input, if any. Commas separate the
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | cpp.texi | 3657 Commas within nested parentheses are not treated as argument
|
| H A D | cpp.info | 3317 Commas within nested parentheses are not treated as argument
|
| H A D | extend.texi | 3980 output operand from the first input, if any. Commas separate the
|
| H A D | gcc.info | 17597 output operand from the first input, if any. Commas separate the
|
| /openbsd-src/gnu/usr.bin/texinfo/doc/ |
| H A D | texinfo.txi | 5873 Commas separate arguments in a cross reference; 10044 @cindex Commas, inserting 13657 Commas in macro arguments, even if escaped by a backslash, don't
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Perldoc/corpus/ |
| H A D | perlfunc.pod | |
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ChangeLog-2002 | 9183 Commas and `if's in a macro's expansion don't terminate the input.
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlfunc.pod | 30 Commas should separate literal elements of the LIST.
|