| /netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
| H A D | WhitespaceManager.cpp | 30 int Spaces, unsigned StartOfTokenColumn, in Change() argument 40 ContinuesPPDirective(ContinuesPPDirective), Spaces(Spaces), in Change() 47 unsigned Spaces, in replaceWhitespace() argument 54 Spaces, StartOfTokenColumn, Newlines, "", "", in replaceWhitespace() 78 unsigned Newlines, int Spaces) { in replaceWhitespaceInToken() argument 84 SourceRange(Start, Start.getLocWithOffset(ReplaceChars)), Spaces, in replaceWhitespaceInToken() 85 std::max(0, Spaces), Newlines, PreviousPostfix, CurrentPrefix, in replaceWhitespaceInToken() 163 Changes[i - 1].TokenLength + Changes[i - 1].Spaces; in calculateLineBreakInformation() 325 Changes[i].Spaces += Shift; in AlignTokenSequence() 361 Changes[i].Spaces += Shift; 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 220 unsigned Spaces, unsigned WhitespaceStartColumn, 222 unsigned appendTabIndent(std::string &Text, unsigned Spaces,
|
| H A D | ContinuationIndenter.cpp | 582 unsigned Spaces = Current.SpacesRequiredBefore + ExtraSpaces; in addTokenOnCurrentLine() local 590 Spaces += State.FirstIndent; in addTokenOnCurrentLine() 601 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, Spaces, in addTokenOnCurrentLine() 602 State.Column + Spaces + PPColumnCorrection); in addTokenOnCurrentLine() 618 unsigned FirstColonPos = State.Column + Spaces + Current.ColumnWidth; in addTokenOnCurrentLine() 654 State.Stack.back().Indent = State.Column + Spaces; in addTokenOnCurrentLine() 705 State.Column += Spaces; in addTokenOnCurrentLine()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
| H A D | ubsan_diag.cc | 302 unsigned Spaces = 0; in PrintMemorySnippet() local 309 Spaces += (P % 8) == 0 ? 2 : 1; in PrintMemorySnippet() 312 while (Spaces--) in PrintMemorySnippet() 320 Spaces += 2; in PrintMemorySnippet()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
| H A D | ubsan_diag.cc | 304 unsigned Spaces = 0; in PrintMemorySnippet() local 311 Spaces += (P % 8) == 0 ? 2 : 1; in PrintMemorySnippet() 314 while (Spaces--) in PrintMemorySnippet() 322 Spaces += 2; in PrintMemorySnippet()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
| H A D | ubsan_diag.cpp | 311 unsigned Spaces = 0; in PrintMemorySnippet() local 318 Spaces += (P % 8) == 0 ? 2 : 1; in PrintMemorySnippet() 321 while (Spaces--) in PrintMemorySnippet() 329 Spaces += 2; in PrintMemorySnippet()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/AMDGPU/ |
| 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 | 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 | 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 | 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 | gfx90a_waitcnt.rst | 41 These values may be specified in any order. Spaces, ampersands and commas may be used as optional s…
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| H A D | xgettext-csharp-3 | 17 // Spaces from end of comment are removed. %GetString("dummy");
|
| H A D | mm-viet.pot | 1201 msgid "Indentation with Spaces"
|
| /netbsd-src/external/gpl3/gcc/dist/libcody/ |
| H A D | CODING.md | 22 * Spaces between binary operators. Particularly in a function call,
|
| /netbsd-src/external/gpl2/dtc/dist/Documentation/ |
| H A D | dts-format.txt | 61 represented by two hexadecimal digits. Spaces between each byte are
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | NVPTXUsage.rst | 71 Address Spaces 565 Address Spaces
|
| H A D | CodingStandards.rst | 1449 Spaces Before Parentheses
|
| H A D | AMDGPUUsage.rst | 586 Address Spaces 599 .. table:: AMDGPU Address Spaces 3428 Memory Spaces 3433 .. table:: AMDHSA Memory Spaces
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | extend.texi | 42 * Named Address Spaces::Named address spaces. 1447 @node Named Address Spaces 1448 @section Named Address Spaces 1449 @cindex Named Address Spaces 1462 @anchor{AVR Named Address Spaces} 1463 @subsection AVR Named Address Spaces 1491 @cindex @code{__flash} AVR Named Address Spaces 1501 @cindex @code{__flash1} AVR Named Address Spaces 1502 @cindex @code{__flash2} AVR Named Address Spaces 1503 @cindex @code{__flash3} AVR Named Address Spaces [all …]
|
| H A D | gcc.info | 20586 * If a *note named address space: AVR Named Address Spaces. other 20612 Spaces:: and *note AVR Built-in Functions::. 32463 * Named Address Spaces::Named address spaces. 33535 File: gcc.info, Node: Fixed-Point, Next: Named Address Spaces, Prev: Hex Floats, Up: C Extensio… 33605 File: gcc.info, Node: Named Address Spaces, Next: Zero Length, Prev: Fixed-Point, Up: C Extensi… 33607 6.17 Named Address Spaces 33621 6.17.1 AVR Named Address Spaces 33754 6.17.2 M32C Named Address Spaces 33762 6.17.3 PRU Named Address Spaces 33777 6.17.4 RL78 Named Address Spaces [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | FileCheck.rst | 838 literal, or a function. Spaces are accepted before, after and between any of
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | extend.texi | 42 * Named Address Spaces::Named address spaces. 1380 @node Named Address Spaces 1381 @section Named Address Spaces 1382 @cindex Named Address Spaces 1395 @anchor{AVR Named Address Spaces} 1396 @subsection AVR Named Address Spaces 1424 @cindex @code{__flash} AVR Named Address Spaces 1434 @cindex @code{__flash1} AVR Named Address Spaces 1435 @cindex @code{__flash2} AVR Named Address Spaces 1436 @cindex @code{__flash3} AVR Named Address Spaces [all …]
|
| H A D | gcc.info | 18530 * If a *note named address space: AVR Named Address Spaces. other 18556 Spaces:: and *note AVR Built-in Functions::. 29373 * Named Address Spaces::Named address spaces. 30388 File: gcc.info, Node: Fixed-Point, Next: Named Address Spaces, Prev: Hex Floats, Up: C Extensio… 30458 File: gcc.info, Node: Named Address Spaces, Next: Zero Length, Prev: Fixed-Point, Up: C Extensi… 30460 6.17 Named Address Spaces 30474 6.17.1 AVR Named Address Spaces 30607 6.17.2 M32C Named Address Spaces 30615 6.17.3 RL78 Named Address Spaces 30623 6.17.4 x86 Named Address Spaces [all …]
|
| /netbsd-src/external/mit/isl/dist/doc/ |
| H A D | user.pod | 109 =item * Spaces of maps, sets and parameter domains are now 926 of dimensions and/or different names (see L<"Spaces">). 1027 =head2 Spaces section in Integer Set Library 1039 Local spaces (see L</"Local Spaces">) also contain dimensions 1076 Spaces can be compared using the following functions: 1963 Spaces can be nested. In particular, the domain of a set or 1972 Spaces can be created from other spaces 1976 =head2 Local Spaces
|
| /netbsd-src/external/gpl2/texinfo/dist/doc/ |
| H A D | texinfo.txi | 460 * Multiple Spaces:: Inserting multiple spaces. 5098 @cindex Spaces in node name 5099 Spaces before and after names on the @samp{@@node} line are ignored, 5276 Spaces are always ignored after @code{@@anchor}. 5376 @cindex Spaces, in menus 10081 * Multiple Spaces:: Inserting multiple spaces. 10188 @node Multiple Spaces 10189 @subsection Multiple Spaces 11593 space (@pxref{Multiple Spaces}). 13496 @cindex Spaces in macros [all …]
|