Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dintrinsics.cpp69 static constexpr CategorySet NumericType{IntType | RealType | ComplexType}; variable
126 static constexpr TypePattern AnyNumeric{NumericType, KindCode::any};
146 static constexpr TypePattern SameNumeric{NumericType, KindCode::same};
167 static constexpr TypePattern ResultNumeric{NumericType, KindCode::likeMultiply};