HomeSort by: relevance | last modified time | path
    Searched refs:Spaces (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
WhitespaceManager.h 50 /// this replacement. It is needed for determining how \p Spaces is turned
51 /// into tabs and spaces for some format styles.
52 void replaceWhitespace(FormatToken &Tok, unsigned Newlines, unsigned Spaces,
66 /// Inserts \p PreviousPostfix, \p Newlines, \p Spaces and \p CurrentPrefix
70 /// Note: \p Spaces can be negative to retain information about initial
73 /// alignment here. In all other cases negative \p Spaces will be truncated to
76 /// When \p InPPDirective is true, escaped newlines are inserted. \p Spaces is
82 unsigned Newlines, int Spaces);
104 /// \p PreviousLinePostfix, \p NewlinesBefore line breaks, \p Spaces spaces
    [all...]
WhitespaceManager.cpp 30 int Spaces, unsigned StartOfTokenColumn,
40 ContinuesPPDirective(ContinuesPPDirective), Spaces(Spaces),
47 unsigned Spaces,
54 Spaces, StartOfTokenColumn, Newlines, "", "",
64 Tok.WhitespaceRange, /*Spaces=*/0,
78 unsigned Newlines, int Spaces) {
84 SourceRange(Start, Start.getLocWithOffset(ReplaceChars)), Spaces,
85 std::max(0, Spaces), Newlines, PreviousPostfix, CurrentPrefix,
163 Changes[i - 1].TokenLength + Changes[i - 1].Spaces;
    [all...]
ContinuationIndenter.cpp 582 unsigned Spaces = Current.SpacesRequiredBefore + ExtraSpaces;
590 Spaces += State.FirstIndent;
601 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, Spaces,
602 State.Column + Spaces + PPColumnCorrection);
618 unsigned FirstColonPos = State.Column + Spaces + Current.ColumnWidth;
654 State.Stack.back().Indent = State.Column + Spaces;
705 State.Column += Spaces;
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.cc 304 unsigned Spaces = 0;
311 Spaces += (P % 8) == 0 ? 2 : 1;
314 while (Spaces--)
322 Spaces += 2;
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_diag.cpp 317 unsigned Spaces = 0;
324 Spaces += (P % 8) == 0 ? 2 : 1;
327 while (Spaces--)
335 Spaces += 2;
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_diag.cpp 311 unsigned Spaces = 0;
318 Spaces += (P % 8) == 0 ? 2 : 1;
321 while (Spaces--)
329 Spaces += 2;
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-csharp-3 17 // Spaces from end of comment are removed. %GetString("dummy");
96 #. Spaces from end of comment are removed.
  /src/usr.bin/make/unit-tests/
varmod-gmtime.mk 67 # Spaces were allowed before var.c 1.631 from 2020-10-31 21:40:20, not
cond-func-empty.mk 106 # neither leading nor trailing spaces are trimmed in the argument of the
107 # function. If the spaces were trimmed, the variable name would be "", and
153 # There may be spaces outside the parentheses.
154 # Spaces inside the parentheses are interpreted as part of the variable name.
160 ${:U WORD }= variable name with spaces

Completed in 19 milliseconds