Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Evaluate/
Dfold-integer.cpp339 IsNumericCategoryExpr<From>()) { in FoldIntrinsicFunction()
Dfold-implementation.h1461 } else if constexpr (IsNumericCategoryExpr<From>()) { in ToReal()
/external/llvm-project/flang/include/flang/Evaluate/
Dtools.h137 template <typename A> constexpr bool IsNumericCategoryExpr() { in IsNumericCategoryExpr() function