Home
last modified time | relevance | path

Searched refs:Lengths (Results 1 – 25 of 31) sorted by relevance

12

/external/clang/tools/clang-format/
DClangFormat.cpp46 Lengths("length", variable
142 if (!Offsets.empty() || !Lengths.empty()) { in fillRanges()
170 if (Offsets.size() != Lengths.size() && in fillRanges()
171 !(Offsets.size() == 1 && Lengths.empty())) { in fillRanges()
183 if (i < Lengths.size()) { in fillRanges()
184 if (Offsets[i] + Lengths[i] > Code->getBufferSize()) { in fillRanges()
185 errs() << "error: invalid length " << Lengths[i] in fillRanges()
186 << ", offset + length (" << Offsets[i] + Lengths[i] in fillRanges()
190 End = Start.getLocWithOffset(Lengths[i]); in fillRanges()
356 if (!Offsets.empty() || !Lengths.empty() || !LineRanges.empty()) { in main()
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/Inputs/
Ddebug_line_malformed.s14 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
55 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
75 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
101 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
130 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
163 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
192 .byte 0, 1, 1, 1, 1, 0, 0, 0, 0, 1 # Standard Opcode Lengths
213 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
246 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
273 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
[all …]
Ddebug_line_reserved_length.s14 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
44 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
/external/llvm-project/clang/tools/clang-format/
DClangFormat.cpp44 Lengths("length", variable
207 if (!Offsets.empty() || !Lengths.empty()) { in fillRanges()
235 if (Offsets.size() != Lengths.size() && in fillRanges()
236 !(Offsets.size() == 1 && Lengths.empty())) { in fillRanges()
248 if (i < Lengths.size()) { in fillRanges()
249 if (Offsets[i] + Lengths[i] > Code->getBufferSize()) { in fillRanges()
250 errs() << "error: invalid length " << Lengths[i] in fillRanges()
251 << ", offset + length (" << Offsets[i] + Lengths[i] in fillRanges()
255 End = Start.getLocWithOffset(Lengths[i]); in fillRanges()
522 (!Offsets.empty() || !Lengths.empty() || !LineRanges.empty())) { in main()
/external/llvm-project/llvm/test/DebugInfo/X86/
Ddwarfdump-line-dwo.s20 .byte 0 # Standard Opcode Lengths
67 .byte 0 # Standard Opcode Lengths
Ddwarfdump-bogus-LNE.s61 .byte 0 # Standard Opcode Lengths
Ddwarfdump-line-only.s29 .byte 0 # Standard Opcode Lengths
Ddwarfdump-header-64.s110 .byte 0 # Standard Opcode Lengths
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug-line-dw-lns-copy.s24 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
Ddebug_line_many_files_v5.s30 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
Ddebug-line-dw-lne-end-sequence.s28 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
Ddebug_line_short_prologue.s42 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
Ddebug_line_short_prologue_v4.s55 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
Dtombstone.s425 .byte 0 # Standard Opcode Lengths
491 .byte 0 # Standard Opcode Lengths
/external/llvm-project/lldb/test/Shell/SymbolFile/DWARF/
Ddebug_line-tombstone.s71 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
Ddwarf5-debug_line.s84 .byte 0, 1, 1, 1 # Standard Opcode Lengths
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp435 StringRef Lengths = Blob.slice(0, StringsOffset); in decodeMetadataStringsBlob() local
437 R.jumpToPointer(Lengths.begin()); in decodeMetadataStringsBlob()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp516 StringRef Lengths = Blob.slice(0, StringsOffset); in decodeMetadataStringsBlob() local
517 SimpleBitstreamCursor R(Lengths); in decodeMetadataStringsBlob()
DMetadataLoader.cpp1939 StringRef Lengths = Blob.slice(0, StringsOffset); in parseMetadataStrings() local
1940 SimpleBitstreamCursor R(Lengths); in parseMetadataStrings()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp523 StringRef Lengths = Blob.slice(0, StringsOffset); in decodeMetadataStringsBlob() local
524 SimpleBitstreamCursor R(Lengths); in decodeMetadataStringsBlob()
DMetadataLoader.cpp2099 StringRef Lengths = Blob.slice(0, StringsOffset); in parseMetadataStrings() local
2100 SimpleBitstreamCursor R(Lengths); in parseMetadataStrings()
/external/llvm-project/polly/tools/GPURuntime/
DGPUJIT.c155 const size_t *Lengths, const unsigned char **Binaries, cl_int *BinaryStatus,
/external/rust/crates/libz-sys/src/zlib-ng/doc/
Drfc1951.txt624 Code Bits Length(s) Code Bits Lengths Code Bits Length(s)
/external/rust/crates/libz-sys/src/zlib/doc/
Drfc1951.txt624 Code Bits Length(s) Code Bits Lengths Code Bits Length(s)
/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp699 auto NoLength = [](const SmallSet<unsigned,2> &Lengths, MVT T) -> bool { in EnforceSameNumElts() argument
700 return !Lengths.count(T.isVector() ? T.getVectorNumElements() : 0); in EnforceSameNumElts()

12