Home
last modified time | relevance | path

Searched refs:inheritance (Results 1 – 25 of 163) sorted by relevance

1234567

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/
H A DREADME12 inherit Tests for inheritance -- virtual functions, multiple inheritance, etc.
/openbsd-src/gnu/usr.bin/perl/t/uni/
H A Dmethod.t182 ok(Foo::Bar->new, 'Simple inheritance works by pushing into @ISA,');
185 ok(Foo::Bàz->new, 'Simple inheritance works with parent using -norequire,');
/openbsd-src/gnu/usr.bin/perl/t/mro/
H A Dbasic_01_dfs.t10 This tests the classic diamond inheritance pattern.
H A Dbasic_01_c3.t10 This tests the classic diamond inheritance pattern.
H A Dbasic_01_c3_utf8.t12 This tests the classic diamond inheritance pattern.
H A Dbasic_01_dfs_utf8.t12 This tests the classic diamond inheritance pattern.
H A Drecursion_dfs_utf8.t78 elsif($err =~ /Recursive inheritance detected/) {
H A Drecursion_c3_utf8.t91 elsif($err =~ /Recursive inheritance detected/) {
H A Drecursion_dfs.t75 elsif($err =~ /Recursive inheritance detected/) {
H A Drecursion_c3.t90 elsif($err =~ /Recursive inheritance detected/) {
H A Ddbic_c3_utf8.t12 This example is taken from the inheritance graph of DBIx::Class::Core in DBIx::Class v0.07002:
/openbsd-src/gnu/llvm/clang/docs/
H A DMSVCCompatibility.rst49 * Class inheritance: :good:`Mostly complete`. This covers all of the standard
50 OO features you would expect: virtual method inheritance, multiple
51 inheritance, and virtual inheritance. Every so often we uncover a bug where
/openbsd-src/gnu/usr.bin/perl/dist/base/
H A DChanges71 * Fixing inheritance from classes which have only private fields
72 * Fixing inheritance when an intermediate class has no fields.
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlootut.pod234 We often refer to inheritance relationships as B<parent-child> or
246 inheritance relationships.
248 Perl allows multiple inheritance, which means that a class can inherit
251 with multiple inheritance, but in a cleaner way.
319 C<File::MP3> class's inheritance chain. When it finds the parent class
322 We mentioned multiple inheritance earlier. The main problem with
323 multiple inheritance is that it greatly complicates method resolution.
368 Roles are an alternative to inheritance for providing polymorphism.
385 people just bit the bullet and used multiple inheritance. Nowadays,
409 facilitates the use of inheritance and polymorphism.
[all …]
H A Dperlobj.pod169 X<class> X<package> X<@ISA> X<inheritance>
199 Perl I<only> provides method inheritance as a built-in feature.
200 Attribute inheritance is left up the class to implement. See the
261 X<inheritance>
280 the inheritance hierarchy, it will die.
316 inheritance hierarchy each correctly call their respective parent
375 X<multiple inheritance>
377 Multiple inheritance often indicates a design problem, but Perl always
391 inheritance. In the case of single inheritance, Per
[all...]
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Syntax/
H A DSyntax.td19 // These are modeled as abstract types with inheritance (e.g. Declaration).
47 // We merely specify the inheritance hierarchy here.
/openbsd-src/gnu/usr.bin/perl/dist/Carp/t/
H A DCarp.t141 like( XA::short(), qr/^Error at XB/, "Short messages skip inheritance" );
146 like( XA::short(), qr/^Error at XB/, "Short messages skip inheritance" );
186 like( XA::short(), qr/^Error at XC/, "\@CARP_NOT overrides inheritance" );
192 like( XA::short(), qr/^Error at XB/, "\@CARP_NOT overrides inheritance" );
H A DCarp_overload.t65 # need to set inheritance of new() etc before the
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api.rst10 :no-inheritance-diagram:
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-06-20-.NET-Differences.txt7 includes full information about classes and inheritance. In fact, I just
/openbsd-src/usr.sbin/procmap/
H A Dprocmap.c649 printf(" inheritance = %d,", vme->inheritance); in dump_vm_map_entry()
741 vme->inheritance, vme->wired_count, in dump_vm_map_entry()
784 vme->inheritance, vme->wired_count, vme->advice); in dump_vm_map_entry()
836 vme->inheritance, vme->wired_count, vme->advice, in dump_vm_map_entry()
/openbsd-src/gnu/usr.bin/perl/dist/Locale-Maketext/
H A DREADME7 localization and inheritance-based lexicons, as described in my
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoFlags.def64 // make sense for inheritance.
/openbsd-src/gnu/usr.bin/perl/ext/XS-Typemap/t/
H A DTypemap.t18 # Some inheritance trees to check ISA relationships
287 # check that inheritance works
301 # inheritance should not work
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.cpp156 m_data.protection, m_data.max_protection, m_data.inheritance, in GetRegionForAddress()

1234567