Home
last modified time | relevance | path

Searched refs:SayWithDeclaration (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-declarations.cpp267 SayWithDeclaration(symbol, in Check()
272 SayWithDeclaration(*bad, in Check()
306 SayWithDeclaration(*bad, in Check()
1277 SayWithDeclaration( in CheckDefinedOperator()
1632 SayWithDeclaration(*dtSymbol, in CheckProcBinding()
1652 SayWithDeclaration(*overridden, in CheckProcBinding()
1659 SayWithDeclaration(*overridden, in CheckProcBinding()
1665 SayWithDeclaration(*overridden, in CheckProcBinding()
1671 SayWithDeclaration(*overridden, in CheckProcBinding()
1705 SayWithDeclaration(*overridden, in CheckProcBinding()
[all …]
H A Dassignment.cpp126 evaluate::SayWithDeclaration(messages, lhs, in CheckDefinabilityInPureScope()
154 evaluate::SayWithDeclaration(messages, *base, in CheckCopyabilityInPureScope()
189 evaluate::SayWithDeclaration(messages, *base, in CheckForPureContext()
206 evaluate::SayWithDeclaration(messages, *bad, in CheckForPureContext()
H A Dcheck-call.cpp84 evaluate::SayWithDeclaration(messages, *argProcSymbol, in CheckImplicitInterfaceArg()
264 evaluate::SayWithDeclaration(messages, *tbp, in CheckExplicitDataArg()
285 evaluate::SayWithDeclaration(messages, *bad, in CheckExplicitDataArg()
295 evaluate::SayWithDeclaration(messages, coarray, in CheckExplicitDataArg()
305 evaluate::SayWithDeclaration(messages, *bad, in CheckExplicitDataArg()
333 evaluate::SayWithDeclaration(messages, *actualLastSymbol, in CheckExplicitDataArg()
596 evaluate::SayWithDeclaration(messages, *argProcSymbol, in CheckProcedureArg()
H A Dpointer-assignment.cpp390 evaluate::SayWithDeclaration(context.messages(), *pointer, in CheckPointerAssignment()
H A Dtype.cpp131 evaluate::SayWithDeclaration(messages, symbol, in EvaluateParameters()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dtools.h995 parser::Message *SayWithDeclaration( in SayWithDeclaration() function