Searched refs:unset_flags (Results 1 – 4 of 4) sorted by relevance
428 buf_flags ( addr, set_flags, unset_flags )431 u_long unset_flags;445 unset_flags&BUF_DIRTY ? "DIRTY " : "", 446 unset_flags&BUF_VALID ? "VALID " : "", 447 unset_flags&BUF_PINNED ? "PINNED " : "", 448 unset_flags&BUF_IO_ERROR ? "IO_ERROR " : "", 449 unset_flags&BUF_IO_IN_PROGRESS ? "IO_IN_PROG " : "", 450 unset_flags&BUF_NEWPAGE ? "NEWPAGE " : "" );467 unset_flags |= BUF_NEWPAGE;470 if ( unset_flags & BUF_PINNED ) {[all …]
395 if (!FI->unset_flags().empty()) in printExtras()396 OS << " (unset " << join(FI->unset_flags(), ", ") << ")"; in printExtras()
414 const auto &unset_flags() const { return UnsetF; } in unset_flags() function
2007 for (StringRef F : FI->unset_flags()) in emitInstructionApplyPattern()2144 if (const auto &UnsetF = FI->unset_flags(); !UnsetF.empty()) in emitCodeGenInstructionMatchPattern()