Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Semantics/
Dsymbol.h224 inline bool HasExplicitInterface() const;
573 bool HasExplicitInterface() const { in HasExplicitInterface() function
579 x.HasExplicitInterface(); in HasExplicitInterface()
582 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
585 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
588 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
718 inline bool ProcEntityDetails::HasExplicitInterface() const { in HasExplicitInterface() function
720 return symbol->HasExplicitInterface(); in HasExplicitInterface()
/external/llvm-project/flang/lib/Semantics/
Dcheck-call.cpp538 if (interface.HasExplicitInterface()) { in CheckProcedureArg()
574 if (interface.HasExplicitInterface()) { in CheckProcedureArg()
658 CHECK(proc.HasExplicitInterface()); in RearrangeArguments()
757 bool explicitInterface{proc.HasExplicitInterface()}; in CheckArguments()
Dtools.cpp538 proc->HasExplicitInterface(); in CanBeTypeBoundProc()
Dresolve-names.cpp4819 if (!symbol->HasExplicitInterface()) { in CheckExplicitInterface()
/external/llvm-project/flang/lib/Evaluate/
Dtools.cpp893 } else if (lhsProcedure->HasExplicitInterface() && in CheckProcCompatibility()
894 !rhsProcedure->HasExplicitInterface()) { in CheckProcCompatibility()
897 } else if (!lhsProcedure->HasExplicitInterface() && in CheckProcCompatibility()
898 rhsProcedure->HasExplicitInterface()) { in CheckProcCompatibility()
Dtype.cpp55 return details.HasExplicitInterface(); in IsDescriptor()
/external/llvm-project/flang/include/flang/Evaluate/
Dcharacteristics.h312 bool HasExplicitInterface() const { in HasExplicitInterface() function