HomeSort by: relevance | last modified time | path
    Searched refs:invocation (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/external/mit/isl/dist/interface/
extract_interface.cc 224 static void create_from_args(CompilerInvocation &invocation,
227 CompilerInvocation::CreateFromArgs(invocation, *args, Diags);
235 static void create_from_args(CompilerInvocation &invocation,
238 CompilerInvocation::CreateFromArgs(invocation, args->data() + 1,
289 CompilerInvocation *invocation = new CompilerInvocation; local
290 create_from_args(*invocation, &args, Diags);
291 return invocation;
453 CompilerInvocation *invocation)
455 Clang->setInvocation(std::make_shared<CompilerInvocation>(*invocation));
461 CompilerInvocation *invocation)
549 CompilerInvocation *invocation = local
    [all...]
configure 1986 generated by GNU Autoconf 2.71. Invocation command line was
20560 CompilerInvocation *invocation;
20562 Clang->setInvocation(std::make_shared<CompilerInvocation>(*invocation));
21303 generated by GNU Autoconf 2.71. Invocation command line was
  /src/external/apache2/llvm/dist/llvm/utils/docker/scripts/
build_install_llvm.sh 27 All options after '--' are passed to CMake invocation.
  /src/external/apache2/llvm/dist/llvm/utils/
prepare-code-coverage-artifact.py 47 invocation = [host_llvm_cov, 'show'] + objects + ['-format', 'html',
51 subprocess.check_call(invocation)
  /src/crypto/external/apache2/openssl/dist/test/recipes/
80-test_cmp_http.t 155 my $invocation = cmdstr($cmd, display => 1);
160 print $faillog "$invocation\n\n";
  /src/crypto/external/bsd/openssl/dist/test/recipes/
80-test_cmp_http.t 139 my $invocation = cmdstr($cmd, display => 1);
142 print $faillog "$invocation\n\n";
  /src/external/apache2/llvm/dist/llvm/utils/docker/
build_docker_image.sh 54 All options after '--' are passed to CMake invocation.
  /src/external/lgpl3/gmp/dist/mpn/arm64/
popcount.asm 142 mov n, #chunksize-8 C count for this invocation, adjusted for entry pt
152 mov n, x7 C count for final invocation
hamdist.asm 165 mov n, #chunksize-8 C count for this invocation, adjusted for entry pt
176 mov n, x7 C count for final invocation
  /src/libexec/httpd/
printenv.lua 8 -- the same value on each invocation. You can not keep state between
  /src/external/lgpl3/gmp/dist/mpn/arm/neon/
hamdist.asm 179 1: mov n, #chunksize C count for this invocation
190 mov n, r3 C count for final invocation
popcount.asm 153 1: mov n, #chunksize C count for this invocation
162 mov n, r3 C count for final invocation
  /src/crypto/external/bsd/openssh/dist/
sshconnect.c 909 const char *invocation, const struct ssh_conn_info *cinfo,
919 xasprintf(&tag, "KnownHostsCommand-%s", invocation);
949 "I", invocation,
  /src/external/lgpl3/gmp/dist/mpn/m88k/
mul_1.s 39 ; Common overhead is about 11 cycles/invocation.
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 376 REGISTER_MATCHER(invocation);
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 63 # 1 == all shell commands echoed before invocation
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 936 const internal::MapAnyOfMatcher<CallExpr, CXXConstructExpr> invocation;
  /src/external/gpl3/autoconf/dist/
maint.mk 976 # The perl -0777 invocation below extracts the possibly-multi-line
1156 # with $(VERSION), which verifies that its path_prepend_ invocation
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h 1502 /// Matches ObjectiveC Message invocation expressions.
2908 /// invocation(hasArgument(0, integerLiteral(equals(42))))
2911 extern const internal::MapAnyOfMatcher<CallExpr, CXXConstructExpr> invocation;
3606 /// matches the [webView ...] message invocation.
3706 /// invocation for self.bodyView.
3734 /// invocation for self.bodyView.
3755 /// invocation of "loadHTMLString:baseURL:".
3785 /// matches the invocation of "loadHTMLString:baseURL:" but not that
  /src/external/gpl2/gmake/dist/config/
texinfo.tex 3465 % to take a single TeX argument. The case of a macro invocation that
3924 % invocation ends. Having called \balancecolumns once, we do not
  /src/external/gpl2/groff/dist/doc/
texinfo.tex 3835 % invocation ends. Having called \balancecolumns once, we do not
5819 % to take a single TeX argument. The case of a macro invocation that
  /src/external/gpl2/texinfo/dist/doc/
texinfo.tex 3835 % invocation ends. Having called \balancecolumns once, we do not
5819 % to take a single TeX argument. The case of a macro invocation that
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 4704 % to take a single TeX argument. The case of a macro invocation that
5200 % invocation ends. Having called \balancecolumns once, we do not
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 4704 % to take a single TeX argument. The case of a macro invocation that
5200 % invocation ends. Having called \balancecolumns once, we do not
  /src/external/gpl2/xcvs/dist/build-aux/
texinfo.tex 4434 % to take a single TeX argument. The case of a macro invocation that
4922 % invocation ends. Having called \balancecolumns once, we do not

Completed in 90 milliseconds

1 2