Home
last modified time | relevance | path

Searched refs:Show (Results 1 – 25 of 151) sorted by relevance

1234567

/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DDiagnosticOptions.def50 DIAGOPT(ShowLine, 1, 1) /// Show line number on diagnostics.
51 DIAGOPT(ShowColumn, 1, 1) /// Show column number on diagnostics.
52 DIAGOPT(ShowLocation, 1, 1) /// Show source location information.
53 DIAGOPT(ShowLevel, 1, 1) /// Show diagnostic level.
55 DIAGOPT(ShowCarets, 1, 1) /// Show carets in diagnostics.
56 DIAGOPT(ShowFixits, 1, 1) /// Show fixit information.
57 DIAGOPT(ShowSourceRanges, 1, 0) /// Show source ranges in numeric form.
58 DIAGOPT(ShowParseableFixits, 1, 0) /// Show machine parseable fix-its.
59 DIAGOPT(ShowPresumedLoc, 1, 0) /// Show presumed location for diagnostics.
60 DIAGOPT(ShowOptionNames, 1, 0) /// Show the option name for mappable
[all …]
/openbsd/src/regress/usr.sbin/ocspcheck/
Dindex.txt1 V 420817003032Z 1000 unknown /C=CA/ST=Edmonton/O=Muppet Show/OU=Pigs In Space OCSP division/CN=loc…
2 R 420817003033Z 200921003033Z 1001 unknown /C=CA/ST=Edmonton/O=Muppet Show/OU=Pigs In Space Revoked…
3 V 420817003033Z 1002 unknown /C=CA/ST=Edmonton/O=Muppet Show/OU=Pigs In Space Server Certs/CN=loca…
4 V 420817003033Z 1003 unknown /C=CA/ST=Edmonton/O=Muppet Show/OU=Pigs In Space Client Certs/CN=loca…
/openbsd/src/gnu/llvm/llvm/tools/llvm-nm/
DOpts.td17 def debug_syms : FF<"debug-syms", "Show all symbols, even debugger only">;
18 def defined_only : FF<"defined-only", "Show only defined symbols">;
22 def extern_only : FF<"extern-only", "Show only external symbols">;
26 def no_sort : FF<"no-sort", "Show symbols in order encountered">;
27 def no_weak : FF<"no-weak", "Show only non-weak symbols">;
31 def print_size : FF<"print-size", "Show symbol size as well as address">;
37 def undefined_only : FF<"undefined-only", "Show only undefined symbols">;
48 def dyldinfo_only : FF<"dyldinfo-only", "Show only symbols from the dyldinfo">, Group<grp_mach_o>;
/openbsd/src/gnu/usr.bin/perl/ext/VMS-DCLsym/t/
Dvms_dclsym.t15 ($val) = `Show Symbol $name` =~ /(\w+)"$/;
45 ($val) = `Show Symbol/Global $name` =~ /==\s+"(\w+)"$/;
59 ($val) = `Show Symbol/Global $name` =~ /==\s+"(\w+)"$/;
68 ($val) = `Show Symbol/Global $name` =~ /==\s+"(\w+)"$/;
/openbsd/src/gnu/llvm/llvm/docs/CommandGuide/
Dllvm-dwarfdump.rst40 Show a debug info entry's children when selectively printing with
58 Show DWARF form types after the DWARF attribute types.
62 Show help and usage for this command.
66 Show help and usage for this command without grouping the options
90 Show a debug info entry's parents when selectively printing with
110 Show the sizes of all debug sections, expressed in bytes.
135 Show the UUID for each architecture.
Dllvm-cov.rst112 Show a summary of coverage for each function instead of just one summary for
222 Show coverage for branch conditions in terms of either count or percentage.
227 Show the execution counts for each line. Defaults to true, unless another
243 Show the execution counts for each region by displaying a caret that points to
248 Show the execution counts for each line if there is only one region on the
266 Show code coverage only for functions with the given name.
270 Show code coverage only for functions listed in the given file. Each line in
276 Show code coverage only for functions that match the given regular expression.
321 Show code coverage only for functions with line coverage greater than the
326 Show code coverage only for functions with line coverage less than the given
[all …]
Dllvm-libtool-darwin.rst46 Show help and usage for this command.
50 Show help and usage for this command without grouping the options
Dllvm-profdata.rst296 Show the profiled sizes of the memory intrinsic calls for shown functions.
300 Show only those functions whose max count values are greater or equal to ``n``.
319 Show profile symbol list if it exists in the profile. This option is only
324 Show basic information about each section in the profile. This option is
335 Show only the functions that have been executed, i.e., functions with non-zero
395 Show only those functions whose max count values are greater or equal to ``n``.
Dllvm-nm.rst155 Show all symbols, even those usually suppressed.
207 Show symbols in the order encountered.
231 Show symbol size as well as address (not applicable for Mach-O).
Dlit.rst60 Show the :program:`lit` help message.
89 Show less output, for example don't show information on tests that pass.
94 Show more information on test failures, for example the entire test output
110 Show more information about all tests, for example the entire test
119 Show the names of unsupported tests.
123 Show the names of tests that were expected to fail.
/openbsd/src/gnu/llvm/clang/docs/CommandGuide/
Ddiagtool.rst23 * :ref:`show_enabled` - Show which warnings are enabled for a given command line.
24 * :ref:`tree` - Show warning flags in a tree view.
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMIRSampleProfile.cpp226 bool Show = false; in setBranchProbs() local
232 Show = (Diff >= BranchProbability(FSProfileDebugProbDiffThreshold, 100)); in setBranchProbs()
233 Show &= (BBWeightOrig >= FSProfileDebugBWThreshold); in setBranchProbs()
237 if (Show) { in setBranchProbs()
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/
DSubtest_buffer_formatter.t15 package Formatter::Show;
59 test2_stack->top->format(bless {}, 'Formatter::Show');
/openbsd/src/gnu/llvm/llvm/tools/llvm-ml/
DOpts.td47 HelpText<"Show instruction encodings in output assembly">;
49 HelpText<"Show internal instruction representation in output "
52 HelpText<"Show instructions operands as parsed">;
/openbsd/src/games/boggle/boggle/
Dhelpfile12 Show remaining time: <space> first thing on a line
13 Show help: ? (Suspends timer until done)
/openbsd/src/gnu/usr.bin/perl/ext/VMS-Stdio/t/
Dvms_stdio.t73 print $sfh "$setuperl\nsetdef();\n\$ Show Default\n\$ Set Default 'here'\n";
74 print $sfh "$setuperl\nsetdef('..');\n\$ Show Default\n";
/openbsd/src/gnu/llvm/lldb/docs/use/
Dmap.rst175 …<td class="header" colspan="2">Show the arguments that will be or were passed to the program when …
412 <td class="header" colspan="2">Show the current frame and source line.</td>
779 … <td class="header" colspan="2">Show the arguments and local variables for the current frame.</td>
798 <td class="header" colspan="2">Show the local variables for the current frame.</td>
814 <td class="header" colspan="2">Show the contents of local variable "bar".</td>
832 … <td class="header" colspan="2">Show the contents of local variable "bar" formatted as hex.</td>
848 <td class="header" colspan="2">Show the contents of global variable "baz".</td>
864 …<td class="header" colspan="2">Show the global/static variables defined in the current source file…
1121 <td class="header" colspan="2">Show the stack backtrace for the current thread.</td>
1137 <td class="header" colspan="2">Show the stack backtraces for all threads.</td>
[all …]
/openbsd/src/gnu/llvm/clang/docs/analyzer/developer-docs/
DDebugChecks.rst20 - debug.DumpCallGraph, debug.ViewCallGraph: Show the call graph generated for
24 - debug.DumpCFG, debug.ViewCFG: Show the CFG generated for each top-level
30 - debug.DumpLiveVars: Show the results of live variable analysis for each
33 - debug.DumpLiveExprs: Show the results of live expression analysis for each
36 - debug.ViewExplodedGraph: Show the Exploded Graphs generated for the
/openbsd/src/gnu/usr.bin/cvs/doc/
Dcvs.info-6137 diff--Show differences between revisions
355 history--Show status of files and users
458 Show data for all users (the default is to show data only for the
462 Show last modification only.
465 Show only the records for modifications done from the same working
472 Show data back to a record containing the string STR in either
476 Show data since DATE. This is slightly different from the normal
481 Show data for a particular file (you can specify several `-f'
486 Show data for a particular module (you can specify several `-n'
490 Show data for a particular source repository (you can specify
[all …]
/openbsd/src/gnu/llvm/lldb/source/Commands/
DOptions.td53 Desc<"Show debugger internal breakpoints">;
302 Desc<"Show opcode bytes when disassembling.">;
304 Desc<"Show instruction control flow kind. Refer to the enum "
514 Desc<"Show all memory regions. This is equivalent to starting from address "
533 Desc<"Show all register sets.">;
642 Desc<"Show process arguments instead of the process executable basename.">;
645 Desc<"Show processes matching all user IDs.">;
756 Desc<"Show only the signals with behaviors modified in this target">;
763 Desc<"Show verbose process status including extended crash information.">;
846 Desc<"Show the line table locations from the debug information that "
[all …]
/openbsd/src/gnu/llvm/llvm/docs/
DTestSuiteGuide.md75 6. Show and compare result files (optional):
80 # Show a single result file:
265 - Show compile_time or text segment size metrics:
/openbsd/src/gnu/gcc/gcc/doc/include/
Dfunding.texi24 how much they give to free software development. Show distributors
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/include/
Dfunding.texi24 how much they give to free software development. Show distributors
/openbsd/src/gnu/llvm/llvm/tools/llvm-cov/
DCodeCoverage.cpp64 Show, enumerator
918 case Show: in run()
1275 return Tool.run(CodeCoverageTool::Show, argc, argv); in showMain()
/openbsd/src/gnu/llvm/llvm/tools/llvm-symbolizer/
DOpts.td19 def addresses : F<"addresses", "Show address before line information">;

1234567