Searched refs:CommandStatus (Results 1 – 5 of 5) sorted by relevance
384 Driver::CommandStatus CommandStatus = Driver::CommandStatus::Ok; in clang_main() local414 CommandStatus = in clang_main()415 IsCrash ? Driver::CommandStatus::Crash : Driver::CommandStatus::Error; in clang_main()426 TheDriver.maybeGenerateCompilationDiagnostics(CommandStatus, ReproLevel, in clang_main()
553 enum class CommandStatus { enum561 OnCrash = static_cast<int>(CommandStatus::Crash),562 OnError = static_cast<int>(CommandStatus::Error),563 Always = static_cast<int>(CommandStatus::Ok),567 CommandStatus CS, ReproLevel Level, Compilation &C,572 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()