Searched defs:TypeGuardStmt (Results 1 – 4 of 4) sorted by relevance
2410 struct TypeGuardStmt { struct2415 TUPLE_CLASS_BOILERPLATE(TypeGuardStmt); argument2425 std::tuple<Statement<TypeGuardStmt>, Block> t; argument
921 [&](const parser::TypeGuardStmt &) { eval.isNewBlock = true; }, in analyzeBranches()
1950 void genFIR(const Fortran::parser::TypeGuardStmt &) { in genFIR()
1787 bool DeclTypeSpecVisitor::Pre(const parser::TypeGuardStmt &) { in Pre()1791 void DeclTypeSpecVisitor::Post(const parser::TypeGuardStmt &) { in Post()