HomeSort by: relevance | last modified time | path
    Searched defs:derived (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
gdb2384-base.cc 33 derived::derived (int _x) function in class:derived
gdb2384-base.h 30 class derived : public base class in inherits:base
33 derived (int _x);
virtbase2.cc 35 struct derived: virtual super, virtual tbase struct in inherits:super,tbase
40 struct foo: virtual derived
47 derived().func_d();
rvalue-ref-casts.cc 44 struct Derived : public Alpha
68 Derived derived; local
71 Alpha *ad = &derived;
casts.cc 25 struct Derived : public Alpha
79 Derived derived; local
82 Alpha *ad = &derived;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
gdb2384-base.cc 33 derived::derived (int _x) function in class:derived
gdb2384-base.h 30 class derived : public base class in inherits:base
33 derived (int _x);
virtbase2.cc 35 struct derived: virtual super, virtual tbase struct in inherits:super,tbase
40 struct foo: virtual derived
47 derived().func_d();
rvalue-ref-casts.cc 44 struct Derived : public Alpha
68 Derived derived; local
71 Alpha *ad = &derived;
casts.cc 25 struct Derived : public Alpha
79 Derived derived; local
82 Alpha *ad = &derived;
  /src/external/gpl3/gdb/dist/gdb/unittests/
scoped_restore-selftests.c 27 struct Derived : Base {};
80 Derived derived; local
82 scoped_restore restore = make_scoped_restore (&base, &derived);
84 SELF_CHECK (base == &derived);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
types-module.cc 26 class derived : public base class in inherits:base
32 derived d;
scm-value.c 48 struct Derived : public Base {
51 Base *base = new Derived ();
52 Derived derived; variable
53 Base &base_ref = derived;
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
scoped_restore-selftests.c 27 struct Derived : Base {};
80 Derived derived; local
82 scoped_restore restore = make_scoped_restore (&base, &derived);
84 SELF_CHECK (base == &derived);
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
crypto-aes-sha1.c 20 * may be used to endorse or promote products derived from this software
99 krb5_keyblock *derived; local
117 derived = NULL;
119 crypto->et->type, "prf", 3, &derived);
137 if (EVP_CipherInit_ex(ctx, c, NULL, derived->keyvalue.data, NULL, 1)) {
151 krb5_free_keyblock(context, derived);
crypto-des3.c 20 * may be used to endorse or promote products derived from this software
66 krb5_keyblock *derived; local
84 derived = NULL;
86 crypto->et->type, "prf", 3, &derived);
104 if (!EVP_CipherInit_ex(ctx, c, NULL, derived->keyvalue.data, NULL, 1))
116 krb5_free_keyblock(context, derived);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
TypeSwitch.h 35 /// Invoke a case on the derived class with multiple case types.
39 DerivedT &derived = static_cast<DerivedT &>(*this); local
40 return derived.template Case<CaseT>(caseFn)
44 /// Invoke a case on the derived class, inferring the type of the Case from
53 DerivedT &derived = static_cast<DerivedT &>(*this);
54 return derived.template Case<CaseT>(std::forward<CallableT>(caseFn));
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
types-module.cc 26 class derived : public base class in inherits:base
32 derived d;
scm-value.c 48 struct Derived : public Base {
51 Base *base = new Derived ();
52 Derived derived; variable
53 Base &base_ref = derived;
  /src/external/gpl3/gcc/dist/gcc/
vector-builder.h 51 The derived class Derived provides the functionality of this class
52 for specific Ts. Derived needs to provide the following interface:
111 template<typename T, typename Shape, typename Derived>
125 bool operator == (const Derived &) const;
126 bool operator != (const Derived &x) const { return !operator == (x); }
145 Derived *derived () { return static_cast<Derived *> (this); } function in class:vector_builder
146 const Derived *derived () const
155 vector_builder<T, Shape, Derived>::derived () const function in class:vector_builder
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
vector-builder.h 51 The derived class Derived provides the functionality of this class
52 for specific Ts. Derived needs to provide the following interface:
111 template<typename T, typename Shape, typename Derived>
125 bool operator == (const Derived &) const;
126 bool operator != (const Derived &x) const { return !operator == (x); }
145 Derived *derived () { return static_cast<Derived *> (this); } function in class:vector_builder
146 const Derived *derived () const
155 vector_builder<T, Shape, Derived>::derived () const function in class:vector_builder
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-value.c 57 struct Derived : public Base {
60 Base *base = new Derived ();
61 Derived derived; variable
62 Base &base_ref = derived;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-value.c 57 struct Derived : public Base {
60 Base *base = new Derived ();
61 Derived derived; variable
62 Base &base_ref = derived;
  /src/sys/arch/arm/acpi/
acpi_pci_machdep.c 7 * This code is derived from software contributed to The NetBSD Foundation
216 bool derived = false; local
238 derived = true;
257 prt->prt_derived = derived;
  /src/crypto/external/apache2/openssl/dist/fuzz/
provider.c 434 unsigned char derived[32]; local
448 if (EVP_KDF_derive(kctx, derived, sizeof(derived), NULL) <= 0) {

Completed in 45 milliseconds

1 2 3