Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/test/Semantics/
H A Dtypeinfo01.f9044 type :: tbps type
51 class(tbps), intent(in) :: x
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp4863 const parser::TypeBoundProcedureStmt::WithoutInterface &tbps) { in CheckBindings() argument
4865 for (auto &declaration : tbps.declarations) { in CheckBindings()
7604 void Post(const parser::TypeBoundProcedureStmt::WithInterface &tbps) { in Post() argument
7605 resolver_.CheckExplicitInterface(tbps.interfaceName); in Post()
7607 void Post(const parser::TypeBoundProcedureStmt::WithoutInterface &tbps) { in Post() argument
7609 resolver_.CheckBindings(tbps); in Post()