Home
last modified time | relevance | path

Searched defs:DefaultReal (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-logical.cpp159 using DefaultReal = Type<TypeCategory::Real, 4>; in FoldIntrinsicFunction() typedef
166 using DefaultReal = Type<TypeCategory::Real, 4>; in FoldIntrinsicFunction() typedef
173 using DefaultReal = Type<TypeCategory::Real, 4>; in FoldIntrinsicFunction() typedef
H A Dintrinsics.cpp106 static constexpr TypePattern DefaultReal{RealType, KindCode::defaultRealKind}; variable