ladybird/Kernel/ACPI
Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY
(...and ASSERT_NOT_REACHED => VERIFY_NOT_REACHED)

Since all of these checks are done in release builds as well,
let's rename them to VERIFY to prevent confusion, as everyone is
used to assertions being compiled out in release.

We can introduce a new ASSERT macro that is specifically for debug
checks, but I'm doing this wholesale conversion first since we've
accumulated thousands of these already, and it's not immediately
obvious which ones are suitable for ASSERT.
2021-02-23 20:56:54 +01:00
..
Definitions.h Everywhere: Re-format with clang-format-11 2020-12-31 21:51:00 +01:00
DynamicParser.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
DynamicParser.h Meta+Kernel: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
Initialize.cpp Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions 2021-02-19 21:42:18 +01:00
Initialize.h Kernel: Remove "non-operational" ACPI parser state 2020-04-09 17:19:11 +02:00
MultiProcessorParser.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
MultiProcessorParser.h Everywhere: Re-format with clang-format-11 2020-12-31 21:51:00 +01:00
Parser.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Parser.h Kernel: Assume 8042 controller is present if ACPI FADT revision <= 1 2020-11-12 18:04:16 +01:00