/llvm-project/flang/lib/Semantics/ |
H A D | check-deallocate.cpp | 36 } else if (auto whyNot{WhyNotDefinable(name.source, in Leave() local 47 whyNot->set_severity(parser::Severity::Because))); in Leave() local 72 } else if (auto whyNot{WhyNotDefinable(source, Leave() local 81 } else if (auto whyNot{WhyNotDefinable(source, Leave() local
|
H A D | check-nullify.cpp | 27 if (auto whyNot{WhyNotDefinable(name.source, scope, in Leave() local 42 if (auto whyNot{WhyNotDefinable(at, scope, Leave() local
|
H A D | check-call.cpp | 681 if (auto whyNot{WhyNotDefinable(messages.at(), *scope, flags, actual)}) { CheckExplicitDataArg() local 1036 std::string whyNot; CheckProcedureArg() local 1070 std::string whyNot; CheckProcedureArg() local 1411 if (auto whyNot{WhyNotDefinable( CheckAssociated() local 1433 std::string whyNot; CheckAssociated() local [all...] |
H A D | pointer-assignment.cpp | 144 if (auto whyNot{WhyNotDefinable(foldingContext_.messages().at(), scope_, CheckLeftHandSide() local 368 std::string whyNot; Check() local
|
H A D | assignment.cpp | 69 if (auto whyNot{WhyNotDefinable(lhsLoc, scope, Analyze() local
|
H A D | check-data.cpp | 62 if (const char *whyNot{IsProcedure(symbol) && !IsPointer(symbol) in operator ()() local
|
H A D | definable.cpp | 235 if (auto whyNot{ WhyNotDefinable() local
|
H A D | check-declarations.cpp | 882 if (auto whyNot{ CheckObjectEntity() local 1552 std::string whyNot; CheckExternal() local 1583 std::string whyNot; CheckExternal() local 3231 parser::Messages whyNot; CheckBindC() local 3699 std::string whyNot; Check() local [all...] |
H A D | check-allocate.cpp | 603 if (auto whyNot{WhyNotDefinable(name_.source, subpScope, RunChecks() local
|
H A D | check-io.cpp | 1034 if (auto whyNot{WhyNotDefinable(at, context_.FindScope(at), CheckForDefinableVariable() local
|
H A D | expression.cpp | 3303 std::string whyNot; CheckCall() local 3327 std::string whyNot; CheckCall() local
|
/llvm-project/flang/lib/Evaluate/ |
H A D | characteristics.cpp | 287 IsCompatibleWith(const DummyDataObject & actual,std::string * whyNot,std::optional<std::string> * warning) const IsCompatibleWith() argument 809 IsCompatibleWith(const DummyArgument & actual,std::string * whyNot,std::optional<std::string> * warning) const IsCompatibleWith() argument 1277 IsCompatibleWith(const Procedure & actual,bool ignoreImplicitVsExplicit,std::string * whyNot,const SpecificIntrinsic * specificIntrinsic,std::optional<std::string> * warning) const IsCompatibleWith() argument [all...] |