| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ |
| H A D | README | 12 inherit Tests for inheritance -- virtual functions, multiple inheritance, etc.
|
| /openbsd-src/gnu/usr.bin/perl/t/uni/ |
| H A D | method.t | 182 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 D | basic_01_dfs.t | 10 This tests the classic diamond inheritance pattern.
|
| H A D | basic_01_c3.t | 10 This tests the classic diamond inheritance pattern.
|
| H A D | basic_01_c3_utf8.t | 12 This tests the classic diamond inheritance pattern.
|
| H A D | basic_01_dfs_utf8.t | 12 This tests the classic diamond inheritance pattern.
|
| H A D | recursion_dfs_utf8.t | 78 elsif($err =~ /Recursive inheritance detected/) {
|
| H A D | recursion_c3_utf8.t | 91 elsif($err =~ /Recursive inheritance detected/) {
|
| H A D | recursion_dfs.t | 75 elsif($err =~ /Recursive inheritance detected/) {
|
| H A D | recursion_c3.t | 90 elsif($err =~ /Recursive inheritance detected/) {
|
| H A D | dbic_c3_utf8.t | 12 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 D | MSVCCompatibility.rst | 49 * 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 D | Changes | 71 * 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 D | perlootut.pod | 234 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 D | perlobj.pod | 169 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 D | Syntax.td | 19 // 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 D | Carp.t | 141 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 D | Carp_overload.t | 65 # need to set inheritance of new() etc before the
|
| /openbsd-src/gnu/llvm/lldb/docs/ |
| H A D | python_api.rst | 10 :no-inheritance-diagram:
|
| /openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| H A D | 2001-06-20-.NET-Differences.txt | 7 includes full information about classes and inheritance. In fact, I just
|
| /openbsd-src/usr.sbin/procmap/ |
| H A D | procmap.c | 649 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 D | README | 7 localization and inheritance-based lexicons, as described in my
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DebugInfoFlags.def | 64 // make sense for inheritance.
|
| /openbsd-src/gnu/usr.bin/perl/ext/XS-Typemap/t/ |
| H A D | Typemap.t | 18 # 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 D | MachVMRegion.cpp | 156 m_data.protection, m_data.max_protection, m_data.inheritance, in GetRegionForAddress()
|