Lines Matching defs:CheckForProhibitedSpecifier
711 CheckForProhibitedSpecifier(IoSpecKind::File, IoSpecKind::Unit); // C1246
723 CheckForProhibitedSpecifier(
729 CheckForProhibitedSpecifier(flags_.test(Flag::StatusScratch),
745 CheckForProhibitedSpecifier(flags_.test(Flag::AccessStream),
798 CheckForProhibitedSpecifier(IoSpecKind::Delim); // C1212
799 CheckForProhibitedSpecifier(IoSpecKind::Sign); // C1212
800 CheckForProhibitedSpecifier(IoSpecKind::Rec, IoSpecKind::End); // C1220
848 CheckForProhibitedSpecifier(IoSpecKind::Blank); // C1213
849 CheckForProhibitedSpecifier(IoSpecKind::End); // C1213
850 CheckForProhibitedSpecifier(IoSpecKind::Eor); // C1213
851 CheckForProhibitedSpecifier(IoSpecKind::Pad); // C1213
852 CheckForProhibitedSpecifier(IoSpecKind::Size); // C1213
865 CheckForProhibitedSpecifier(IoSpecKind::Nml, IoSpecKind::Rec); // C1216
866 CheckForProhibitedSpecifier(IoSpecKind::Nml, IoSpecKind::Fmt); // C1216
867 CheckForProhibitedSpecifier(
869 CheckForProhibitedSpecifier(flags_.test(Flag::InternalUnit),
871 CheckForProhibitedSpecifier(flags_.test(Flag::InternalUnit),
873 CheckForProhibitedSpecifier(
875 CheckForProhibitedSpecifier(
877 CheckForProhibitedSpecifier(
883 CheckForProhibitedSpecifier(IoSpecKind::Advance,
890 CheckForProhibitedSpecifier(IoSpecKind::Pos, IoSpecKind::Rec); // C1226
948 // CheckForRequiredSpecifier and CheckForProhibitedSpecifier functions
1002 void IoChecker::CheckForProhibitedSpecifier(IoSpecKind specKind) const {
1010 void IoChecker::CheckForProhibitedSpecifier(
1019 void IoChecker::CheckForProhibitedSpecifier(
1027 void IoChecker::CheckForProhibitedSpecifier(