Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Evaluate/
Dcharacteristics.h307 bool IsSubroutine() const { return attrs.test(Attr::Subroutine); } in IsSubroutine() function
/external/llvm-project/flang/lib/Semantics/
Dcheck-call.cpp545 if (interface.IsSubroutine() && argInterface.IsFunction()) { in CheckProcedureArg()
556 } else if (argInterface.IsSubroutine()) { in CheckProcedureArg()
Dcheck-declarations.cpp860 if (!proc->IsSubroutine()) { in CheckFinal()
1167 } else if (!proc.IsSubroutine()) { in CheckDefinedAssignment()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp3329 static bool IsSubroutine(const DWARFDIE &die) { in IsSubroutine() function
3341 if (IsSubroutine(candidate)) { in GetContainingFunctionWithAbstractOrigin()
3366 assert(IsSubroutine(function)); in FindFirstChildWithAbstractOrigin()
3369 assert(!IsSubroutine(context) || context == function); in FindFirstChildWithAbstractOrigin()