Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp991 bool CheckNotInBlock(const char *);
4093 return CheckNotInBlock("INTENT") && // C1107 in Pre()
4126 return CheckNotInBlock("OPTIONAL") && // C1107 in Pre()
4133 return CheckNotInBlock("VALUE") && // C1107 in Pre()
4173 bool DeclarationVisitor::CheckNotInBlock(const char *stmt) { in CheckNotInBlock() function in Fortran::semantics::DeclarationVisitor
5156 if (!CheckNotInBlock("NAMELIST")) { // C1107 in Pre()
5208 CheckNotInBlock("COMMON"); // C1107 in Pre()
5230 if (CheckNotInBlock("EQUIVALENCE")) { // C1107 in Pre()
7270 return CheckNotInBlock("IMPLICIT") && // C1107 in Pre()
7331 CheckNotInBlock("STATEMENT FUNCTION"); // C1107 in Pre()