/external/llvm-project/flang/lib/Semantics/ |
D | tools.cpp | 280 if (const DerivedTypeSpec * derived{type->AsDerived()}) { in FindPointerComponent() local 299 const Symbol *FindPointerComponent(const DerivedTypeSpec &derived) { in FindPointerComponent() 308 if (const DerivedTypeSpec * derived{type.AsDerived()}) { in FindPointerComponent() local 449 const DeclTypeSpec *FindParentTypeSpec(const DerivedTypeSpec &derived) { in FindParentTypeSpec() 454 if (const DerivedTypeSpec * derived{decl.AsDerived()}) { in FindParentTypeSpec() local 481 bool IsExtensibleType(const DerivedTypeSpec *derived) { in IsExtensibleType() 487 bool IsBuiltinDerivedType(const DerivedTypeSpec *derived, const char *name) { in IsBuiltinDerivedType() 499 bool IsIsoCType(const DerivedTypeSpec *derived) { in IsIsoCType() 504 bool IsTeamType(const DerivedTypeSpec *derived) { in IsTeamType() 517 if (const DerivedTypeSpec * derived{type->AsDerived()}) { in IsOrContainsEventOrLockComponent() local [all …]
|
D | check-allocate.cpp | 115 if (const DerivedTypeSpec * derived{info.typeSpec->AsDerived()}) { in CheckAllocateOptions() local 201 derived{evaluate::GetDerivedTypeSpec(info.sourceExprType)}) { in CheckAllocateOptions() local 548 derived{allocateInfo_.typeSpec->AsDerived()}) { in RunCoarrayRelatedChecks() local 567 if (const auto *derived{evaluate::GetDerivedTypeSpec(sourceType)}) { in RunCoarrayRelatedChecks() local
|
/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/llvm-project/mlir/include/mlir/Dialect/SDBM/ |
D | SDBMExpr.h | 361 auto *derived = static_cast<Derived *>(this); in visit() local 399 auto *derived = static_cast<Derived *>(this); in visitDirect() local 409 auto *derived = static_cast<Derived *>(this); in visitTerm() local 420 auto *derived = static_cast<Derived *>(this); in visitInput() local 431 auto *derived = static_cast<Derived *>(this); in visitVarying() local
|
/external/llvm-project/flang/runtime/ |
D | derived.cpp | 16 const typeInfo::DerivedType &derived, int rank) { in FindFinal() 41 const Descriptor &descriptor, const typeInfo::DerivedType &derived) { in CallFinalSubroutine() 75 const typeInfo::DerivedType &derived) { in Destroy()
|
/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 | 45 Derived& derived() { return *static_cast<Derived*>(this); } in derived() function 48 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/llvm-project/llvm/include/llvm/ADT/ |
D | TypeSwitch.h | 39 DerivedT &derived = static_cast<DerivedT &>(*this); in Case() local 53 DerivedT &derived = static_cast<DerivedT &>(*this); in Case() local
|
/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
|
/external/libcxxabi/test/ |
D | catch_ptr_02.pass.cpp | 95 struct derived : base1, base2 {}; struct 153 vDerived derived; in test8() local
|
/external/llvm-project/libcxxabi/test/ |
D | catch_ptr_02.pass.cpp | 100 struct derived : base1, base2 {}; struct 158 vDerived derived; in test8() local
|
/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/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/google-breakpad/src/client/windows/tests/crash_generation_app/ |
D | abstract_class.cc | 34 Base::Base(Derived* derived) in Base()
|
/external/libwebsockets/lib/jose/jwe/ |
D | jwe-ecdh-es-aeskw.c | 203 derived[LWS_JWE_LIMIT_KEY_ELEMENT_BYTES]; in lws_jwe_encrypt_ecdh() local 456 derived[LWS_JWE_LIMIT_KEY_ELEMENT_BYTES]; in lws_jwe_auth_and_decrypt_ecdh() local
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-overloaded-virtual.cpp | 147 struct derived : base { struct 148 void f(int) {} in f()
|
/external/clang/test/SemaCXX/ |
D | warn-overloaded-virtual.cpp | 147 struct derived : base { struct 148 void f(int) {} in f()
|
/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/reverse.iterators/reverse.iter.ops/reverse.iter.cons/ |
D | reverse_iterator.fail.cpp | 31 struct derived {}; struct
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/ |
D | per_function_aggregate_analysis.h | 63 DerivedT& derived = *static_cast<DerivedT*>(this); in runOnOperation() 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/move.iterators/move.iter.ops/move.iter.op=/ |
D | move_iterator.fail.cpp | 33 struct derived {}; struct
|
/external/llvm-project/flang/test/Semantics/ |
D | resolve78.f90 | 13 type :: derived type
|