| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageViewText.cpp | 170 std::optional<raw_ostream::Colors> Highlight; in renderLine() local 176 Highlight = raw_ostream::RED; in renderLine() 182 colored_ostream(OS, Highlight.value_or(raw_ostream::SAVEDCOLOR), in renderLine() 183 getOptions().Colors && Highlight, /*Bold=*/false, in renderLine() 186 if (getOptions().Debug && Highlight) in renderLine() 189 if ((!S->IsGapRegion || Highlight == raw_ostream::RED) && S->HasCount && in renderLine() 191 Highlight = raw_ostream::RED; in renderLine() 193 Highlight = raw_ostream::CYAN; in renderLine() 195 Highlight = std::nullopt; in renderLine() 199 colored_ostream(OS, Highlight.value_or(raw_ostream::SAVEDCOLOR), in renderLine() [all …]
|
| H A D | SourceCoverageViewHTML.cpp | 967 auto Highlight = [&](const std::string &Snippet, unsigned LC, unsigned RC) { in renderLine() local 984 Snippets[0] = Highlight(Snippets[0], 1, 1 + Snippets[0].size()); in renderLine() 997 Snippets[I + 1] = Highlight(Snippets[I + 1], CurSeg->Col, in renderLine() 1002 Snippets.back() = Highlight(Snippets.back(), 1, 1 + Snippets.back().size()); in renderLine()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Highlighter.cpp | 29 void DefaultHighlighter::Highlight(const HighlightStyle &options, in Highlight() function in DefaultHighlighter 74 std::string Highlighter::Highlight(const HighlightStyle &options, in Highlight() function in Highlighter 79 Highlight(options, line, cursor_pos, previous_lines, s); in Highlight()
|
| H A D | SourceManager.cpp | 698 h.Highlight(style, ref, column, "", *s); in DisplaySourceLines()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Highlighter.h | 115 virtual void Highlight(const HighlightStyle &options, llvm::StringRef line, 120 std::string Highlight(const HighlightStyle &options, llvm::StringRef line, 131 void Highlight(const HighlightStyle &options, llvm::StringRef line,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/ |
| H A D | ClangHighlighter.h | 27 void Highlight(const HighlightStyle &options, llvm::StringRef line,
|
| H A D | ClangHighlighter.cpp | 133 void ClangHighlighter::Highlight(const HighlightStyle &options, in Highlight() function in ClangHighlighter
|
| /freebsd/contrib/less/ |
| H A D | less.hlp | 63 ^K Highlight matches, but don't move (KEEP position). 159 Highlight only last match for searches. 209 Highlight first new line after full screen movement. 211 Highlight first new line after any movement. 244 Highlight the target line. 306 Highlight or color the entire line containing a mark.
|
| /freebsd/contrib/llvm-project/clang/lib/Rewrite/ |
| H A D | HTMLRewrite.cpp | 111 struct Highlight { struct 122 using HighlightList = std::vector<Highlight>; 744 for (const RelexRewriteCache::Highlight &H : CacheIt->second) { in HighlightMacros()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.cpp | 108 const char *Highlight() const { return Green(); } in Highlight() function in __anonef5d40b80111::Decorator 295 Buffer.Append(Decor.Highlight()); in PrintMemorySnippet()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | MemProfContextDisambiguation.cpp | 3151 bool Highlight = false; in getNodeAttributes() local 3156 Highlight = ContextIds.contains(ContextIdForDot); in getNodeAttributes() 3158 Highlight = set_intersects(ContextIds, G->DotAllocContextIds); in getNodeAttributes() 3164 if (Highlight) in getNodeAttributes() 3167 (Twine(",fillcolor=\"") + getColor(Node->AllocTypes, Highlight) + "\"") in getNodeAttributes() 3184 bool Highlight = false; in getEdgeAttributes() local 3189 Highlight = Edge->ContextIds.contains(ContextIdForDot); in getEdgeAttributes() 3191 Highlight = set_intersects(Edge->ContextIds, G->DotAllocContextIds); in getEdgeAttributes() 3193 auto Color = getColor(Edge->AllocTypes, Highlight); in getEdgeAttributes() 3203 if (Highlight) in getEdgeAttributes() [all …]
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | emx.src | 97 # Highlight controls corresponding to the ANSI.SYS standard. Most 118 # Highlight controls corresponding to the ANSI.SYS standard. *All*
|
| H A D | terminfo.src | 420 # Highlight controls corresponding to the ANSI.SYS standard. Most 438 # Highlight controls corresponding to the ANSI.SYS standard. *All* 3554 # + normal (not X10 or Highlight tracking) mouse now works. 8522 # - Mouse Highlight Tracking
|
| /freebsd/contrib/tnftp/ |
| H A D | ChangeLog | 95 - Highlight when tests are for a specific option.
|
| /freebsd/contrib/xz/ |
| H A D | ChangeLog | 19748 liblzma: Highlight liblzma API headers should not be included directly.
|