Searched refs:AttachDeclaration (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | expression.cpp | 228 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 D | check-declarations.cpp | 103 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 D | data-to-inits.cpp | 332 evaluate::AttachDeclaration( in InitElement() 369 evaluate::AttachDeclaration( in InitElement()
|
| H A D | pointer-assignment.cpp | 310 return evaluate::AttachDeclaration(msg, *lhs_); in Say()
|
| H A D | resolve-names.cpp | 4664 evaluate::AttachDeclaration( in Post() 4674 evaluate::AttachDeclaration( in Post()
|
| /llvm-project-15.0.7/flang/include/flang/Semantics/ |
| H A D | semantics.h | 174 evaluate::AttachDeclaration(&message, symbol); in SayWithDecl()
|
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | tools.h | 992 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 D | intrinsics.cpp | 2224 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 D | tools.cpp | 878 parser::Message *AttachDeclaration( in AttachDeclaration() function 906 parser::Message *AttachDeclaration( in AttachDeclaration() function 908 return message ? AttachDeclaration(*message, symbol) : nullptr; in AttachDeclaration()
|