Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dsymbol.cpp176 const Symbol *GenericDetails::CheckSpecific() const { in CheckSpecific() function in Fortran::semantics::GenericDetails
177 return const_cast<GenericDetails *>(this)->CheckSpecific(); in CheckSpecific()
179 Symbol *GenericDetails::CheckSpecific() { in CheckSpecific() function in Fortran::semantics::GenericDetails
Dresolve-names.cpp2635 if (auto *proc{details.CheckSpecific()}) { in CheckGenericProcedures()
/external/llvm-project/flang/include/flang/Semantics/
Dsymbol.h450 const Symbol *CheckSpecific() const;
451 Symbol *CheckSpecific();