Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-io.cpp685 CheckForProhibitedSpecifier( in Leave()
793 CheckForProhibitedSpecifier(IoSpecKind::End); // C1213 in Leave()
794 CheckForProhibitedSpecifier(IoSpecKind::Eor); // C1213 in Leave()
809 CheckForProhibitedSpecifier( in LeaveReadWrite()
815 CheckForProhibitedSpecifier( in LeaveReadWrite()
817 CheckForProhibitedSpecifier( in LeaveReadWrite()
819 CheckForProhibitedSpecifier( in LeaveReadWrite()
825 CheckForProhibitedSpecifier(IoSpecKind::Advance, in LeaveReadWrite()
955 void IoChecker::CheckForProhibitedSpecifier( in CheckForProhibitedSpecifier() function in Fortran::semantics::IoChecker
964 void IoChecker::CheckForProhibitedSpecifier( in CheckForProhibitedSpecifier() function in Fortran::semantics::IoChecker
[all …]
H A Dcheck-io.h119 void CheckForProhibitedSpecifier(IoSpecKind) const;
120 void CheckForProhibitedSpecifier(IoSpecKind, IoSpecKind) const;
121 void CheckForProhibitedSpecifier(IoSpecKind, bool, const std::string &) const;
122 void CheckForProhibitedSpecifier(bool, const std::string &, IoSpecKind) const;