Home
last modified time | relevance | path

Searched refs:__dead_code_marker (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/gdbstub/
DCargo.toml.orig33 # INTERNAL: enables the `__dead_code_marker!` macro.
35 __dead_code_marker = []
DCargo.toml61 __dead_code_marker = [] qkey
/external/rust/crates/gdbstub/src/protocol/commands/
D_qOffsets.rs8 crate::__dead_code_marker!("qOffsets", "from_packet"); in from_packet()
D_r_upcase.rs8 crate::__dead_code_marker!("R", "from_packet"); in from_packet()
D_vAttach.rs10 crate::__dead_code_marker!("vAttach", "from_packet"); in from_packet()
D_qRcmd.rs10 crate::__dead_code_marker!("qRcmd", "from_packet"); in from_packet()
/external/rust/crates/gdbstub/src/internal/
Ddead_code_marker.rs32 macro_rules! __dead_code_marker { macro
/external/rust/crates/gdbstub/src/protocol/
Dcommands.rs72 crate::__dead_code_marker!($name, "prefix_match");
/external/rust/crates/gdbstub/src/gdbstub_impl/
Dmod.rs754 crate::__dead_code_marker!("qRcmd", "impl"); in handle_monitor_cmd()
798 crate::__dead_code_marker!("qOffsets", "impl"); in handle_section_offsets()