Home
last modified time | relevance | path

Searched refs:AttachDeclaration (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp228 AttachDeclaration( in Designate()
793 AttachDeclaration( in Analyze()
1665 AttachDeclaration(Say(typeName, in Analyze()
1824 AttachDeclaration( in Analyze()
1851 AttachDeclaration( in Analyze()
1865 AttachDeclaration( in Analyze()
1873 AttachDeclaration( in Analyze()
1997 AttachDeclaration( in AnalyzeProcedureComponentRef()
2346 AttachDeclaration( in GetCalleeAndArguments()
2401 AttachDeclaration(msg, proc); in CheckForBadRecursion()
[all …]
H A Dcheck-declarations.cpp103 evaluate::AttachDeclaration(*msg, symbol); in SayWithDeclaration()
162 void AttachDeclaration(parser::Message &, const Scope &, const Symbol &);
2373 evaluate::AttachDeclaration(message, symbol2); in Say()
2467 AttachDeclaration(*msg, scope, proc1); in SayNotDistinguishable()
2468 AttachDeclaration(*msg, scope, proc2); in SayNotDistinguishable()
2473 void DistinguishabilityHelper::AttachDeclaration( in AttachDeclaration() function in Fortran::semantics::DistinguishabilityHelper
2477 evaluate::AttachDeclaration(msg, proc); in AttachDeclaration()
H A Ddata-to-inits.cpp332 evaluate::AttachDeclaration( in InitElement()
369 evaluate::AttachDeclaration( in InitElement()
H A Dpointer-assignment.cpp310 return evaluate::AttachDeclaration(msg, *lhs_); in Say()
H A Dresolve-names.cpp4664 evaluate::AttachDeclaration( in Post()
4674 evaluate::AttachDeclaration( in Post()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsemantics.h174 evaluate::AttachDeclaration(&message, symbol); in SayWithDecl()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dtools.h992 parser::Message *AttachDeclaration(parser::Message &, const Symbol &);
993 parser::Message *AttachDeclaration(parser::Message *, const Symbol &);
997 return AttachDeclaration(messages.Say(std::forward<A>(x)...), symbol); in SayWithDeclaration()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dintrinsics.cpp2224 AttachDeclaration(context.messages().Say(pointerArg->sourceLocation(), in CheckAssociated()
2275 AttachDeclaration( in CheckAssociated()
2285 AttachDeclaration( in CheckAssociated()
2296 AttachDeclaration( in CheckAssociated()
2313 msg = AttachDeclaration(msg, *ref); in CheckAssociated()
H A Dtools.cpp878 parser::Message *AttachDeclaration( in AttachDeclaration() function
906 parser::Message *AttachDeclaration( in AttachDeclaration() function
908 return message ? AttachDeclaration(*message, symbol) : nullptr; in AttachDeclaration()