Home
last modified time | relevance | path

Searched refs:features_ (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Duser-state.h39 : allCooked_{allCooked}, features_{features} {} in UserState()
42 const common::LanguageFeatureControl &features() const { return features_; } in features()
105 common::LanguageFeatureControl features_; variable
/llvm-project-15.0.7/flang/lib/Parser/
H A Dprescan.cpp31 allSources_{preprocessor_.allSources()}, features_{lfc},
37 features_{that.features_}, inFixedForm_{that.inFixedForm_},
147 if (features_.IsEnabled(LanguageFeature::OldDebugLines) && in Statement()
495 if (features_.ShouldWarn(LanguageFeature::ClassicCComments)) { in NextToken()
652 bool escapesEnabled{features_.IsEnabled(LanguageFeature::BackslashEscapes)}; in QuotedCharacterLiteral()
760 !features_.IsEnabled(LanguageFeature::OldDebugLines))) { in IsFixedFormCommentLine()
954 features_.IsEnabled( in FixedFormContinuationLine()
957 if (features_.ShouldWarn( in FixedFormContinuationLine()
1052 features_.ShouldWarn(LanguageFeature::CruftAfterAmpersand)) { in FreeFormContinuation()
H A Dprescan.h148 features_.IsEnabled( in IsCComment()
192 common::LanguageFeatureControl features_; variable
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcharacteristics.cpp1102 : features_{features} {} in DistinguishUtils()
1144 const common::LanguageFeatureControl &features_; member in Fortran::evaluate::characteristics::DistinguishUtils
1315 } else if (features_.IsEnabled( in Distinguishable()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscalls_netbsd.inc2343 PRE_SYSCALL(_lwp_ctl)(long long features_, void **address_) {
2346 POST_SYSCALL(_lwp_ctl)(long long res, long long features_, void **address_) {