Home
last modified time | relevance | path

Searched defs:Lines (Results 1 – 25 of 126) sorted by relevance

123456

/external/rust/crates/tokio/src/io/util/
Dlines.rs44 impl<R> Lines<R> implementation
90 impl<R> Lines<R> implementation
/external/rust/crates/futures-util/src/io/
Dlines.rs24 impl<R: AsyncBufRead> Lines<R> { implementation
35 impl<R: AsyncBufRead> Stream for Lines<R> { implementation
/external/llvm-project/clang/lib/Driver/
DDistro.cpp31 SmallVector<StringRef, 16> Lines; in DetectOsRelease() local
56 SmallVector<StringRef, 16> Lines; in DetectLsbRelease() local
169 SmallVector<StringRef, 8> Lines; in DetectDistro() local
/external/llvm-project/clang/lib/Format/
DAffectedRangeManager.cpp23 SmallVectorImpl<AnnotatedLine *> &Lines) { in computeAffectedLines()
103 SmallVectorImpl<AnnotatedLine *> &Lines) { in nonPPLineAffected()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DPrettyCompilandDumper.h22 enum Flags { None = 0x0, Children = 0x1, Symbols = 0x2, Lines = 0x4 }; enumerator
/external/llvm/tools/llvm-pdbdump/
DCompilandDumper.h23 enum Flags { None = 0x0, Children = 0x1, Symbols = 0x2, Lines = 0x4 }; enumerator
DCompilandDumper.cpp64 auto Lines = Session.findLineNumbers(Symbol, *File); in start() local
/external/mesa3d/docs/gallium/cso/
Drasterizer.rst143 Lines section in light_twoside
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp35 if (auto Lines = getLineNumbers()) { in getCompilandId() local
DPDBSymbolFunc.cpp105 if (auto Lines = getLineNumbers()) { in getCompilandId() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DLineTable.h120 Collection Lines; ///< All line entries in the line table. variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp35 if (auto Lines = getLineNumbers()) { in getCompilandId() local
DPDBSymbolFunc.cpp105 if (auto Lines = getLineNumbers()) { in getCompilandId() local
/external/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
DLineTable.h120 Collection Lines; ///< All line entries in the line table. variable
/external/clang/lib/Format/
DBreakableToken.h205 SmallVector<StringRef, 16> Lines; variable
DUnwrappedLineParser.h145 SmallVector<UnwrappedLine, 8> Lines; variable
/external/rust/crates/criterion-plot/src/
Dcurve.rs172 Lines { enumerator
218 Lines, enumerator
/external/llvm-project/llvm/tools/llvm-reduce/deltas/
DDelta.cpp51 int Lines = 0; in getLines() local
/external/llvm/lib/DebugInfo/CodeView/
DModuleSubstreamVisitor.cpp20 const LineInfoArray &Lines) { in visitLines()
/external/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp115 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in notifyObjectLoaded() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DSignals.cpp145 SmallVector<StringRef, 32> Lines; in printSymbolizedStackTrace() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp115 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in notifyObjectLoaded() local
/external/llvm/lib/Support/
DSignals.cpp145 SmallVector<StringRef, 32> Lines; in printSymbolizedStackTrace() local
/external/deqp/framework/referencerenderer/
DrrPrimitiveAssembler.hpp202 struct Lines struct
205 …erator, VertexPacket* const* vertices, size_t numVertices, rr::ProvokingVertex provokingConvention) in exec()
213 static size_t getPrimitiveCount (size_t vertices) in getPrimitiveCount()
/external/llvm-project/libc/utils/HdrGen/
DPublicAPICommand.cpp22 llvm::SmallVector<llvm::StringRef, 10> Lines; in dedentAndWrite() local

123456