Home
last modified time | relevance | path

Searched defs:whyNot (Results 1 – 12 of 12) sorted by relevance

/llvm-project/flang/lib/Semantics/
H A Dcheck-deallocate.cpp36 } 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 Dcheck-nullify.cpp27 if (auto whyNot{WhyNotDefinable(name.source, scope, in Leave() local
42 if (auto whyNot{WhyNotDefinable(at, scope, Leave() local
H A Dcheck-call.cpp681 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 Dpointer-assignment.cpp144 if (auto whyNot{WhyNotDefinable(foldingContext_.messages().at(), scope_, CheckLeftHandSide() local
368 std::string whyNot; Check() local
H A Dassignment.cpp69 if (auto whyNot{WhyNotDefinable(lhsLoc, scope, Analyze() local
H A Dcheck-data.cpp62 if (const char *whyNot{IsProcedure(symbol) && !IsPointer(symbol) in operator ()() local
H A Ddefinable.cpp235 if (auto whyNot{ WhyNotDefinable() local
H A Dcheck-declarations.cpp882 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 Dcheck-allocate.cpp603 if (auto whyNot{WhyNotDefinable(name_.source, subpScope, RunChecks() local
H A Dcheck-io.cpp1034 if (auto whyNot{WhyNotDefinable(at, context_.FindScope(at), CheckForDefinableVariable() local
H A Dexpression.cpp3303 std::string whyNot; CheckCall() local
3327 std::string whyNot; CheckCall() local
/llvm-project/flang/lib/Evaluate/
H A Dcharacteristics.cpp287 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...]