Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Semantics/
Dtools.h104 bool CanBeTypeBoundProc(const Symbol *);
/external/llvm-project/flang/lib/Semantics/
Dtools.cpp528 bool CanBeTypeBoundProc(const Symbol *symbol) { in CanBeTypeBoundProc() function
Dresolve-names.cpp4069 if (!CanBeTypeBoundProc(procedure)) { in CheckBindings()