Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Evaluate/
Dintrinsics.cpp64 static constexpr CategorySet FloatingType{RealType | ComplexType}; variable
119 static constexpr TypePattern AnyFloating{FloatingType, KindCode::any};
139 static constexpr TypePattern SameFloating{FloatingType, KindCode::same};
1392 CHECK(FloatingType.test(*category)); in Match()
1398 CHECK(FloatingType.test(*category)); in Match()