Home
last modified time | relevance | path

Searched refs:warn_ (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Common/
H A DFortran-features.h58 void EnableWarning(LanguageFeature f, bool yes = true) { warn_.set(f, yes); }
64 warn_.test(f); in ShouldWarn()
72 LanguageFeatures warn_; variable
/llvm-project-15.0.7/clang/docs/
H A DInternalsManual.rst86 start with ``err_``, ``warn_``, ``ext_`` to encode the severity into the name.