/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | ClangCheck.rst | 10 $ cat <<EOF > snippet.cc 15 $ ~/clang/build/bin/clang-check snippet.cc -ast-dump -- 16 Processing: /Users/danieljasper/clang/llvm/tools/clang/docs/snippet.cc. 17 /Users/danieljasper/clang/llvm/tools/clang/docs/snippet.cc:2:12: error: expected ';' at end of 26 …(FunctionDecl 0x7ff3a302a8d0 </Users/danieljasper/clang/llvm/tools/clang/docs/snippet.cc:1:1, line… 32 Error while processing snippet.cc.
|
H A D | RAVFrontendAction.rst | 220 When running this tool over a small code snippet it will output all
|
H A D | LibTooling.rst | 23 Parsing a code snippet in memory
|
/netbsd-src/usr.sbin/makemandb/ |
H A D | apropos-utils.c | 710 callback_args.snippet = get_stmt_col_text(stmt, 4); in execute_search_query() 712 strlen(callback_args.snippet); in execute_search_query() 714 callback_args.snippet = ""; in execute_search_query() 841 char *qsnippet = get_escaped_html_string(callback_args->snippet, &length); in callback_html() 845 callback_args->snippet = qsnippet; in callback_html() 910 const char *temp = callback_args->snippet; in callback_pager() 939 const char *snippet = callback_args->snippet; in callback_pager() local 940 while (*snippet) { in callback_pager() 941 sz = strcspn(snippet, "\002"); in callback_pager() 942 memcpy(&psnippet[i], snippet, sz); in callback_pager() [all …]
|
H A D | apropos.c | 310 fprintf(out, "%s\n\n", qargs->snippet); in query_callback() 315 fprintf(out, "<tr><td colspan=2>%s</td></tr>\n", qargs->snippet); in query_callback()
|
H A D | apropos-utils.h | 79 const char *snippet; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
H A D | llvm-exegesis.rst | 19 generates a code snippet that makes execution as serial (resp. as parallel) as 22 The code snippet is jitted and executed on the host subtarget. The time taken 79 EXAMPLE 2: benchmarking a custom code snippet 103 For example, the following code snippet depends on the values of XMM1 (which 183 Specify the custom code snippet to measure. See example 2 for details. 209 basic block with `num-repetitions` copies of the snippet. `loop` will wrap 210 the snippet in a loop which will be run `num-repetitions` times. The `loop` 219 Specify the number of repetitions of the asm snippet.
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-m4/ |
H A D | localcharset.m4 | 13 dnl Prerequisites of the lib/Makefile.am snippet.
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-m4/ |
H A D | localcharset.m4 | 13 dnl Prerequisites of the lib/Makefile.am snippet.
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | SSL_set_retry_verify.pod | 34 The following code snippet shows how to obtain the B<SSL> object associated
|
/netbsd-src/external/mit/libcbor/dist/doc/source/api/ |
H A D | type_0_1.rst | 41 …it uniform manipulation with the full range of permitted values. For example, the following snippet
|
/netbsd-src/sys/external/bsd/sljit/dist/doc/ |
H A D | overview.txt | 46 For example, the following code snippet 57 The next code snippet is not allowed:
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | DiagnosticOptions.def | 91 /// Limit number of lines shown in a snippet.
|
/netbsd-src/share/examples/rump/virtual_ip_router/ |
H A D | README.txt | 81 can be easily autogenerated. Here's a snippet of executed commands
|
/netbsd-src/external/mit/libcbor/dist/doc/source/ |
H A D | internal.rst | 87 Consider the following snippet
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/ |
H A D | ChangeLog | 376 * import/arg-nonnull.h: Rename from import/extra/snippet/arg-nonnull.h. 382 * import/c++defs.h: Rename from import/extra/snippet/c++defs.h. 414 * import/extra/snippet/_Noreturn.h: Remove. 1082 * import/warn-on-use.h: Rename from import/extra/snippet/warn-on-use.h.
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
H A D | gnulib-comp.m4 | 185 # Code from module snippet/_Noreturn: 186 # Code from module snippet/arg-nonnull: 187 # Code from module snippet/c++defs: 188 # Code from module snippet/warn-on-use:
|
/netbsd-src/external/gpl3/autoconf/dist/ |
H A D | TODO | 296 configure snippet (AC_foo), a config.h snippet (AH_foo), a system.h 297 snippet (AS_foo), documentation (AD_foo) and, why not, the some C code
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ |
H A D | NOTES.WIN | 154 your application code small "shim" snippet, which provides glue between
|
/netbsd-src/crypto/external/bsd/openssl/dist/ |
H A D | NOTES-WINDOWS.md | 239 your application code a small "shim" snippet, which provides
|
/netbsd-src/external/gpl3/gcc/dist/include/ |
H A D | gcc-cp-fe.def | 72 visible for the code snippet, or, if there could be template 76 As for making a local declaration visible for the code snippet, 138 Then, as we set up the binding context to compile a code snippet at 150 . If the code snippet is at point 2, we don't need to (re)activate
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | gcc-cp-fe.def | 72 visible for the code snippet, or, if there could be template 76 As for making a local declaration visible for the code snippet, 138 Then, as we set up the binding context to compile a code snippet at 150 . If the code snippet is at point 2, we don't need to (re)activate
|
/netbsd-src/external/gpl3/gcc.old/dist/include/ |
H A D | gcc-cp-fe.def | 72 visible for the code snippet, or, if there could be template 76 As for making a local declaration visible for the code snippet, 138 Then, as we set up the binding context to compile a code snippet at 150 . If the code snippet is at point 2, we don't need to (re)activate
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | gcc-cp-fe.def | 72 visible for the code snippet, or, if there could be template 76 As for making a local declaration visible for the code snippet, 138 Then, as we set up the binding context to compile a code snippet at 150 . If the code snippet is at point 2, we don't need to (re)activate
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/Configurations/ |
H A D | unix-Makefile.tmpl | 158 INSTALLTOP={- # $prefix is used in the OPENSSLDIR perl snippet 204 INSTALLTOP_dev={- # $prefix is used in the OPENSSLDIR perl snippet 1086 # Should one wonder about the end of the Perl snippet, it's because this
|