Home
last modified time | relevance | path

Searched refs:IsSubroutine (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dcharacteristics.h325 bool IsSubroutine() const { return attrs.test(Attr::Subroutine); } in IsSubroutine() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-call.cpp627 if (interface.IsSubroutine() && argInterface.IsFunction()) { in CheckProcedureArg()
639 } else if (argInterface.IsSubroutine()) { in CheckProcedureArg()
H A Dcheck-declarations.cpp1036 if (!proc->IsSubroutine()) { in CheckFinal()
1361 } else if (!proc.IsSubroutine()) { in CheckDefinedAssignment()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3272 static bool IsSubroutine(const DWARFDIE &die) { in IsSubroutine() function
3284 if (IsSubroutine(candidate)) { in GetContainingFunctionWithAbstractOrigin()
3308 assert(IsSubroutine(function)); in FindFirstChildWithAbstractOrigin()
3311 assert(!IsSubroutine(context) || context == function); in FindFirstChildWithAbstractOrigin()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcharacteristics.cpp971 } else if ((IsFunction() && actual.IsSubroutine()) || in IsCompatibleWith()
972 (IsSubroutine() && actual.IsFunction())) { in IsCompatibleWith()
H A Dtools.cpp966 } else if (lhsProcedure->IsFunction() && rhsProcedure->IsSubroutine()) { in CheckProcCompatibility()
969 } else if (lhsProcedure->IsSubroutine() && rhsProcedure->IsFunction()) { in CheckProcCompatibility()