Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp2022 static mlir::Value genInquireSpec(Fortran::lower::AbstractConverter &converter, in genInquireSpec() function
2031 mlir::Value genInquireSpec<Fortran::parser::InquireSpec::CharVar>( in genInquireSpec() function
2061 mlir::Value genInquireSpec<Fortran::parser::InquireSpec::IntVar>( in genInquireSpec() function
2098 mlir::Value genInquireSpec<Fortran::parser::InquireSpec::LogVar>( in genInquireSpec() function
2164 return genInquireSpec(converter, loc, cookie, idExpr, x, in threadInquire()