Searched refs:IsDerived (Results 1 – 8 of 8) sorted by relevance
240 bool IsDerived; member241 Base(bool IsDerived = false) : IsDerived(IsDerived) {} in Base()246 static bool classof(const Base *B) { return B->IsDerived; } in classof()
50 constexpr bool IsDerived() const { return raw_ == CFI_type_struct; } in IsDerived() function51 constexpr bool IsIntrinsic() const { return IsValid() && !IsDerived(); } in IsIntrinsic()
320 bool IsDerived; member321 Base(bool IsDerived = false) : IsDerived(IsDerived) {} in Base()326 static bool classof(const Base *B) { return B->IsDerived; } in classof()
246 if (IsDerived(s)) { in MakeDerived()253 bool StatusGroup::IsDerived(const Status& s) { in IsDerived() function in tensorflow::StatusGroup274 if (!StatusGroup::IsDerived(s)) { in GetNonDerivedStatuses()
147 static bool IsDerived(const Status& s);
197 if (!s.ok() && !StatusGroup::IsDerived(s) && in WhenDone()
592 if (!cancel_issued_ && !StatusGroup::IsDerived(s)) { in ReportBadStatus()
9028 bool IsDerived = asImpl().readUInt32(); in readAPValue() local9032 Result.setMemberPointerUninit(Member, IsDerived, PathSize).data(); in readAPValue()