Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/t/op/
Dclosure.t172 my($debugging, %expected, $inner_type, $where_declared, $within);
196 for $where_declared (qw!filescope in_named in_anon!) {
214 ( ($where_declared eq 'in_anon') &&
258 if ($where_declared eq 'filescope') {
260 } elsif ($where_declared eq 'in_named') {
268 } elsif ($where_declared eq 'in_anon') {
277 die "What was $where_declared?"
298 if ($where_declared ne 'filescope') {
349 if ($where_declared eq 'in_named') { # {
351 } elsif ($where_declared eq 'in_anon') { # {
[all …]