Searched refs:hierarchy (Results 1 - 20 of 20) sorted by relevance

/openbsd-current/regress/usr.sbin/pkg_add/
H A Dpopulate24 sub hierarchy
28 $self->hierarchy(dirname($o));
41 $self->hierarchy(dirname($f));
53 $self->hierarchy(join('/', $dir, $self->fullname));
/openbsd-current/gnu/llvm/clang/utils/TableGen/
H A DASTTableGen.cpp117 // Find all the nodes in the hierarchy.
121 ChildMap hierarchy; local
125 hierarchy.insert(std::make_pair(base, node));
128 "multiple root nodes in " + nodeClassName + " hierarchy");
133 PrintFatalError(Twine("no root node in ") + nodeClassName + " hierarchy");
136 visitASTNodeRecursive(root, ASTNode(), hierarchy, visit);
/openbsd-current/gnu/usr.bin/perl/t/mro/
H A Dinconsistent_c3.t51 like($@, qr/^Inconsistent hierarchy during C3 merge of class 'Z'/,
52 '... got the right error with an inconsistent hierarchy');
/openbsd-current/gnu/usr.bin/texinfo/util/
H A Dinstall-info-html139 topmost node of the HTML Info hierarchy.
H A Dgen-dir-node54 Info hierarchy. The first time you invoke Info you start off
H A Dfix-info-dir173 Info hierarchy. The first time you invoke Info you start off
/openbsd-current/gnu/usr.bin/perl/cpan/NEXT/lib/
H A DNEXT.pm249 left-to-right search of C<$self>'s class hierarchy that resulted in the
258 A typical use would be in the destructors of a class hierarchy,
259 as illustrated in the SYNOPSIS above. Each class in the hierarchy
261 and then redispatches the call up the hierarchy. As a result,
272 elsewhere in the objects class hierarchy, it quietly gives up and does
321 If C<NEXT> redispatching is used in the methods of a "diamond" class hierarchy:
363 In some cases this I<may> be the desired effect within a diamond hierarchy,
376 once. That is, to skip any classes in the hierarchy that it has
453 object's hierarchy with that name to be invoked. As the above example
525 Likewise, to create a class hierarchy i
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/AutoLoader/lib/
H A DAutoSplit.pm33 The C<autosplit> interface splits the specified file into a hierarchy
35 class hierarchy, and creates the file F<autosplit.ix>. This file acts as
37 last update of the hierarchy.
H A DAutoLoader.pm334 While this avoids the use of a hierarchy of disk files and the
/openbsd-current/gnu/usr.bin/perl/ext/B/
H A DB.pm332 For descriptions of the class hierarchy of these objects and the
432 For descriptions of the class hierarchy of these objects and the
542 class hierarchy and the C<B> module gives access to them via a true
543 object hierarchy. Structure fields which point to other objects
562 The inheritance hierarchy mimics the underlying C "inheritance":
1057 structures of similar names. The inheritance hierarchy mimics the
/openbsd-current/gnu/usr.bin/perl/utils/
H A Dh2ph.PL709 # hierarchy, so let's put all of the contents of $dirlink (actually,
911 The output files are placed in the hierarchy rooted at Perl's
913 hierarchy with a B<-d> switch.
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/lib/
H A Dautodie.pm219 hierarchy, this should not be assumed.
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dwarnings.pm908 A hierarchy of "categories" have been defined to allow groups of warnings
911 The current hierarchy is:
H A Doverload.pm914 Overloading respects inheritance via the @ISA hierarchy.
/openbsd-current/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DHandle.pm35 in the IO hierarchy.
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dwarnings.pl31 # Define the hierarchy of warnings.
1297 A hierarchy of "categories" have been defined to allow groups of warnings
1300 The current hierarchy is:
/openbsd-current/gnu/usr.bin/perl/ext/File-Find/lib/File/
H A DFind.pm847 C<finddepth()> perform a depth-first search of the directory hierarchy.
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DSearch.pm831 version ID, suppressing F<site_perl> as a module hierarchy name, etc.
/openbsd-current/gnu/usr.bin/perl/os2/OS2/OS2-Process/
H A DProcess.pm882 additionally, there is a hierarchy of sessions with their own
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm1969 Although it may be considered internal, the class hierarchy does matter

Completed in 301 milliseconds