Searched refs:abort_now (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/proc-macro-error/src/imp/ |
D | fallback.rs | 4 abort_now, check_correctness, 13 abort_now() in abort_if_dirty()
|
D | delegate.rs | 8 abort_now, check_correctness, 15 abort_now() in abort_if_dirty()
|
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_indata.h | 92 uint32_t rwnd, int *abort_now, int ecne_seen); 98 int *abort_now, uint8_t flags,
|
D | sctp_indata.c | 3938 uint32_t rwnd, int *abort_now, int ecne_seen) argument 4012 *abort_now = 1; 4361 *abort_now = 1; 4458 int *abort_now, uint8_t flags, argument 4573 *abort_now = 1; 5083 *abort_now = 1;
|
D | sctp_input.c | 5123 int abort_now = 0; local 5215 &abort_now, ecne_seen); 5219 num_seg, num_nr_seg, num_dup, &abort_now, flags, 5223 if (abort_now) {
|
/external/rust/crates/proc-macro-error/src/ |
D | diagnostic.rs | 1 use crate::{abort_now, check_correctness, sealed::Sealed, SpanRange}; 182 abort_now() in abort()
|
D | lib.rs | 470 fn abort_now() -> ! { in abort_now() function
|