/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | WhitespaceManager.cpp | 37 int Spaces, unsigned StartOfTokenColumn, in Change() argument 47 ContinuesPPDirective(ContinuesPPDirective), Spaces(Spaces), in Change() 54 unsigned Spaces, in replaceWhitespace() argument 61 Spaces, StartOfTokenColumn, Newlines, "", "", in replaceWhitespace() 91 unsigned Newlines, int Spaces) { in replaceWhitespaceInToken() argument 97 SourceRange(Start, Start.getLocWithOffset(ReplaceChars)), Spaces, in replaceWhitespaceInToken() 98 std::max(0, Spaces), Newlines, PreviousPostfix, CurrentPrefix, in replaceWhitespaceInToken() 186 LastOutsideTokenChange->TokenLength += PrevTokLength + P.Spaces; in calculateLineBreakInformation() 353 CurrentChange.Spaces += Shift; in AlignTokenSequence() 357 CurrentChange.Spaces = in AlignTokenSequence() [all …]
|
H A D | WhitespaceManager.h | 52 void replaceWhitespace(FormatToken &Tok, unsigned Newlines, unsigned Spaces, 82 unsigned Newlines, int Spaces); 110 SourceRange OriginalWhitespaceRange, int Spaces, 137 int Spaces; member 357 unsigned Spaces, unsigned WhitespaceStartColumn, 359 unsigned appendTabIndent(std::string &Text, unsigned Spaces,
|
H A D | ContinuationIndenter.cpp | 738 unsigned Spaces = Current.SpacesRequiredBefore + ExtraSpaces; in addTokenOnCurrentLine() local 747 Spaces += State.FirstIndent; in addTokenOnCurrentLine() 758 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, Spaces, in addTokenOnCurrentLine() 759 State.Column + Spaces + PPColumnCorrection, in addTokenOnCurrentLine() 777 unsigned FirstColonPos = State.Column + Spaces + Current.ColumnWidth; in addTokenOnCurrentLine() 835 CurrentState.Indent = State.Column + Spaces; in addTokenOnCurrentLine() 889 State.Column += Spaces; in addTokenOnCurrentLine()
|
H A D | Format.cpp | 731 static void mapping(IO &IO, FormatStyle::SpacesInParensCustom &Spaces) { in mapping() 732 IO.mapOptional("ExceptDoubleParentheses", Spaces.ExceptDoubleParentheses); in mapping() 733 IO.mapOptional("InCStyleCasts", Spaces.InCStyleCasts); in mapping() 734 IO.mapOptional("InConditionalStatements", Spaces.InConditionalStatements); in mapping() 735 IO.mapOptional("InEmptyParentheses", Spaces.InEmptyParentheses); in mapping() 736 IO.mapOptional("Other", Spaces.Other); in mapping()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Disasm.cpp | 264 unsigned Spaces = Indent * 2; in dump() local 267 OS.indent(Spaces); in dump() 274 OS.indent(Spaces) << "Function: " << getFunction(); in dump() 279 OS.indent(Spaces) << "This: " << getThis() << "\n"; in dump() 280 OS.indent(Spaces) << "RVO: " << getRVOPtr() << "\n"; in dump()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag.cpp | 317 unsigned Spaces = 0; in PrintMemorySnippet() local 324 Spaces += (P % 8) == 0 ? 2 : 1; in PrintMemorySnippet() 327 while (Spaces--) in PrintMemorySnippet() 335 Spaces += 2; in PrintMemorySnippet()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVObject.cpp | 80 bool Spaces) const { in referenceAsString() 84 Stream << "@" << LineNumber << (Spaces ? " " : ""); in referenceAsString()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVObject.h | 187 std::string referenceAsString(uint32_t LineNumber, bool Spaces) const;
|
/freebsd/lib/libomp/ |
H A D | kmp_i18n_default.inc | 353 "%1$s: Spaces between digits are not allowed \"%2$s\".", 371 "%1$s: Spaces between digits are not allowed \"%2$s\".",
|
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/ |
H A D | en_US.txt | 416 NthSpacesNotAllowed "%1$s: Spaces between digits are not allowed \"%2$s\"." 435 EnvSpacesNotAllowed "%1$s: Spaces between digits are not allowed \"%2$s\"."
|
/freebsd/contrib/diff/doc/ |
H A D | diff.texi | 3268 @acronym{POSIX}. Spaces are significant in the following list, and
|
/freebsd/contrib/tzcode/ |
H A D | NEWS | 254 Spaces and most other special characters in BUGEMAIL, PACKAGE,
|
/freebsd/contrib/tzdata/ |
H A D | NEWS | 357 Spaces and most other special characters in BUGEMAIL, PACKAGE,
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | AttrDocs.td | 3972 def DocOpenCLAddressSpaces : DocumentationCategory<"OpenCL Address Spaces"> {
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 3776 - Spaces instead of tabs in that log message.
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 19626 # 6 - Don't Send or Do Send Spaces
|