Home
last modified time | relevance | path

Searched refs:invocation (Results 1 – 25 of 671) sorted by relevance

12345678910>>...27

/netbsd-src/external/gpl2/texinfo/dist/util/
H A Ddir-example268 * aid: (id-utils)aid invocation. Matching strings.
284 * basename: (coreutils)basename invocation. Strip directory and suffix.
285 * bibtex: (web2c)BibTeX invocation. Maintaining bibliographies.
287 * cat: (coreutils)cat invocation. Concatenate and write files.
288 * chgrp: (coreutils)chgrp invocation. Change file groups.
289 * chmod: (coreutils)chmod invocation. Change file permissions.
290 * chown: (coreutils)chown invocation. Change file owners/groups.
291 * chroot: (coreutils)chroot invocation. Specify the root directory.
292 * cksum: (coreutils)cksum invocation. Print POSIX CRC checksum.
294 * comm: (coreutils)comm invocation. Compare sorted files by line.
[all …]
/netbsd-src/external/mit/isl/dist/interface/
H A Dextract_interface.cc224 static void create_from_args(CompilerInvocation &invocation, in create_from_args() argument
227 CompilerInvocation::CreateFromArgs(invocation, *args, Diags); in create_from_args()
235 static void create_from_args(CompilerInvocation &invocation, in create_from_args() argument
238 CompilerInvocation::CreateFromArgs(invocation, args->data() + 1, in create_from_args()
289 CompilerInvocation *invocation = new CompilerInvocation; in construct_invocation() local
290 create_from_args(*invocation, &args, Diags); in construct_invocation()
291 return invocation; in construct_invocation()
453 CompilerInvocation *invocation) in set_invocation() argument
455 Clang->setInvocation(std::make_shared<CompilerInvocation>(*invocation)); in set_invocation()
461 CompilerInvocation *invocation) in set_invocation() argument
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/config/
H A Dbison.m427 # For these, in the configure.ac you will need an invocation of
32 # the invocation. Both are direct, without use of 'ylwrap'.
36 # (b) If you want the invocation to honor an YFLAGS=... parameter passed to
38 # time, add an invocation of gl_BISON to the configure.ac, and write
/netbsd-src/external/gpl3/binutils/dist/gprofng/config/
H A Dbison.m427 # For these, in the configure.ac you will need an invocation of
32 # the invocation. Both are direct, without use of 'ylwrap'.
36 # (b) If you want the invocation to honor an YFLAGS=... parameter passed to
38 # time, add an invocation of gl_BISON to the configure.ac, and write
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/
H A Dtest_template9 # arguments to be passed to the make invocation, the third is a string
16 'Expected output from the invocation goes here');
/netbsd-src/external/apache2/llvm/dist/clang/cmake/caches/
H A DREADME.txt7 You can use the caches files with the following CMake invocation:
22 the clang shipped with Xcode. The build files generated from this invocation has
32 You can configure your build directory with the following invocation of CMake:
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dprepare-code-coverage-artifact.py47 invocation = [host_llvm_cov, 'show'] + objects + ['-format', 'html',
51 subprocess.check_call(invocation)
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DOptBisect.rst55 clang, the "-mllvm" prefix must be used. A typical clang invocation would look
76 passed to the driver-invoked LLVM invocation via '-mllvm'.
88 if an invocation of the pass is not skipped individual transformations within
89 that invocation may still be skipped.
97 When an opt-bisect index value refers to an entire invocation of the run
99 each time it is invoked and each invocation will be assigned a unique value.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Dnotes.txt84 . . invocation of "as"
85 . . invocation of "ld"
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dnotes.txt84 . . invocation of "as"
85 . . invocation of "ld"
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/user-docs/
H A DCrossTranslationUnit.rst30 The analysis invocation must be provided with the directory which contains the dumps and the mappin…
210 The compiler invocation is a shell command that could be used to compile the TU-s main source file.
212 compile said TU are given in YAML format referred to as `invocation list`, and must be passed as an
219 The analysis invocation must be provided with the directory which contains the mapping
220 files, and the `invocation list` which is used to determine compiler flags.
261 The `invocation list`:
299 -Xclang -analyzer-config -Xclang ctu-invocation-list=invocations.yaml \
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/
H A DNEWS13 invocation.
16 AM_GNU_GETTEXT invocation.
/netbsd-src/external/lgpl3/gmp/dist/mpn/arm/neon/
H A Dpopcount.asm153 1: mov n, #chunksize C count for this invocation
162 mov n, r3 C count for final invocation
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/
H A D80-test_cmp_http.t139 my $invocation = cmdstr($cmd, display => 1);
142 print $faillog "$invocation\n\n";
/netbsd-src/external/bsd/ntp/dist/html/hints/
H A Dbsdi49 In the file /etc/rc.local, make sure that the invocation of ntpd is
50 commented out, and add an invocation of xntpd. Here's what I'm using:
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/
H A DChangeLog50 * configure.ac: Remove bh_C_SIGNED invocation.
138 * configure.ac: Remove AC_ISC_POSIX invocation.
143 * configure.ac: Remove AC_HEADER_STDC invocation.
148 * configure.ac: Remove AC_FUNC_VPRINTF invocation.
238 * configure.ac: Remove gl_STRCASE invocation.
265 * configure.ac: Move the AM_GNU_GETTEXT invocation early, since it
604 * configure.ac: Remove gt_PROG_LEX invocation.
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_CTX_set_default_passwd_cb.pod31 which will be provided to the password callback on invocation.
47 On invocation a pointer to userdata
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_CTX_set_default_passwd_cb.pod31 which will be provided to the password callback on invocation.
47 On invocation a pointer to userdata
/netbsd-src/external/apache2/llvm/dist/llvm/utils/docker/scripts/
H A Dbuild_install_llvm.sh27 All options after '--' are passed to CMake invocation.
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A DREADME48 the runtime. The runtime invocation of this method is thread safe.
60 to remain portable with the NeXT runtime. The runtime invocation of
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A DREADME48 the runtime. The runtime invocation of this method is thread safe.
60 to remain portable with the NeXT runtime. The runtime invocation of
/netbsd-src/sys/kern/
H A DMake.tags.inc13 # The invocation below returns every directory that contains sources, excluding
/netbsd-src/external/apache2/llvm/autoconf/include/clang/Config/
H A Dconfig.h.in45 /* Whether clang should use a new process for the CC1 invocation */
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dsys_uio_h.m423 # This macro invocation must not occur in macros that are AC_REQUIREd.
/netbsd-src/external/bsd/openpam/dist/
H A DINSTALL39 A typical invocation might look like this:

12345678910>>...27