Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A 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()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DCasting.cpp389 bool IsDerived; member
390 Base(bool IsDerived = false) : IsDerived(IsDerived) {} in Base()
395 static bool classof(const Base *B) { return B->IsDerived; } in classof()
/llvm-project-15.0.7/flang/runtime/
H A Dnamelist.cpp323 } else if (source.type().IsDerived()) { in HandleComponent()