Searched refs:IsSubroutine (Results 1 – 4 of 4) sorted by relevance
307 bool IsSubroutine() const { return attrs.test(Attr::Subroutine); } in IsSubroutine() function
545 if (interface.IsSubroutine() && argInterface.IsFunction()) { in CheckProcedureArg()556 } else if (argInterface.IsSubroutine()) { in CheckProcedureArg()
860 if (!proc->IsSubroutine()) { in CheckFinal()1167 } else if (!proc.IsSubroutine()) { in CheckDefinedAssignment()
3329 static bool IsSubroutine(const DWARFDIE &die) { in IsSubroutine() function3341 if (IsSubroutine(candidate)) { in GetContainingFunctionWithAbstractOrigin()3366 assert(IsSubroutine(function)); in FindFirstChildWithAbstractOrigin()3369 assert(!IsSubroutine(context) || context == function); in FindFirstChildWithAbstractOrigin()