Home
last modified time | relevance | path

Searched refs:isSubroutine (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dexpression.h341 const parser::ProcComponentRef &, ActualArguments &&, bool isSubroutine);
349 bool isSubroutine, bool mightBeStructureConstructor = false);
354 ActualArguments &&, bool isSubroutine = false,
358 bool isSubroutine, bool mightBeStructureConstructor = false);
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp142 void Analyze(const parser::ActualArgSpec &, bool isSubroutine);
1989 bool isSubroutine) -> std::optional<CalleeAndArguments> { in AnalyzeProcedureComponentRef() argument
2140 const AdjustActuals &adjustActuals, bool isSubroutine, in ResolveGeneric() argument
2151 CallCharacteristics{ultimate.name().ToString(), isSubroutine}, in ResolveGeneric()
2206 *extended, actuals, adjustActuals, isSubroutine, false)}; in ResolveGeneric()
2278 bool isSubroutine, bool mightBeStructureConstructor) in GetCalleeAndArguments() argument
2284 isSubroutine, mightBeStructureConstructor); in GetCalleeAndArguments()
2288 pcr, std::move(arguments), isSubroutine); in GetCalleeAndArguments()
2295 ActualArguments &&arguments, bool isSubroutine, in GetCalleeAndArguments() argument
3368 const parser::ActualArgSpec &arg, bool isSubroutine) { in Analyze() argument
[all …]
H A Dcheck-declarations.cpp2024 bool isSubroutine{table.IsIntrinsicSubroutine(symbol.name().ToString())}; in CheckGenericVsIntrinsic() local
2025 if (isSubroutine || table.IsIntrinsicFunction(symbol.name().ToString())) { in CheckGenericVsIntrinsic()
2040 isSubroutine != specificSubr) { // C848 in CheckGenericVsIntrinsic()
2043 symbol.name(), isSubroutine ? "subroutine" : "function", in CheckGenericVsIntrinsic()
2044 ref->name(), isSubroutine ? "function" : "subroutine"); in CheckGenericVsIntrinsic()