Home
last modified time | relevance | path

Searched refs:Snippet (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp538 auto Highlight = [&](const std::string &Snippet, unsigned LC, unsigned RC) { in renderLine() argument
541 return tag("span", Snippet, std::string(Color.getValue())); in renderLine()
608 for (const auto &Snippet : Snippets) in renderLine() local
609 OS << Snippet; in renderLine()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSnippetGenerator.h69 const std::vector<InstructionTemplate> &Snippet) const;
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-exegesis.rst67 Snippet:
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1579 StringRef Snippet = Buffer->getBuffer().slice(BeginOffset, EndOffset); in getLengthOnSingleLine() local
1585 if (Snippet.find_first_of("\r\n") != StringRef::npos) in getLengthOnSingleLine()
1589 return Snippet.size(); in getLengthOnSingleLine()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dprimitives.d327 $(TH Code Snippet)
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/range/
H A Dprimitives.d349 $(TH Code Snippet)
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DInternalsManual.rst1829 // Snippet #1:
1837 // Snippet #2:
1844 actually have two separate ``NamespaceDecl`` nodes in Snippet #1, each of which
/netbsd-src/external/gpl3/autoconf/dist/
H A DChangeLog.23591 Rename `Snippet 3' as `Snippet 4'.
3592 Introduce `Snippet 3' for variable initializations.