| /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() function 42 EIGEN_DEVICE_FUNC inline Derived& derived() { return *static_cast<Derived*>(this); } in derived() function
|
| /external/eigen/Eigen/src/Core/ |
| D | Transpositions.h | 26 Derived& derived() { return *static_cast<Derived*>(this); } in derived() function 27 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() function 43 inline Derived& derived() { return *static_cast<Derived*>(this); } in derived() function
|
| D | EigenBase.h | 44 Derived& derived() { return *static_cast<Derived*>(this); } in derived() function 47 const Derived& derived() const { return *static_cast<const Derived*>(this); } in derived() function
|
| D | TriangularMatrix.h | 104 inline const Derived& derived() const { return *static_cast<const Derived*>(this); } in derived() function 106 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() function 80 const Derived& derived() const { return *static_cast<const Derived*>(this); } in derived() function
|
| D | SparseMatrixBase.h | 138 inline const Derived& derived() const { return *static_cast<const Derived*>(this); } in derived() function 139 inline Derived& derived() { return *static_cast<Derived*>(this); } in derived() function
|
| /external/libcxxabi/test/ |
| D | catch_ptr_02.pass.cpp | 95 struct derived : base1, base2 {}; struct 153 vDerived derived; in test8() local
|
| /external/google-breakpad/src/client/windows/tests/crash_generation_app/ |
| D | abstract_class.cc | 34 Base::Base(Derived* derived) in Base()
|
| /external/doclava/src/com/google/doclava/ |
| D | Hierarchy.java | 78 TreeSet<String> derived = nodes.get(name); in depth() local 126 TreeSet<String> derived = nodes.get(name); in recurse() local
|
| /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
|
| /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/move.iterators/move.iter.ops/move.iter.op.const/ |
| D | convert.fail.cpp | 31 struct derived {}; struct
|
| /external/eigen/unsupported/Eigen/src/Skyline/ |
| D | SkylineMatrixBase.h | 91 inline const Derived& derived() const { in derived() function 95 inline Derived& derived() { in derived() function
|
| /external/clang/test/SemaCXX/ |
| D | warn-overloaded-virtual.cpp | 147 struct derived : base { struct 148 void f(int) {} in f()
|
| D | microsoft-new-delete.cpp | 24 struct derived : private base {} der; // expected-note {{here}} struct
|
| D | aggregate-initialization.cpp | 101 struct derived : base {}; struct
|
| D | static-cast.cpp | 146 template<typename E> struct derived : public base {}; struct
|
| /external/clang/test/FixIt/ |
| D | typo.cpp | 120 struct derived : base { struct 125 derived d; in func2() argument
|
| /external/eigen/Eigen/src/SVD/ |
| D | SVDBase.h | 71 Derived& derived() { return *static_cast<Derived*>(this); } in derived() function 72 const Derived& derived() const { return *static_cast<const Derived*>(this); } in derived() function
|
| /external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
| D | BiMapTestSuiteBuilder.java | 83 List<TestSuite> derived = super.createDerivedSuites(parentBuilder); in createDerivedSuites() local
|
| /external/Microsoft-GSL/tests/ |
| D | notnull_tests.cpp | 69 MyDerived derived; in SUITE() local
|
| /external/v8/tools/clang/blink_gc_plugin/ |
| D | DiagnosticsReporter.cpp | 290 RecordInfo* derived, in BaseRequiresTracing() 480 RecordInfo* derived, in LeftMostBaseMustBePolymorphic() 488 RecordInfo* derived, in BaseClassMustDeclareVirtualTrace()
|
| /external/clang/test/CXX/drs/ |
| D | dr19xx.cpp | 106 struct derived : base<int> { struct
|