Searched refs:args_ref (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Host/windows/
H A DProcessLauncherWindows.cpp48 std::vector<llvm::StringRef> args_ref;
50 args_ref.push_back(entry.ref());
53 llvm::sys::flattenWindowsCommandLine(args_ref);
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables1771 sub carp_too_few_args($args_ref, $count) {
1775 . join ', ', @$args_ref
1780 sub carp_extra_args($args_ref) {
1781 unless (ref $args_ref) {
1782 my_carp_bug("Argument to 'carp_extra_args' ($args_ref) must be a ref. Not checking arguments.");
1789 if (ref $args_ref eq 'HASH') {
1790 foreach my $key (keys %$args_ref) {
1791 $args_ref->{$key} = $UNDEF unless defined $args_ref->{$key};
1793 $list = join ', ', each %{$args_ref};
[all...]

Completed in 141 milliseconds