Home
last modified time | relevance | path

Searched refs:Spaces (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp37 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 DWhitespaceManager.h52 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 DContinuationIndenter.cpp778 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 DFormat.cpp788 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 DDisasm.cpp406 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 Dubsan_diag.cpp317 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 DLVObject.cpp78 bool Spaces) const { in referenceAsString()
82 Stream << "@" << LineNumber << (Spaces ? " " : ""); in referenceAsString()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILResource.cpp1075 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 DLVObject.h192 std::string referenceAsString(uint32_t LineNumber, bool Spaces) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDXILResource.h670 llvm::SmallVector<RegisterSpace> Spaces; member
/freebsd/lib/libomp/
H A Dkmp_i18n_default.inc353 "%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 Den_US.txt416 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 DNEWS626 Spaces and most other special characters in BUGEMAIL, PACKAGE,
/freebsd/contrib/tzcode/
H A DNEWS626 Spaces and most other special characters in BUGEMAIL, PACKAGE,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td4725 def DocOpenCLAddressSpaces : DocumentationCategory<"OpenCL Address Spaces"> {
/freebsd/contrib/unbound/doc/
H A DChangelog4308 - Spaces instead of tabs in that log message.
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src20049 # 6 - Don't Send or Do Send Spaces
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc24916 {"_ZZN4llvm11raw_ostream6indentEjE6Spaces", "llvm::raw_ostream::indent(unsigned int)::Spaces"},