Home
last modified time | relevance | path

Searched refs:Commas (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormatToken.cpp137 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 DFormatToken.h882 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 Dbinutils.info358 or blanks. Commas are shown in the explanations below, for
H A Dbinutils.texi527 blanks. Commas are shown in the explanations below, for clarity.
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/doc/
H A Dbinutils.texi530 blanks. Commas are shown in the explanations below, for clarity.
/openbsd-src/gnu/llvm/clang/docs/
H A DUsersManual.rst3095 - Commas are allowed in integer constant expressions in ``*99`` modes.
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dcpp.texi3548 Commas within nested parentheses are not treated as argument
H A Dextend.texi3713 output operand from the first input, if any. Commas separate the
/openbsd-src/gnu/gcc/gcc/doc/
H A Dcpp.texi3657 Commas within nested parentheses are not treated as argument
H A Dcpp.info3317 Commas within nested parentheses are not treated as argument
H A Dextend.texi3980 output operand from the first input, if any. Commas separate the
H A Dgcc.info17597 output operand from the first input, if any. Commas separate the
/openbsd-src/gnu/usr.bin/texinfo/doc/
H A Dtexinfo.txi5873 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 Dperlfunc.pod
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-20029183 Commas and `if's in a macro's expansion don't terminate the input.
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlfunc.pod30 Commas should separate literal elements of the LIST.