Searched refs:passthrough (Results 1 – 18 of 18) sorted by relevance
/openbsd/gnu/usr.bin/perl/ext/File-Glob/ |
H A D | Glob.pm | 42 my $passthrough; 55 $passthrough = 1; 58 $passthrough = 1; 60 $passthrough;
|
/openbsd/gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/ |
H A D | Long.pm | 48 $passthrough); 253 "passthrough=$passthrough,", 448 push (@ret, $argend) if $passthrough; 738 my $op = $passthrough 987 return (0) if $passthrough; 1014 return (0) if $passthrough; 1042 return (0) if $passthrough; 1099 return (0) if $passthrough; 1180 if ( $passthrough ) { 1223 if ( $passthrough ) { [all …]
|
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTStructExtractor.cpp | 29 ASTStructExtractor::ASTStructExtractor(ASTConsumer *passthrough, in ASTStructExtractor() argument 32 : m_ast_context(nullptr), m_passthrough(passthrough), in ASTStructExtractor() 38 m_passthrough_sema = dyn_cast<SemaConsumer>(passthrough); in ASTStructExtractor()
|
H A D | ClangFunctionCaller.cpp | 212 clang::ASTConsumer *passthrough) { in ASTTransformer() argument 214 passthrough, m_owner.GetWrapperStructName(), m_owner); in ASTTransformer()
|
H A D | ClangExpressionHelper.h | 54 ASTTransformer(clang::ASTConsumer *passthrough) = 0;
|
H A D | ASTResultSynthesizer.cpp | 36 ASTResultSynthesizer::ASTResultSynthesizer(ASTConsumer *passthrough, in ASTResultSynthesizer() argument 38 : m_ast_context(nullptr), m_passthrough(passthrough), in ASTResultSynthesizer() 44 m_passthrough_sema = dyn_cast<SemaConsumer>(passthrough); in ASTResultSynthesizer()
|
H A D | ASTStructExtractor.h | 51 ASTStructExtractor(clang::ASTConsumer *passthrough, const char *struct_name,
|
H A D | ClangFunctionCaller.h | 77 ASTTransformer(clang::ASTConsumer *passthrough) override;
|
H A D | ClangUtilityFunction.h | 98 ASTTransformer(clang::ASTConsumer *passthrough) override { in ASTTransformer() argument
|
H A D | ASTResultSynthesizer.h | 54 ASTResultSynthesizer(clang::ASTConsumer *passthrough, bool top_level,
|
H A D | ClangUserExpression.h | 81 ASTTransformer(clang::ASTConsumer *passthrough) override;
|
H A D | ClangUserExpression.cpp | 1003 clang::ASTConsumer *passthrough) { in ASTTransformer() argument 1005 passthrough, m_top_level, m_target); in ASTTransformer()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | remote-utils.c | 500 gr_multi_scan (char *list[], int passthrough) in gr_multi_scan() argument 566 if (passthrough) in gr_multi_scan()
|
H A D | remote-utils.h | 113 int gr_multi_scan (char *list[], int passthrough);
|
H A D | ChangeLog-2002 | 2031 Remove code handling a non-passthrough cache.
|
/openbsd/usr.bin/mandoc/ |
H A D | main.c | 109 static void passthrough(int, int); 904 passthrough(fd, conf->output.synopsisonly); in process_onefile() 1080 passthrough(int fd, int synopsis_only) in passthrough() function
|
/openbsd/usr.sbin/unbound/dnstap/ |
H A D | dnstap.proto | 88 PASS = 3; // Do not alter the response (passthrough)
|
/openbsd/gnu/llvm/clang/ |
H A D | CMakeLists.txt | 740 # Populate the passthrough variables
|