Home
last modified time | relevance | path

Searched refs:IsDerived (Results 1 – 8 of 8) sorted by relevance

/external/llvm/unittests/Support/
DCasting.cpp240 bool IsDerived; member
241 Base(bool IsDerived = false) : IsDerived(IsDerived) {} in Base()
246 static bool classof(const Base *B) { return B->IsDerived; } in classof()
/external/llvm-project/flang/runtime/
Dtype-code.h50 constexpr bool IsDerived() const { return raw_ == CFI_type_struct; } in IsDerived() function
51 constexpr bool IsIntrinsic() const { return IsValid() && !IsDerived(); } in IsIntrinsic()
/external/llvm-project/llvm/unittests/Support/
DCasting.cpp320 bool IsDerived; member
321 Base(bool IsDerived = false) : IsDerived(IsDerived) {} in Base()
326 static bool classof(const Base *B) { return B->IsDerived; } in classof()
/external/tensorflow/tensorflow/core/platform/
Dstatus.cc246 if (IsDerived(s)) { in MakeDerived()
253 bool StatusGroup::IsDerived(const Status& s) { in IsDerived() function in tensorflow::StatusGroup
274 if (!StatusGroup::IsDerived(s)) { in GetNonDerivedStatuses()
Dstatus.h147 static bool IsDerived(const Status& s);
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.h197 if (!s.ok() && !StatusGroup::IsDerived(s) && in WhenDone()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc592 if (!cancel_issued_ && !StatusGroup::IsDerived(s)) { in ReportBadStatus()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp9028 bool IsDerived = asImpl().readUInt32(); in readAPValue() local
9032 Result.setMemberPointerUninit(Member, IsDerived, PathSize).data(); in readAPValue()