Home
last modified time | relevance | path

Searched refs:highlight (Results 1 – 25 of 41) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/DebugInfo/
H A Dsymbolize-filter-markup-color.test14 RUN: echo -e "\033[33mbefore{{{symbol:highlight}}}after\033[0m" >> %t.input
15 RUN: echo -e "\033[34msame{{{symbol:highlight}}}after\033[0m" >> %t.input
16 RUN: echo -e "\033[1mbold{{{symbol:highlight}}}after\033[0m" >> %t.input
/llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp136 highlight(); in tryReset()
173 highlight(); in beginModuleInfoLine()
231 highlight(); in trySymbol()
280 highlight(); in tryPC()
334 highlight(); in tryBackTrace()
397 highlight(); in tryData()
436 void MarkupFilter::highlight() { in highlight() function in MarkupFilter
476 highlight(); in printRawElement()
490 highlight(); in printValue()
/llvm-project-15.0.7/lldb/utils/lui/
H A Dsourcewin.py160 line = "%s%3d %s" % (marker, line_num, self.highlight(content[i]))
168 def highlight(self, source): member in SourceWin
170 from pygments import highlight
171 return highlight(source, self.lexer, self.formatter)
/llvm-project-15.0.7/llvm/test/tools/opt-viewer/
H A Dsuppress.test1 RUN: %opt-viewer -s %p/Inputs/suppress -o %t %p/Inputs/suppress/s.opt.yaml --no-highlight --demangl…
H A Dfilter.test5 RUN: %opt-viewer --filter inline -s %p/Inputs -o %t %p/Inputs/basic/or.yaml --no-highlight --demang…
H A Dbasic.test5 RUN: %opt-viewer -s %p/Inputs -o %t %p/Inputs/basic/or.yaml --no-highlight --demangler=llvm-cxxfilt
H A Dunicode-function-name.test1 …ode-function-name -o %t %p/Inputs/unicode-function-name/s.opt.yaml --no-highlight --demangler=llvm…
/llvm-project-15.0.7/clang/www/
H A Dcontent.css30 span.template-highlight { color:cyan }
/llvm-project-15.0.7/llvm/tools/opt-viewer/
H A Dopt-viewer.py16 from pygments import highlight
77 html_highlighted = highlight(
/llvm-project-15.0.7/llvm/docs/
H A DCoverageMappingFormat.rst86 highlight the regions of code that were never executed, and to obtain
90 …:raw-html:`<pre class='highlight' style='line-height:initial;'><span>int main(int argc, const char…
107 …:raw-html:`<pre class='highlight' style='line-height:initial;'><span>int main() </span><span style…
124 …:raw-html:`<pre class='highlight' style='line-height:initial;'><span>int func(int x) </span><span …
138 :raw-html:`<pre class='highlight' style='line-height:initial;'><span>int func(int x, int y) {
167 :raw-html:`<pre class='highlight' style='line-height:initial;'><span>void func(const char *str) </s…
194 :raw-html:`<pre class='highlight' style='line-height:initial;'><span>int main(int argc, const char …
209 :raw-html:`<pre class='highlight' style='line-height:initial;'><span>int main() </span><span style=…
216 counts for the unreachable lines and highlight the unreachable code.
/llvm-project-15.0.7/llvm/utils/vim/syntax/
H A Dmir.vim28 " Syntax-highlight lit test commands and bug numbers.
H A Dllvm.vim235 " Syntax-highlight lit test commands and bug numbers.
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkupFilter.h105 void highlight();
/llvm-project-15.0.7/llvm/test/Transforms/LoopUnroll/
H A Dopt-levels.ll6 ; Check that Os and Oz are optimized like O2, not like O3. To easily highlight
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Duse-nodiscard.rst7 order to highlight at compile time which return values should not be ignored.
/llvm-project-15.0.7/llvm/utils/vim/
H A Dvimrc20 highlight LongLine ctermbg=DarkYellow guibg=DarkYellow
21 highlight WhitespaceEOL ctermbg=DarkYellow guibg=DarkYellow
/llvm-project-15.0.7/llvm/test/Transforms/LoopUnrollAndJam/
H A Dopt-levels.ll6 ; Check that Os and Oz are optimized like O2, not like O3. To easily highlight
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1551 if (highlight) in DrawContent()
1555 if (highlight) in DrawContent()
1774 if (highlight) in DrawRemoveButton()
1777 if (highlight) in DrawRemoveButton()
1810 bool highlight = in DrawNewButton() local
1812 if (highlight) in DrawNewButton()
1815 if (highlight) in DrawNewButton()
4034 if (highlight) in DrawMenuTitle()
4061 if (highlight) in DrawMenuTitle()
5761 if (highlight) in DisplayRowObject()
[all …]
H A DCoreProperties.td94 def HighlightSource: Property<"highlight-source", "Boolean">,
97 Desc<"If true, LLDB will highlight the displayed source code.">;
/llvm-project-15.0.7/openmp/docs/_themes/llvm-openmp-theme/static/
H A Dagogo.css_t208 div.document div.highlight {
221 div.document div.literal-block-wrapper div.highlight {
/llvm-project-15.0.7/llvm/docs/_ocamldoc/
H A Dstyle.css79 *:target {background-color: #FFFF99;} /* anchor highlight */
/llvm-project-15.0.7/llvm/test/Transforms/GVN/PRE/
H A Dload-pre-licm.ll84 ; Slightly more complicated case to highlight that MemoryDependenceAnalysis
244 ; These two tests highlight speculation safety when we can not establish
/llvm-project-15.0.7/mlir/utils/vim/syntax/
H A Dmlir.vim104 " Syntax-highlight lit test commands and bug numbers.
/llvm-project-15.0.7/libcxx/test/
H A DCMakeLists.txt160 # IDE's such as CLion to correctly highlight the tests because it knows
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dstatepoint-forward.ll66 ; highlight the fact that a gc pointer can be stored in part of the heap

12