| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
| H A D | dtors2.C | 30 struct derived : public base struct 33 derived(); argument 34 ~derived(); 37 derived::derived() : base() in derived() function 45 derived::~derived() in ~derived() 69 derived a; in test() 72 bp = new derived; in test()
|
| H A D | dtors1.C | 26 struct derived : public base { struct 29 derived() in derived() function 33 ~derived() in ~derived() argument 53 derived derived_object; in test2()
|
| H A D | dtors3.C | 33 struct derived : public middle { struct 41 base* bp = new derived; in main() 43 derived *dp = new derived; in main()
|
| H A D | new2.C | 25 class derived : public base { 36 derived* derived_ptr; in main() 41 derived_ptr = new derived (); in main()
|
| H A D | overload2.C | 20 struct derived : public base { struct 35 derived derived_object; in main() argument
|
| H A D | vtables1.C | 17 struct derived : public base { struct 34 bp2 = new derived; in main() argument
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/ |
| H A D | 17922.C | 7 struct derived : public base { struct 8 derived (const derived&); 9 derived (const base&); 14 static void mf (derived); 17 void foo (const derived aaa) { in foo()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | CodeGenPassBuilder.h | 454 DerivedT &derived() { return static_cast<DerivedT &>(*this); } in derived() function 455 const DerivedT &derived() const { in derived() function 472 if (auto Err = derived().addMachinePasses(addPass)) in buildPipeline() 475 derived().addAsmPrinter( in buildPipeline() 507 derived().registerTargetAnalysis(MAM); in registerModuleAnalyses() 518 derived().registerTargetAnalysis(FAM); in registerFunctionAnalyses() 527 derived().registerTargetAnalysis(MFAM); in registerMachineFunctionAnalyses() 568 Ret = derived().getTargetPassNameFromLegacyName(Name); in getPassNameFromLegacyName() 584 derived().addIRPasses(addPass); in addISelPasses() 585 derived().addCodeGenPrepare(addPass); in addISelPasses() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/break/ |
| H A D | vbase11_x.C | 3 extern void vbase11_y (derived&); 6 int derived::foo() { return 2; } in foo() 7 int derived::bar() { return 3; } in bar() 11 derived d; in vbase11_x()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
| H A D | template29.C | 12 class derived : public base<sizeof(T)> 15 inline derived(); 19 inline derived<T>::derived() : base<sizeof(T)>(){} in derived() function
|
| /openbsd-src/gnu/gcc/libmudflap/testsuite/libmudflap.c/ |
| H A D | pass16-frag.c | 10 struct derived { in main() struct 17 bp = (struct base *) malloc (sizeof (struct derived)); in main() 20 ((struct derived *)bp)->extra = 'x'; in main()
|
| H A D | pass15-frag.c | 10 struct derived { in main() struct 15 struct derived d; in main() 21 ((struct derived *)bp)->extra = 'x'; in main()
|
| H A D | fail16-frag.c | 10 struct derived { in main() struct 20 ((struct derived *)bp)->extra = 'x'; in main()
|
| H A D | fail15-frag.c | 10 struct derived { in main() struct 21 ((struct derived volatile *)bp)->extra = 'x'; in main()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Config-Perl-V/ |
| H A D | V.pm | 206 my ($official, $derived) = @{$_}; 207 $conf->{'config'}{$derived} ||= $conf->{'config'}{$official}; 208 $conf->{'config'}{$official} ||= $conf->{'config'}{$derived}; 209 $conf->{'derived'}{$derived} = delete $conf->{'config'}{$derived};
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/ |
| H A D | thunk1.C | 29 struct derived: virtual mid { struct 30 derived(int cc) : mid(cc) {} in derived() function 34 derived(1); in main()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| H A D | p4623.C | 26 class derived: public base3, public base1, public base2 { 29 derived( int i ) { d_data = i; ((base3 *)this)->b_data++; } in derived() function 34 derived d(1); d.d_print(); return 0; in main()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
| H A D | visibility2.C | 29 class derived : public base { // Make this public, 46 derived pd; in derived_friend() 62 derived pd; in main()
|
| H A D | visibility1.C | 29 class derived : private base { // Make this public, 46 derived pd; in derived_friend() 62 derived pd; in main()
|
| H A D | visibility6.C | 20 Derived derived; variable 22 void oops() { derived.val(); }// ERROR - .* in oops()
|
| /openbsd-src/gnu/usr.bin/perl/dist/base/lib/ |
| H A D | base.pm | 197 my($derived, $base) = @_; 202 my $dattr = get_attr($derived); 203 my $dfields = get_fields($derived); 210 $derived is inheriting from $base but already has its own fields!
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
| H A D | hash.texi | 12 derived. These derived types may store additional information 110 itself. This may be done using a derived hash table. 112 Since C is not an object oriented language, creating a derived 117 An example of a derived hash table is the linker hash table. 121 You may also derive a hash table from an already derived hash 123 table derived from the linker hash table. 132 @subsubsection Define the derived structures 152 @subsubsection Write the derived creation routine 157 In order to permit other hash tables to be derived from the 165 derived from this one. [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/doc/ |
| H A D | hash.texi | 12 derived. These derived types may store additional information 106 itself. This may be done using a derived hash table. 108 Since C is not an object oriented language, creating a derived 113 An example of a derived hash table is the linker hash table. 117 You may also derive a hash table from an already derived hash 119 table derived from the linker hash table. 128 @subsubsection Define the derived structures 148 @subsubsection Write the derived creation routine 153 In order to permit other hash tables to be derived from the 161 derived from this one. [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/ |
| H A D | ref2.C | 9 Derived derived(); 10 const Base &b = derived();
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
| H A D | ios_base_storage.cc | 141 class derived : public std::ios_base class 144 derived() {} in derived() function in derived 149 derived d; in test03()
|