Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Evaluate/
Dvariable.h135 TypeParamInquiry(NamedEntity &&x, const Symbol &param) in TypeParamInquiry() function
137 TypeParamInquiry(std::optional<NamedEntity> &&x, const Symbol &param) in TypeParamInquiry() function
/external/llvm-project/flang/lib/Lower/
DConvertType.cpp269 mlir::Type gen(const Fortran::evaluate::TypeParamInquiry &) { in gen()