Home
last modified time | relevance | path

Searched refs:derived (Results 1 – 25 of 509) sorted by relevance

12345678910>>...21

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Ddtors2.C30 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 Ddtors1.C26 struct derived : public base { struct
29 derived() in derived() function
33 ~derived() in ~derived() argument
53 derived derived_object; in test2()
H A Ddtors3.C33 struct derived : public middle { struct
41 base* bp = new derived; in main()
43 derived *dp = new derived; in main()
H A Dnew2.C25 class derived : public base {
36 derived* derived_ptr; in main()
41 derived_ptr = new derived (); in main()
H A Doverload2.C20 struct derived : public base { struct
35 derived derived_object; in main() argument
H A Dvtables1.C17 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 D17922.C7 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 DCodeGenPassBuilder.h454 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 Dvbase11_x.C3 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 Dtemplate29.C12 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 Dpass16-frag.c10 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 Dpass15-frag.c10 struct derived { in main() struct
15 struct derived d; in main()
21 ((struct derived *)bp)->extra = 'x'; in main()
H A Dfail16-frag.c10 struct derived { in main() struct
20 ((struct derived *)bp)->extra = 'x'; in main()
H A Dfail15-frag.c10 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 DV.pm206 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 Dthunk1.C29 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 Dp4623.C26 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 Dvisibility2.C29 class derived : public base { // Make this public,
46 derived pd; in derived_friend()
62 derived pd; in main()
H A Dvisibility1.C29 class derived : private base { // Make this public,
46 derived pd; in derived_friend()
62 derived pd; in main()
H A Dvisibility6.C20 Derived derived; variable
22 void oops() { derived.val(); }// ERROR - .* in oops()
/openbsd-src/gnu/usr.bin/perl/dist/base/lib/
H A Dbase.pm197 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 Dhash.texi12 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 Dhash.texi12 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 Dref2.C9 Derived derived();
10 const Base &b = derived();
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dios_base_storage.cc141 class derived : public std::ios_base class
144 derived() {} in derived() function in derived
149 derived d; in test03()

12345678910>>...21