Searched refs:IsSubroutine (Results 1 – 6 of 6) sorted by relevance
325 bool IsSubroutine() const { return attrs.test(Attr::Subroutine); } in IsSubroutine() function
627 if (interface.IsSubroutine() && argInterface.IsFunction()) { in CheckProcedureArg()639 } else if (argInterface.IsSubroutine()) { in CheckProcedureArg()
1036 if (!proc->IsSubroutine()) { in CheckFinal()1361 } else if (!proc.IsSubroutine()) { in CheckDefinedAssignment()
3272 static bool IsSubroutine(const DWARFDIE &die) { in IsSubroutine() function3284 if (IsSubroutine(candidate)) { in GetContainingFunctionWithAbstractOrigin()3308 assert(IsSubroutine(function)); in FindFirstChildWithAbstractOrigin()3311 assert(!IsSubroutine(context) || context == function); in FindFirstChildWithAbstractOrigin()
971 } else if ((IsFunction() && actual.IsSubroutine()) || in IsCompatibleWith()972 (IsSubroutine() && actual.IsFunction())) { in IsCompatibleWith()
966 } else if (lhsProcedure->IsFunction() && rhsProcedure->IsSubroutine()) { in CheckProcCompatibility()969 } else if (lhsProcedure->IsSubroutine() && rhsProcedure->IsFunction()) { in CheckProcCompatibility()