Home
last modified time | relevance | path

Searched refs:HasExplicitInterface (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsymbol.h258 inline bool HasExplicitInterface() const;
615 bool HasExplicitInterface() const { in HasExplicitInterface() function
621 x.HasExplicitInterface(); in HasExplicitInterface()
624 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
627 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
630 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
776 inline bool ProcEntityDetails::HasExplicitInterface() const { in HasExplicitInterface() function
778 return symbol->HasExplicitInterface(); in HasExplicitInterface()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-call.cpp605 if (interface.HasExplicitInterface()) { in CheckProcedureArg()
609 if (argInterface.HasExplicitInterface()) { in CheckProcedureArg()
665 if (interface.HasExplicitInterface() && dummyIsPointer && in CheckProcedureArg()
789 CHECK(proc.HasExplicitInterface()); in RearrangeArguments()
945 bool explicitInterface{proc.HasExplicitInterface()}; in CheckArguments()
H A Dtools.cpp567 proc->HasExplicitInterface(); in CanBeTypeBoundProc()
H A Dresolve-names.cpp5743 if (!context().HasError(*symbol) && !symbol->HasExplicitInterface()) { in CheckExplicitInterface()
6882 !symbol.attrs().test(Attr::INTRINSIC) && !symbol.HasExplicitInterface()) { in CheckImplicitNoneExternal()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtools.cpp972 } else if (lhsProcedure->HasExplicitInterface() && in CheckProcCompatibility()
973 !rhsProcedure->HasExplicitInterface()) { in CheckProcCompatibility()
984 } else if (!lhsProcedure->HasExplicitInterface() && in CheckProcCompatibility()
985 rhsProcedure->HasExplicitInterface()) { in CheckProcCompatibility()
H A Dtype.cpp54 return details.HasExplicitInterface(); in IsDescriptor()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dcharacteristics.h330 bool HasExplicitInterface() const { in HasExplicitInterface() function
/llvm-project-15.0.7/flang/lib/Lower/
H A DCallInterface.cpp154 if (!characteristic->HasExplicitInterface()) { in characterize()