Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dtools.h801 struct TypeKindVisitor { struct
805 TypeKindVisitor(int k, VALUE &&x) : kind{k}, value{std::move(x)} {} in TypeKindVisitor() function
806 TypeKindVisitor(int k, const VALUE &x) : kind{k}, value{x} {} in TypeKindVisitor() function
827 TypeKindVisitor<CATEGORY, WRAPPER, WRAPPED>{kind, std::move(x)}); in WrapperHelper() argument
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp723 TypeKindVisitor<TypeCategory::Logical, Constant, bool>{ in Analyze()