Searched refs:build_error (Results 1 – 13 of 13) sorted by relevance
6 pub use build_error::build_error;8 /// Fails the build if the code path calling `build_error!` can possibly be executed.10 /// If the macro is executed in const context, `build_error!` will panic.11 /// If the compiler or optimizer cannot guarantee that `build_error!` can never19 /// a.checked_add(1).unwrap_or_else(|| build_error!("overflow"))26 macro_rules! build_error {28 $crate::build_assert::build_error("")31 $crate::build_assert::build_error($msg)83 $crate::build_assert::build_error(conca24 macro_rules! build_error { global() macro [all...]
329 build_error!("Backend does not support fallible 8-bit read") in try_read8()338 build_error!("Backend does not support fallible 16-bit read") in try_read16()347 build_error!("Backend does not support fallible 32-bit read") in try_read32()356 build_error!("Backend does not support fallible 64-bit read") in try_read64()365 build_error!("Backend does not support fallible 8-bit write") in try_write8()374 build_error!("Backend does not support fallible 16-bit write") in try_write16()383 build_error!("Backend does not support fallible 32-bit write") in try_write32()392 build_error!("Backend does not support fallible 64-bit write") in try_write64()401 build_error!("Backend does not support infallible 8-bit read") in read8()410 build_error!("Backend does not support infallible 16-bit read") in read16()[all …]
742 build_error!(VTABLE_DEFAULT_ERROR) in exit() 747 build_error!(VTABLE_DEFAULT_ERROR) in online() 752 build_error!(VTABLE_DEFAULT_ERROR) in offline() 757 build_error!(VTABLE_DEFAULT_ERROR) in suspend() 762 build_error!(VTABLE_DEFAULT_ERROR) in resume() 767 build_error!(VTABLE_DEFAULT_ERROR) in ready() 775 build_error!(VTABLE_DEFAULT_ERROR) in setpolicy() 780 build_error!(VTABLE_DEFAULT_ERROR) in target() 785 build_error!(VTABLE_DEFAULT_ERROR) in target_index() 790 build_error!(VTABLE_DEFAULT_ERRO in fast_switch() [all...]
290 crate::build_error!("Must call next_entry() before push()."); in push()334 crate::build_error!("Length mismatch.");
32 pub use super::{build_assert, build_error};
142 build_error!("Invalid DMA Mask."); in new()327 build_error!("C enum value is out of bounds for the target type `u32`."); in const_cast()
297 build_error!(VTABLE_DEFAULT_ERROR) in config_clks()309 build_error!(VTABLE_DEFAULT_ERROR) in config_regulators()
514 kernel::build_error!(kernel::error::VTABLE_DEFAULT_ERROR) in drop_item() 663 kernel::build_error!(kernel::error::VTABLE_DEFAULT_ERROR) in store()
28 use crate::build_error;274 _ => build_error!("Wrong ordering"), in load()306 _ => build_error!("Wrong ordering"), in store()
29 pub const fn build_error(msg: &'static str) -> ! { in build_error() function
23 obj-$(CONFIG_RUST) += build_error.o25 always-$(CONFIG_RUST) += build_error.o
2205 unsigned int build_error; /* # asc/adv_build_req() ASC_ERROR returns. */ member3495 s->callback, s->done, s->build_error, in asc_prt_board_stats()8392 ASC_STATS(scp->device->host, build_error); in asc_execute_scsi_cmnd()8419 ASC_STATS(scp->device->host, build_error); in asc_execute_scsi_cmnd()
3554 Controls how `build_error!` and `build_assert!` are handled during the build.