Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Evaluate/
Dtools.h647 struct TypeKindVisitor { struct
651 TypeKindVisitor(int k, VALUE &&x) : kind{k}, value{std::move(x)} {} in TypeKindVisitor() argument
652 TypeKindVisitor(int k, const VALUE &x) : kind{k}, value{x} {} in TypeKindVisitor() function
673 TypeKindVisitor<CATEGORY, WRAPPER, WRAPPED>{kind, std::move(x)}); in WrapperHelper() argument
/external/llvm-project/flang/lib/Semantics/
Dexpression.cpp617 TypeKindVisitor<TypeCategory::Logical, Constant, bool>{ in Analyze()