Home
last modified time | relevance | path

Searched refs:arrayDepth (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/lib/
H A Ddumpvar.pl125 $tArrayDepth = $#{$_[0]} < $arrayDepth-1 ? $#{$_[0]} : $arrayDepth-1
126 unless $arrayDepth eq '' ;
249 $tArrayDepth = $#{$v} < $arrayDepth-1 ? $#{$v} : $arrayDepth-1
250 if defined $arrayDepth && $arrayDepth ne '';
H A Dperl5db.pl890 $arrayDepth
947 hashDepth arrayDepth dumpDepth
975 arrayDepth => \$dumpvar::arrayDepth,
7499 dumpDepth arrayDepth hashDepth LineInfo maxTraceLen ornaments windowSize
8223 I<arrayDepth>, I<hashDepth> print only first N elements ('' for all);
8399 I<arrayDepth>, I<hashDepth> print only first N elements ('' for all);
/openbsd-src/gnu/usr.bin/perl/dist/Dumpvalue/lib/
H A DDumpvalue.pm42 arrayDepth => '',
157 ($shortmore, $depth) = (' ...', $self->{arrayDepth} - 1)
158 if $self->{arrayDepth} and $depth >= $self->{arrayDepth};
250 $tArrayDepth = $#$v < $self->{arrayDepth}-1 ? $#$v : $self->{arrayDepth}-1
251 unless $self->{arrayDepth} eq '' ;
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDecl.cpp2298 unsigned arrayDepth = 0; in emitPartialArrayDestroy() local
2302 arrayDepth++; in emitPartialArrayDestroy()
2306 if (arrayDepth) { in emitPartialArrayDestroy()
2309 SmallVector<llvm::Value*,4> gepIndices(arrayDepth+1, zero); in emitPartialArrayDestroy()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperldebug.pod808 =item C<arrayDepth>, C<hashDepth>
809 X<debugger option, arrayDepth> X<debugger option, hashDepth>