Searched refs:arrayDepth (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/lib/ |
| H A D | dumpvar.pl | 125 $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 D | perl5db.pl | 890 $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 D | Dumpvalue.pm | 42 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 D | CGDecl.cpp | 2298 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 D | perldebug.pod | 808 =item C<arrayDepth>, C<hashDepth> 809 X<debugger option, arrayDepth> X<debugger option, hashDepth>
|