Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Evaluate/
Dhost.h60 template <typename... T> constexpr inline bool HostTypeExists() { in HostTypeExists() function
71 static_assert(HostTypeExists<FTN_T>()); in CastHostToFortran()
86 static_assert(HostTypeExists<FTN_T>()); in CastFortranToHost()
166 using Type = std::conditional_t<HostTypeExists<RealT>(),