| /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 | 778 unsigned Spaces = Current.SpacesRequiredBefore + ExtraSpaces; in addTokenOnCurrentLine() local 787 Spaces += State.FirstIndent; in addTokenOnCurrentLine() 798 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, Spaces, in addTokenOnCurrentLine() 799 State.Column + Spaces + PPColumnCorrection, in addTokenOnCurrentLine() 817 unsigned FirstColonPos = State.Column + Spaces + Current.ColumnWidth; in addTokenOnCurrentLine() 927 CurrentState.Indent = State.Column + Spaces; in addTokenOnCurrentLine() 984 State.Column += Spaces; in addTokenOnCurrentLine()
|
| H A D | Format.cpp | 788 static void mapping(IO &IO, FormatStyle::SpacesInParensCustom &Spaces) { in mapping() 789 IO.mapOptional("ExceptDoubleParentheses", Spaces.ExceptDoubleParentheses); in mapping() 790 IO.mapOptional("InCStyleCasts", Spaces.InCStyleCasts); in mapping() 791 IO.mapOptional("InConditionalStatements", Spaces.InConditionalStatements); in mapping() 792 IO.mapOptional("InEmptyParentheses", Spaces.InEmptyParentheses); in mapping() 793 IO.mapOptional("Other", Spaces.Other); in mapping()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Disasm.cpp | 406 unsigned Spaces = Indent * 2; in dumpFull() local 408 OS.indent(Spaces); in dumpFull() 411 OS.indent(Spaces) << "Metadata: " << getMetadataSize() << " bytes\n"; in dumpFull() 412 OS.indent(Spaces) << "Size: " << getSize() << " bytes\n"; in dumpFull() 413 OS.indent(Spaces) << "AllocSize: " << getAllocSize() << " bytes\n"; in dumpFull() 416 OS.indent(Spaces) << "Elements: " << getNumElems() << '\n'; in dumpFull() 421 OS.indent(Spaces) << "Element " << I << " offset: " << FO << '\n'; in dumpFull() 458 unsigned Spaces = Indent * 2; in dump() local 461 OS.indent(Spaces); in dump() 468 OS.indent(Spaces) << "Function: " << getFunction(); in dump() [all …]
|
| /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 | 78 bool Spaces) const { in referenceAsString() 82 Stream << "@" << LineNumber << (Spaces ? " " : ""); in referenceAsString()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DXILResource.cpp | 1075 RegisterSpace *S = BS->Spaces.empty() ? &BS->Spaces.emplace_back(B.Space) in populate() 1076 : &BS->Spaces.back(); in populate() 1080 S = &BS->Spaces.emplace_back(B.Space); in populate() 1122 for (auto *I = Spaces.begin(); I != Spaces.end(); ++I) { in getOrInsertSpace() 1127 return *Spaces.insert(I, Space); in getOrInsertSpace() 1129 return Spaces.emplace_back(Space); in getOrInsertSpace()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVObject.h | 192 std::string referenceAsString(uint32_t LineNumber, bool Spaces) const;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DXILResource.h | 670 llvm::SmallVector<RegisterSpace> Spaces; member
|
| /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/tzdata/ |
| H A D | NEWS | 626 Spaces and most other special characters in BUGEMAIL, PACKAGE,
|
| /freebsd/contrib/tzcode/ |
| H A D | NEWS | 626 Spaces and most other special characters in BUGEMAIL, PACKAGE,
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | AttrDocs.td | 4725 def DocOpenCLAddressSpaces : DocumentationCategory<"OpenCL Address Spaces"> {
|
| /freebsd/contrib/unbound/doc/ |
| H A D | Changelog | 4308 - Spaces instead of tabs in that log message.
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | terminfo.src | 20049 # 6 - Don't Send or Do Send Spaces
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 24916 {"_ZZN4llvm11raw_ostream6indentEjE6Spaces", "llvm::raw_ostream::indent(unsigned int)::Spaces"},
|