Home
last modified time | relevance | path

Searched defs:isSubroutine (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/lib/Semantics/
H A Dexpression.cpp2356 AnalyzeProcedureComponentRef(const parser::ProcComponentRef & pcr,ActualArguments && arguments,bool isSubroutine) AnalyzeProcedureComponentRef() argument
2673 ResolveGeneric(const Symbol & symbol,const ActualArguments & actuals,const AdjustActuals & adjustActuals,bool isSubroutine,bool mightBeStructureConstructor) ResolveGeneric() argument
2814 EmitGenericResolutionError(const Symbol & symbol,bool dueToAmbiguity,bool isSubroutine) EmitGenericResolutionError() argument
2827 GetCalleeAndArguments(const parser::ProcedureDesignator & pd,ActualArguments && arguments,bool isSubroutine,bool mightBeStructureConstructor) GetCalleeAndArguments() argument
2844 GetCalleeAndArguments(const parser::Name & name,ActualArguments && arguments,bool isSubroutine,bool mightBeStructureConstructor) GetCalleeAndArguments() argument
4188 Analyze(const parser::ActualArgSpec & arg,bool isSubroutine) Analyze() argument
4676 FindBoundOp(parser::CharBlock oprName,int passIndex,const Symbol * & generic,bool isSubroutine) FindBoundOp() argument
[all...]
H A Dcheck-declarations.cpp3399 bool isSubroutine{table.IsIntrinsicSubroutine(symbol.name().ToString())}; CheckGenericVsIntrinsic() local