Searched refs:tbps (Results 1 – 2 of 2) sorted by relevance
44 type :: tbps type51 class(tbps), intent(in) :: x
4863 const parser::TypeBoundProcedureStmt::WithoutInterface &tbps) { in CheckBindings() argument4865 for (auto &declaration : tbps.declarations) { in CheckBindings()7604 void Post(const parser::TypeBoundProcedureStmt::WithInterface &tbps) { in Post() argument7605 resolver_.CheckExplicitInterface(tbps.interfaceName); in Post()7607 void Post(const parser::TypeBoundProcedureStmt::WithoutInterface &tbps) { in Post() argument7609 resolver_.CheckBindings(tbps); in Post()