Searched defs:Lines (Results 1 - 16 of 16) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DBlackList.cpp43 SmallVector<StringRef, 16> Lines; local
44 SplitString(File.take()->getBuffer(), Lines, "\n\r");
46 for (SmallVector<StringRef, 16>::iterator I = Lines.begin(), E = Lines.end();
H A DGCOVProfiling.cpp199 Lines.push_back(Line);
204 return lengthOfGCOVString(Filename) + 2 + Lines.size();
210 for (int i = 0, e = Lines.size(); i != e; ++i)
211 write(Lines[i]);
221 SmallVector<uint32_t, 32> Lines; member in class:__anon9888::GCOVLines
230 GCOVLines *&Lines = LinesByFile[Filename]; local
231 if (!Lines) {
232 Lines = new GCOVLines(Filename, os);
234 return *Lines;
435 GCOVLines &Lines local
[all...]
/external/clang/lib/Format/
H A DUnwrappedLineParser.h173 std::vector<UnwrappedLine> Lines; member in class:clang::format::UnwrappedLineParser
181 // Usually points to \c &Lines. While parsing a preprocessor directive when
/external/llvm/lib/Support/
H A DHost.cpp486 SmallVector<StringRef, 32> Lines;
487 Str.split(Lines, "\n");
491 for (unsigned I = 0, E = Lines.size(); I != E; ++I)
492 if (Lines[I].startswith("CPU implementer"))
493 Implementer = Lines[I].substr(15).ltrim("\t :");
497 for (unsigned I = 0, E = Lines.size(); I != E; ++I)
498 if (Lines[I].startswith("CPU part"))
502 return StringSwitch<const char *>(Lines[I].substr(8).ltrim("\t :"))
541 SmallVector<StringRef, 32> Lines; local
542 Str.split(Lines, "\
[all...]
/external/llvm/include/llvm/Support/
H A DGCOV.h200 StringMap<GCOVLines *> Lines; member in class:llvm::GCOVBlock
206 ~GCOVLines() { Lines.clear(); }
207 void add(uint32_t N) { Lines.push_back(N); }
212 SmallVector<uint32_t, 4> Lines; member in class:llvm::GCOVLines
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp224 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); local
225 DILineInfoTable::iterator Begin = Lines.begin();
226 DILineInfoTable::iterator End = Lines.end();
237 SourceFileName = Lines.front().second.getFileName();
/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp166 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); local
167 DILineInfoTable::iterator Begin = Lines.begin();
168 DILineInfoTable::iterator End = Lines.end();
/external/clang/unittests/AST/
H A DCommentParser.cpp488 struct Lines {}; struct in namespace:clang::comments::__anon5085
516 Lines,
543 Lines,
1220 Lines(), " Aaa "));
1234 Lines(), " Aaa"));
1273 Lines(), " Aaa"));
1298 Lines(), " Aaa"));
1325 Lines(), " Aaa", " Bbb"));
/external/llvm/lib/DebugInfo/
H A DDWARFContext.cpp374 DILineInfoTable Lines; local
377 return Lines;
398 Lines.push_back(std::make_pair(Address,
401 return Lines;
411 return Lines;
421 Lines.push_back(std::make_pair(Row.Address,
426 return Lines;
/external/chromium/net/tools/flip_server/
H A Dbalsa_frame.h31 typedef std::vector<std::pair<size_t, size_t> > Lines; typedef in class:net::BalsaFrame
255 Lines lines_;
/external/clang/lib/AST/
H A DCommentParser.cpp652 SmallVector<VerbatimBlockLineComment *, 8> Lines; local
668 Lines.push_back(Line);
675 S.copyArray(llvm::makeArrayRef(Lines)));
680 S.copyArray(llvm::makeArrayRef(Lines)));
H A DCommentSema.cpp443 ArrayRef<VerbatimBlockLineComment *> Lines) {
445 Block->setLines(Lines);
439 actOnVerbatimBlockFinish( VerbatimBlockComment *Block, SourceLocation CloseNameLocBegin, StringRef CloseName, ArrayRef<VerbatimBlockLineComment *> Lines) argument
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DMesh.java68 * <li>Lines - 2 vertices represent a line segment, with the width specified
93 Lines(true), enum constant in enum:Mesh.Mode
150 * Will return true for the types {@link #Points}, {@link #Lines} and
525 * as {@link Mode#Lines}. The line width is specified as on-screen pixels,
662 case Lines:
/external/clang/include/clang/AST/
H A DComment.h866 ArrayRef<VerbatimBlockLineComment *> Lines; member in class:clang::comments::VerbatimBlockComment
882 return reinterpret_cast<child_iterator>(Lines.begin());
886 return reinterpret_cast<child_iterator>(Lines.end());
895 Lines = L;
903 return Lines.size();
907 return Lines[LineIdx]->getText();
/external/clang/lib/Driver/
H A DToolChains.cpp1955 SmallVector<StringRef, 8> Lines; local
1956 Data.split(Lines, "\n");
1958 for (unsigned i = 0, s = Lines.size(); i != s; ++i)
1959 if (Version == UnknownDistro && Lines[i].startswith("DISTRIB_CODENAME="))
1960 Version = llvm::StringSwitch<LinuxDistro>(Lines[i].substr(17))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 780 milliseconds