Home
last modified time | relevance | path

Searched refs:Trailing (Results 1 – 25 of 69) sorted by relevance

123

/external/llvm-project/clang-tools-extra/clangd/
DFormat.cpp133 StringRef Trailing = firstLine(Code.substr(Cursor)); in getIncrementalChangesAfterNewline() local
141 StringRef NextLine = firstLine(Code.substr(Cursor + Trailing.size() + 1)); in getIncrementalChangesAfterNewline()
144 StringRef TrailingTrim = Trailing.ltrim(); in getIncrementalChangesAfterNewline()
145 if (unsigned TrailWS = Trailing.size() - TrailingTrim.size()) in getIncrementalChangesAfterNewline()
147 replacement(Code, StringRef(Trailing.begin(), TrailWS), ""))); in getIncrementalChangesAfterNewline()
173 Trailing.startswith("}")) { in getIncrementalChangesAfterNewline()
175 Result.Changes.add(replacement(Code, Trailing.take_front(1), "\n}"))); in getIncrementalChangesAfterNewline()
178 tooling::Range(Trailing.data() - Code.data() + 1, 1)); in getIncrementalChangesAfterNewline()
/external/llvm/test/Assembler/
Dinvalid-datalayout6.ll3 ; CHECK: Trailing separator in datalayout string
/external/llvm-project/llvm/test/Assembler/
Dinvalid-datalayout6.ll3 ; CHECK: Trailing separator in datalayout string
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-convert-member-functions-to-static.cpp140 struct Trailing { struct
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/Inputs/
Ddebug_line_reserved_length.s32 # Trailing good section
Ddebug_line_malformed.s471 # Trailing good section.
/external/grpc-grpc/
DCONCEPTS.md57 …` terminated with a mandatory `Status` and optional `Status-Metadata` (a.k.a.,`Trailing-Metadata`).
60 …P/2 frames at the sender and reassembled at the receiver. `Status` and `Trailing-Metadata` are sen…
/external/rust/crates/grpcio-sys/grpc/
DCONCEPTS.md57 …` terminated with a mandatory `Status` and optional `Status-Metadata` (a.k.a.,`Trailing-Metadata`).
60 …P/2 frames at the sender and reassembled at the receiver. `Status` and `Trailing-Metadata` are sen…
/external/llvm-project/mlir/test/Dialect/Quant/
Dparse-uniform.mlir14 // Trailing whitespace.
/external/llvm-project/libcxx/docs/DesignDocs/
DExtendedCXX03Support.rst36 * Trailing return types.
/external/llvm/lib/Target/PowerPC/
Dp9-instrs.txt70 // Count Trailing Zeros Word X-form p95
75 // Count Trailing Zeros Doubleword X-form p98
412 // Vector Count Trailing Zeros Instructions, 362
DREADME_P9.txt38 - Vector Count Leading/Trailing Zero LSB. Result is placed into GPR[rD]:
44 - Vector Count Trailing Zeros: vctzb vctzh vctzw vctzd
/external/starlark-go/syntax/testdata/
Derrors.star198 # Trailing tuple commas are permitted only within parens; see b/28867036.
/external/google-styleguide/docguide/
Dstyle.md18 1. [Trailing whitespace](#trailing-whitespace)
102 ## Trailing whitespace
/external/curl/docs/
DCHECKSRC.md103 - `TRAILINGSPACE`: Trailing whitespace on the line
/external/starlark-go/starlark/testdata/
Dpaths.star117 - Trailing slashes are removed, unless the path consists solely of slashes.
/external/clang/docs/
DControlFlowIntegrityDesign.rst112 Stripping Leading/Trailing Zeros in Bit Vectors
195 those sub-hierarchies need to be (see "Stripping Leading/Trailing Zeros in Bit
/external/protobuf/csharp/protos/
Dunittest_proto3.proto403 string text = 1; // Trailing field comment
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
DIDNATestInput.txt486 desc: 2-3-2-2 If UseSTD3ASCIIRules: Trailing hyphen before Nameprep
530 desc: 2-3-4-2 If UseSTD3ASCIIRules: Trailing hyphen after Nameprep
/external/llvm-project/llvm/lib/Target/PowerPC/
DREADME_P9.txt38 - Vector Count Leading/Trailing Zero LSB. Result is placed into GPR[rD]:
44 - Vector Count Trailing Zeros: vctzb vctzh vctzw vctzd
/external/icu/icu4c/source/test/testdata/
Didna_conf.txt486 desc: 2-3-2-2 If UseSTD3ASCIIRules: Trailing hyphen before Nameprep
530 desc: 2-3-4-2 If UseSTD3ASCIIRules: Trailing hyphen after Nameprep
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/
DIDNATestInput.txt486 desc: 2-3-2-2 If UseSTD3ASCIIRules: Trailing hyphen before Nameprep
530 desc: 2-3-4-2 If UseSTD3ASCIIRules: Trailing hyphen after Nameprep
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DREADME_P9.txt38 - Vector Count Leading/Trailing Zero LSB. Result is placed into GPR[rD]:
44 - Vector Count Trailing Zeros: vctzb vctzh vctzw vctzd
/external/python/cpython3/Lib/email/
Darchitecture.rst165 Trailing carriage return and/or linefeed characters are stripped from the
/external/arm-trusted-firmware/docs/process/
Dcoding-style.rst75 Trailing whitespace is not allowed and must be trimmed.

123