Home
last modified time | relevance | path

Searched refs:display (Results 1 – 25 of 211) sorted by relevance

123456789

/llvm-project-15.0.7/clang/test/Analysis/
H A Danalyzer-display-progress.m1 // RUN: %clang_analyze_cc1 -fblocks -analyzer-display-progress %s 2>&1 | FileCheck %s
26 // CHECK: analyzer-display-progress.m f
27 // CHECK: analyzer-display-progress.m -[I instanceMethod:with:]
28 // CHECK: analyzer-display-progress.m +[I classMethod]
29 // CHECK: analyzer-display-progress.m g
30 // CHECK: analyzer-display-progress.m block (line: 22, col: 11)
/llvm-project-15.0.7/libc/utils/UnitTest/
H A DMemoryMatcher.cpp20 void display(testutils::StreamWrapper &Stream, char C) { in display() function
28 void display(testutils::StreamWrapper &Stream, MemoryView View) { in display() function
31 display(Stream, C); in display()
37 display(Stream, expected); in explainError()
40 display(Stream, actual); in explainError()
H A DPrintfMatcher.cpp39 void display(testutils::StreamWrapper &stream, FormatSection form) { in display() function
82 display(stream, expected); in explainError()
85 display(stream, actual); in explainError()
/llvm-project-15.0.7/clang-tools-extra/clang-doc/assets/
H A Dclang-doc-default-stylesheet.css26 display: flex;
33 display: flex;
46 display: inline;
50 display: flex;
69 display: flex;
387 display: unset;
587 display: block;
616 display: none;
669 display: none;
754 display: none;
[all …]
/llvm-project-15.0.7/llvm/test/Other/ChangePrinters/DotCfg/
H A Dprint-changed-dot-cfg.ll140 …ElementSibling; if (content.style.display === "block"){ content.style.display = "none"; } else { c…
156 …ElementSibling; if (content.style.display === "block"){ content.style.display = "none"; } else { c…
173 …ElementSibling; if (content.style.display === "block"){ content.style.display = "none"; } else { c…
190 …ElementSibling; if (content.style.display === "block"){ content.style.display = "none"; } else { c…
207 …ElementSibling; if (content.style.display === "block"){ content.style.display = "none"; } else { c…
228 …ElementSibling; if (content.style.display === "block"){ content.style.display = "none"; } else { c…
246 …ElementSibling; if (content.style.display === "block"){ content.style.display = "none"; } else { c…
265 …ElementSibling; if (content.style.display === "block"){ content.style.display = "none"; } else { c…
272 …ElementSibling; if (content.style.display === "block"){ content.style.display = "none"; } else { c…
277 …ElementSibling; if (content.style.display === "block"){ content.style.display = "none"; } else { c…
[all …]
/llvm-project-15.0.7/polly/lib/External/isl/imath/tests/
H A Dimath-test.scm120 (display v s)
122 (display (car tcase) s)
123 (display ":" s)
124 (display (join-strings "," (map stringify (cadr tcase)))
126 (display ":" s)
127 (display (join-strings "," (map stringify (caddr tcase)))
159 (display (test-case->string (test-fn num den)) out)
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx2a-nttp-printing.cpp19 …decltype(a)::display(); // expected-error {{no member named 'display' in 'ASCII<{"this nontype tem… in test_ascii()
25 …decltype(a)::display(); // expected-error {{no member named 'display' in 'ASCII<{{119, 97, 105, 11… in test_non_ascii()
33 decltype(a)::display(); // expected-error {{no member named 'display' in 'ASCII<{"what??!"}>'}} in test_trigraph()
/llvm-project-15.0.7/compiler-rt/www/
H A Dmenu.css22 display:block;
26 display:block;
33 display:block;
/llvm-project-15.0.7/libcxxabi/www/
H A Dmenu.css22 display:block;
26 display:block;
33 display:block;
/llvm-project-15.0.7/clang/www/
H A Dmenu.css22 display:block;
26 display:block;
33 display:block;
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/utils/
H A DTimer.py21 display = False variable in Timer
30 if Timer.display and self.name:
37 if Timer.display and self.name:
/llvm-project-15.0.7/mlir/test/Pass/
H A Dpass-timing.mlir1 …ass-pipeline='func.func(cse,canonicalize,cse)' -mlir-timing -mlir-timing-display=list 2>&1 | FileC…
2 …ass-pipeline='func.func(cse,canonicalize,cse)' -mlir-timing -mlir-timing-display=tree 2>&1 | FileC…
3 …ass-pipeline='func.func(cse,canonicalize,cse)' -mlir-timing -mlir-timing-display=list 2>&1 | FileC…
4 …ass-pipeline='func.func(cse,canonicalize,cse)' -mlir-timing -mlir-timing-display=tree 2>&1 | FileC…
5 …ue -verify-each=false -test-pm-nested-pipeline -mlir-timing -mlir-timing-display=tree 2>&1 | FileC…
H A Dpipeline-stats.mlir2 …stats-pass,test-stats-pass)' -mlir-pass-statistics -mlir-pass-statistics-display=list 2>&1 | FileC…
3 …stats-pass,test-stats-pass)' -mlir-pass-statistics -mlir-pass-statistics-display=pipeline 2>&1 | F…
H A Dpipeline-parsing.mlir1 …unc.func(cse,canonicalize)" -verify-each=false -mlir-timing -mlir-timing-display=tree 2>&1 | FileC…
2 …-textual-pm-nested-pipeline -verify-each=false -mlir-timing -mlir-timing-display=tree 2>&1 | FileC…
3 …nonicalize),func.func(cse)' -verify-each=false -mlir-timing -mlir-timing-display=tree 2>&1 | FileC…
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dsuspicious-memory-comparison.rst21 <https://wiki.sei.cmu.edu/confluence/display/c/EXP42-C.+Do+not+compare+padding+data>`_
24 <https://wiki.sei.cmu.edu/confluence/display/c/FLP37-C.+Do+not+use+object+representations+to+compar…
28 <https://wiki.sei.cmu.edu/confluence/display/cplusplus/OOP57-CPP.+Prefer+special+member+functions+a…
31 <https://wiki.sei.cmu.edu/confluence/display/cplusplus/EXP62-CPP.+Do+not+access+the+bits+of+an+obje…
H A Dspuriously-wake-up-functions.rst26 <https://wiki.sei.cmu.edu/confluence/display/cplusplus/CON54-CPP.+Wrap+functions+that+can+spuriousl…
29 <https://wiki.sei.cmu.edu/confluence/display/c/CON36-C.+Wrap+functions+that+can+spuriously+wake+up+…
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-readelf.rst25 Equivalent to specifying all the main display options relevant to the file
86 When used with :option:`--relocations`, display each relocation in an expanded
125 Do not display demangled symbol names in the output. On by default.
154 When used with :option:`--sections`, display section data for each section
167 When used with :option:`--sections`, display relocations for each section
172 When used with :option:`--sections`, display symbols for each section shown.
192 …Display the symbol table. Also display the dynamic symbol table when using GNU output style for EL…
H A Dllvm-lipo.rst13 … Mach-O files, extract regular object files from universal binaries, and display architecture info…
34 Take a single input file and display the architectures present in the file.
40 Take at least one input file and display the descriptions of each file.
/llvm-project-15.0.7/polly/www/
H A Dmenu.css18 display:block;
32 display:block;
52 display:block;
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/
H A D.travis.yml22 - ./tools/display-sighandlers.py
23 - ./tools/display-terminalinfo.py
/llvm-project-15.0.7/polly/www/video-js/
H A Dvideo.js252 if (this.linksFallback) { this.linksFallback.style.display = "none"; }
1094 this.poster.style.display = "block";
1105 this.poster.style.display = "none";
1131 bar.style.display = "block";
1142 bar.style.display = "none";
1333 updateVolumeDisplay: function(display){ argument
1335 this.each(display.children, function(child, num){
1414 element.style.display = "block";
1419 element.style.display = "none";
1445 spinner.style.display = "block";
[all …]
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A Dmain.py15 import lit.display
219 display = lit.display.create_display(opts, tests, discovered_tests, workers)
221 run = lit.run.Run(tests, lit_config, workers, display.update,
224 display.print_header()
238 display.clear(interrupted)
/llvm-project-15.0.7/clang/www/analyzer/
H A Dmenu.css36 display: none;
50 display: block;
/llvm-project-15.0.7/llvm/docs/_static/
H A Dllvm.css70 display: table;
78 display: table;
94 display: table; padding: 0 1em 0 .1em }
110 .topic-title{ display: none }
/llvm-project-15.0.7/flang/docs/_static/
H A Dllvm.css70 display: table;
78 display: table;
94 display: table; padding: 0 1em 0 .1em }
110 .topic-title{ display: none }

123456789