Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dsymbol.cpp187 const Symbol *GenericDetails::CheckSpecific() const { in CheckSpecific() function in Fortran::semantics::GenericDetails
188 return const_cast<GenericDetails *>(this)->CheckSpecific(); in CheckSpecific()
190 Symbol *GenericDetails::CheckSpecific() { in CheckSpecific() function in Fortran::semantics::GenericDetails
H A Dresolve-names.cpp3136 if (auto *proc{details.CheckSpecific()}) { in CheckGenericProcedures()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsymbol.h485 const Symbol *CheckSpecific() const;
486 Symbol *CheckSpecific();