Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dsymbol.cpp306 constexpr bool HasBindName{std::is_convertible_v<T, const WithBindName *>}; variable
311 if constexpr (HasBindName<decltype(&x)>) { in GetBindName()
323 if constexpr (HasBindName<decltype(&x)>) { in SetBindName()