Home
last modified time | relevance | path

Searched refs:ShouldWarn (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dcheck-return.cpp39 } else if (context_.ShouldWarn(common::LanguageFeature::ProgramReturn)) { in Leave()
Dsemantics.cpp201 bool SemanticsContext::ShouldWarn(common::LanguageFeature feature) const { in ShouldWarn() function in Fortran::semantics::SemanticsContext
202 return languageFeatures_.ShouldWarn(feature); in ShouldWarn()
Dresolve-names-utils.cpp407 if (context_.ShouldWarn( in CheckCanEquivalence()
418 if (context_.ShouldWarn( in CheckCanEquivalence()
Dcheck-do-forall.cpp472 context_.ShouldWarn(common::LanguageFeature::RealDoControls)}; in CheckDoControl()
Dresolve-labels.cpp923 context.ShouldWarn( in CheckLabelDoConstraints()
Dexpression.cpp400 } else if (analyzer.context().ShouldWarn( in Test()
1544 if (context().ShouldWarn(LanguageFeature::AnonymousParents)) { in Analyze()
3059 if (context_.context().languageFeatures().ShouldWarn( in OkLogicalIntegerAssignment()
/external/llvm-project/flang/include/flang/Common/
DFortran-features.h56 bool ShouldWarn(LanguageFeature f) const { in ShouldWarn() function
/external/llvm-project/flang/lib/Parser/
Dprescan.cpp419 if (features_.ShouldWarn(LanguageFeature::ClassicCComments)) { in NextToken()
882 if (features_.ShouldWarn( in FixedFormContinuationLine()
977 features_.ShouldWarn(LanguageFeature::CruftAfterAmpersand)) { in FreeFormContinuation()
/external/llvm-project/flang/include/flang/Parser/
Dparse-state.h155 if (userState_ && userState_->features().ShouldWarn(lf)) { in Nonstandard()
/external/llvm-project/flang/include/flang/Semantics/
Dsemantics.h78 bool ShouldWarn(common::LanguageFeature) const;