Home
last modified time | relevance | path

Searched defs:derived (Results 1 – 25 of 142) sorted by relevance

123456

/external/llvm-project/flang/lib/Semantics/
Dtools.cpp280 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 …]
Dcheck-allocate.cpp115 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/
DRotationBase.h41 …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/
DSDBMExpr.h361 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/
Dderived.cpp16 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/
DTranspositions.h26 Derived& derived() { return *static_cast<Derived*>(this); } in derived() function
27 const Derived& derived() const { return *static_cast<const Derived*>(this); } in derived() function
DDiagonalMatrix.h41 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
DEigenBase.h45 Derived& derived() { return *static_cast<Derived*>(this); } in derived() function
48 const Derived& derived() const { return *static_cast<const Derived*>(this); } in derived() function
DTriangularMatrix.h104 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/
DTypeSwitch.h39 DerivedT &derived = static_cast<DerivedT &>(*this); in Case() local
53 DerivedT &derived = static_cast<DerivedT &>(*this); in Case() local
/external/eigen/Eigen/src/SparseCore/
DSparseSolverBase.h79 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/
Dcatch_ptr_02.pass.cpp95 struct derived : base1, base2 {}; struct
153 vDerived derived; in test8() local
/external/llvm-project/libcxxabi/test/
Dcatch_ptr_02.pass.cpp100 struct derived : base1, base2 {}; struct
158 vDerived derived; in test8() local
/external/doclava/src/com/google/doclava/
DHierarchy.java78 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/
DSkylineMatrixBase.h91 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/
Dabstract_class.cc34 Base::Base(Derived* derived) in Base()
/external/libwebsockets/lib/jose/jwe/
Djwe-ecdh-es-aeskw.c203 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/
Dwarn-overloaded-virtual.cpp147 struct derived : base { struct
148 void f(int) {} in f()
/external/clang/test/SemaCXX/
Dwarn-overloaded-virtual.cpp147 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/
Dconvert.fail.cpp31 struct derived {}; struct
/external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/
Dreverse_iterator.fail.cpp31 struct derived {}; struct
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/
Dper_function_aggregate_analysis.h63 DerivedT& derived = *static_cast<DerivedT*>(this); in runOnOperation() local
/external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op=/
Dreverse_iterator.fail.cpp33 struct derived {}; struct
/external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/
Dmove_iterator.fail.cpp33 struct derived {}; struct
/external/llvm-project/flang/test/Semantics/
Dresolve78.f9013 type :: derived type

123456