Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dtype.h338 using RealTypes = CategoryTypes<TypeCategory::Real>; variable
343 using FloatingTypes = common::CombineTuples<RealTypes, ComplexTypes>;
346 common::CombineTuples<IntegerTypes, RealTypes, CharacterTypes>;
H A Dexpression.h641 using DirectlyComparableTypes = common::CombineTuples<IntegerTypes, RealTypes,
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtarget.cpp153 using Types = RealTypes;
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp568 using Types = RealTypes;