| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | WhitespaceManager.cpp | 42 ContinuesPPDirective(ContinuesPPDirective), Spaces(Spaces), in Change() 344 Changes[i].Spaces = in AlignTokenSequence() 1360 Changes[i].Spaces = Changes[Start].Spaces; in alignToStartOfCell() 1401 std::max((int)C.StartOfTokenColumn, C.Spaces) - std::max(0, C.Spaces), in generateChanges() 1442 unsigned Spaces = in appendEscapedNewlineText() local 1466 if (Spaces < FirstTabWidth || Spaces == 1) { in appendIndentText() 1484 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText() 1490 Spaces = appendTabIndent(Text, Spaces, Spaces); in appendIndentText() 1497 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText() 1509 Indentation = Spaces; in appendTabIndent() [all …]
|
| H A D | WhitespaceManager.h | 57 void replaceWhitespace(FormatToken &Tok, unsigned Newlines, unsigned Spaces, 87 unsigned Newlines, int Spaces); 115 SourceRange OriginalWhitespaceRange, int Spaces, 142 int Spaces; member 344 unsigned Spaces, unsigned WhitespaceStartColumn, 346 unsigned appendTabIndent(std::string &Text, unsigned Spaces,
|
| H A D | ContinuationIndenter.cpp | 653 unsigned Spaces = Current.SpacesRequiredBefore + ExtraSpaces; in addTokenOnCurrentLine() local 662 Spaces += State.FirstIndent; in addTokenOnCurrentLine() 673 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, Spaces, in addTokenOnCurrentLine() 674 State.Column + Spaces + PPColumnCorrection); in addTokenOnCurrentLine() 691 unsigned FirstColonPos = State.Column + Spaces + Current.ColumnWidth; in addTokenOnCurrentLine() 730 CurrentState.Indent = State.Column + Spaces; in addTokenOnCurrentLine() 784 State.Column += Spaces; in addTokenOnCurrentLine()
|
| /llvm-project-15.0.7/clang/unittests/Format/ |
| H A D | FormatTest.cpp | 10063 Spaces); in TEST_F() 15607 Spaces); in TEST_F() 15610 Spaces); in TEST_F() 15613 Spaces); in TEST_F() 15618 Spaces); in TEST_F() 15622 Spaces); in TEST_F() 15627 Spaces); in TEST_F() 15648 Spaces); in TEST_F() 15651 Spaces); in TEST_F() 15656 Spaces); in TEST_F() [all …]
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-if-else/ |
| H A D | test.txt | 19 # Spaces inside curly braces are not ignored 66 # Spaces between %if and %else are ignored. If there is no %else - 81 # Spaces are not required
|
| /llvm-project-15.0.7/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.cpp | 309 unsigned Spaces = 0; in PrintMemorySnippet() local 316 Spaces += (P % 8) == 0 ? 2 : 1; in PrintMemorySnippet() 319 while (Spaces--) in PrintMemorySnippet() 327 Spaces += 2; in PrintMemorySnippet()
|
| /llvm-project-15.0.7/llvm/docs/AMDGPU/ |
| H A D | gfx1030_waitcnt_depctr.rst | 32 …These values may be specified in any order. Spaces, ampersands and commas may be used as optional …
|
| H A D | gfx10_waitcnt_depctr.rst | 31 …These values may be specified in any order. Spaces, ampersands and commas may be used as optional …
|
| H A D | gfx1030_waitcnt.rst | 41 These values may be specified in any order. Spaces, ampersands and commas may be used as optional s…
|
| H A D | gfx7_waitcnt.rst | 41 These values may be specified in any order. Spaces, ampersands and commas may be used as optional s…
|
| H A D | gfx8_waitcnt.rst | 41 These values may be specified in any order. Spaces, ampersands and commas may be used as optional s…
|
| H A D | gfx9_waitcnt.rst | 41 These values may be specified in any order. Spaces, ampersands and commas may be used as optional s…
|
| H A D | gfx10_waitcnt.rst | 41 These values may be specified in any order. Spaces, ampersands and commas may be used as optional s…
|
| H A D | gfx940_waitcnt.rst | 41 These values may be specified in any order. Spaces, ampersands and commas may be used as optional s…
|
| H A D | gfx90a_waitcnt.rst | 41 These values may be specified in any order. Spaces, ampersands and commas may be used as optional s…
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ar/ |
| H A D | response.test | 8 ## Quotes and Spaces.
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | make-shared.cpp | 303 auto Spaces = std :: shared_ptr <int>(new int()); in whitespaces() local
|
| H A D | make-unique.cpp | 530 auto Spaces = std :: unique_ptr <int>(new int()); in whitespaces() local
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/ |
| H A D | use-auto.rst | 185 Spaces between multi-lexeme type names (``long int``) are considered as one.
|
| /llvm-project-15.0.7/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\"."
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | NVPTXUsage.rst | 71 Address Spaces 565 Address Spaces
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | EnumAttr.td | 274 // Spaces in the separator string are used for printing, but will be optional
|
| /llvm-project-15.0.7/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/ |
| H A D | AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md | 21 - [4.3.4 Address Spaces](#address-spaces) 749 ### 4.3.4 Address Spaces 760  771  776  782  789  804 
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | FileCheck.rst | 836 literal, or a function. Spaces are accepted before, after and between any of
|
| /llvm-project-15.0.7/polly/lib/External/isl/doc/ |
| H A D | user.pod | 109 =item * Spaces of maps, sets and parameter domains are now 891 of dimensions and/or different names (see L<"Spaces">). 989 =head2 Spaces section in Integer Set Library 1001 Local spaces (see L</"Local Spaces">) also contain dimensions 1038 Spaces can be compared using the following functions: 1925 Spaces can be nested. In particular, the domain of a set or 1934 Spaces can be created from other spaces 1938 =head2 Local Spaces
|