Searched refs:CommandStatus (Results 1 – 5 of 5) sorted by relevance
533 Driver::CommandStatus CommandStatus = Driver::CommandStatus::Ok; in clang_main() local563 CommandStatus = in clang_main()564 IsCrash ? Driver::CommandStatus::Crash : Driver::CommandStatus::Error; in clang_main()575 TheDriver.maybeGenerateCompilationDiagnostics(CommandStatus, ReproLevel, in clang_main()
545 enum class CommandStatus { enum553 OnCrash = static_cast<int>(CommandStatus::Crash),554 OnError = static_cast<int>(CommandStatus::Error),555 Always = static_cast<int>(CommandStatus::Ok),559 CommandStatus CS, ReproLevel Level, Compilation &C,564 if (CS != CommandStatus::Crash)
123 HWORD CommandStatus; member
173 u_int16_t CommandStatus; member
123 uint32_t CommandStatus; member287 printf(" Command Status: 0x%08x\n", p->CommandStatus); in apei_pcie_handler()