Home
last modified time | relevance | path

Searched defs:invocation (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/isl/dist/interface/
H A Dextract_interface.cc224 static void create_from_args(CompilerInvocation &invocation, in create_from_args()
235 static void create_from_args(CompilerInvocation &invocation, in create_from_args()
289 CompilerInvocation *invocation = new CompilerInvocation; in construct_invocation() local
453 CompilerInvocation *invocation) in set_invocation()
461 CompilerInvocation *invocation) in set_invocation()
549 CompilerInvocation *invocation = in main() local
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshconnect.c909 const char *invocation, const struct ssh_conn_info *cinfo, in load_hostkeys_command()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp936 const internal::MapAnyOfMatcher<CallExpr, CXXConstructExpr> invocation; variable