Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcheck-declarations.cpp96 void SayWithDeclaration(const Symbol &symbol, A &&...x) { in SayWithDeclaration() function in Fortran::semantics::CheckHelper
214 SayWithDeclaration(symbol, in Check()
219 SayWithDeclaration(*bad, in Check()
253 SayWithDeclaration(*bad, in Check()
800 SayWithDeclaration(component, in CheckDerivedType()
851 SayWithDeclaration(subroutine, finalName, in CheckFinal()
861 SayWithDeclaration(subroutine, finalName, in CheckFinal()
867 SayWithDeclaration(subroutine, finalName, in CheckFinal()
883 SayWithDeclaration(subroutine, finalName, in CheckFinal()
890 SayWithDeclaration(*errSym, finalName, in CheckFinal()
[all …]
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()
Dcheck-call.cpp217 evaluate::SayWithDeclaration(messages, *tbp, in CheckExplicitDataArg()
238 evaluate::SayWithDeclaration(messages, *bad, in CheckExplicitDataArg()
248 evaluate::SayWithDeclaration(messages, coarray, in CheckExplicitDataArg()
258 evaluate::SayWithDeclaration(messages, *bad, in CheckExplicitDataArg()
285 evaluate::SayWithDeclaration(messages, *actualLastSymbol, in CheckExplicitDataArg()
525 evaluate::SayWithDeclaration(messages, *argProcSymbol, in CheckProcedureArg()
Dpointer-assignment.cpp384 evaluate::SayWithDeclaration(context.messages(), *pointer, in CheckPointerAssignment()
Dtype.cpp128 evaluate::SayWithDeclaration(messages, symbol, in EvaluateParameters()
/external/llvm-project/flang/include/flang/Evaluate/
Dtools.h829 parser::Message *SayWithDeclaration( in SayWithDeclaration() function