| /external/eigen/Eigen/src/Core/ | 
| D | StlIterators.h | 92   Derived& derived() { return static_cast<Derived&>(*this); }  in derived()  function93   const Derived& derived() const { return static_cast<const Derived&>(*this); }  in derived()  function
 171   Derived& derived() { return static_cast<Derived&>(*this); }  in derived()  function
 172   const Derived& derived() const { return static_cast<const Derived&>(*this); }  in derived()  function
 
 | 
| D | Transpositions.h | 27     Derived& derived() { return *static_cast<Derived*>(this); }  in derived()  function29     const Derived& derived() const { return *static_cast<const Derived*>(this); }  in derived()  function
 
 | 
| D | DiagonalMatrix.h | 41     inline const Derived& derived() const { return *static_cast<const Derived*>(this); }  in derived()  function43     inline Derived& derived() { return *static_cast<Derived*>(this); }  in derived()  function
 
 | 
| D | EigenBase.h | 46   Derived& derived() { return *static_cast<Derived*>(this); }  in derived()  function49   const Derived& derived() const { return *static_cast<const Derived*>(this); }  in derived()  function
 
 | 
| D | TriangularMatrix.h | 105     inline const Derived& derived() const { return *static_cast<const Derived*>(this); }  in derived()  function107     inline Derived& derived() { return *static_cast<Derived*>(this); }  in derived()  function
 
 | 
| /external/eigen/Eigen/src/Geometry/ | 
| D | RotationBase.h | 41 …EIGEN_DEVICE_FUNC inline const Derived& derived() const { return *static_cast<const Derived*>(this…  in derived()  function42     EIGEN_DEVICE_FUNC inline Derived& derived() { return *static_cast<Derived*>(this); }  in derived()  function
 
 | 
| /external/eigen/Eigen/src/SparseCore/ | 
| D | SparseSolverBase.h | 79     Derived& derived() { return *static_cast<Derived*>(this); }  in derived()  function80     const Derived& derived() const { return *static_cast<const Derived*>(this); }  in derived()  function
 
 | 
| /external/libcxxabi/test/ | 
| D | catch_ptr_02.pass.cpp | 95 struct derived : base1, base2 {};  struct153     vDerived derived;  in test8()  local
 
 | 
| /external/cronet/buildtools/third_party/libc++abi/trunk/test/ | 
| D | catch_ptr_02.pass.cpp | 96 struct derived : base1, base2 {};  struct154     vDerived derived;  in test8()  local
 
 | 
| /external/doclava/src/com/google/doclava/ | 
| D | Hierarchy.java | 78     TreeSet<String> derived = nodes.get(name);  in depth()  local126     TreeSet<String> derived = nodes.get(name);  in recurse()  local
 
 | 
| /external/eigen/unsupported/Eigen/src/Skyline/ | 
| D | SkylineMatrixBase.h | 91     inline const Derived& derived() const {  in derived()  function95     inline Derived& derived() {  in derived()  function
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/iterators/predef.iterators/__unconstrained_reverse_iterator/reverse.iter.cons/ | 
| D | assign.LWG3435.verify.cpp | 24     std::__unconstrained_reverse_iterator<Derived*> derived;  in test()  local
 | 
| D | ctor.reverse_iterator.LWG3435.verify.cpp | 24 …std::__unconstrained_reverse_iterator<Derived*> derived(base); // expected-error {{no matching con…  in test()  local
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.cons/ | 
| D | ctor.reverse_iterator.LWG3435.verify.cpp | 24 …std::reverse_iterator<Derived*> derived(base); // expected-error {{no matching constructor for ini…  in test()  local
 | 
| D | assign.LWG3435.verify.cpp | 24     std::reverse_iterator<Derived*> derived;  in test()  local
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/ | 
| D | assign.LWG3435.verify.cpp | 24     std::move_iterator<Derived*> derived;  in test()  local
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/ | 
| D | ctor.convert.LWG3435.verify.cpp | 24 …std::move_iterator<Derived*> derived(base); // expected-error {{no matching constructor for initia…  in test()  local
 | 
| /external/clang/test/SemaCXX/ | 
| D | warn-overloaded-virtual.cpp | 147 struct derived : base {  struct148   void f(int) {}  in f()
 
 | 
| /external/libwebsockets/lib/jose/jwe/ | 
| D | jwe-ecdh-es-aeskw.c | 203 		derived[LWS_JWE_LIMIT_KEY_ELEMENT_BYTES];  in lws_jwe_encrypt_ecdh()  local456 		derived[LWS_JWE_LIMIT_KEY_ELEMENT_BYTES];  in lws_jwe_auth_and_decrypt_ecdh()  local
 
 | 
| /external/google-breakpad/src/client/windows/tests/crash_generation_app/ | 
| D | abstract_class.cc | 34 Base::Base(Derived* derived)  in Base()
 | 
| /external/crosvm/media/libva/src/ | 
| D | image.rs | 25     derived: bool,  field57         let mut derived = false;  in new()  localVariable
 
 | 
| /external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/ | 
| D | convert.fail.cpp | 31 struct derived {};  struct
 | 
| /external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/ | 
| D | move_iterator.fail.cpp | 33 struct derived {};  struct
 | 
| /external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op=/ | 
| D | reverse_iterator.fail.cpp | 33 struct derived {};  struct
 | 
| /external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/ | 
| D | reverse_iterator.fail.cpp | 31 struct derived {};  struct
 |