Lines Matching refs:abort
14350 /// Callers of memory allocation APIs wishing to abort computation
14355 /// and abort the process.
19752 use core::intrinsics::abort;
21850 // We abort because this is such a degenerate scenario that we don't care about
21870 // We want to abort on overflow instead of dropping the value.
21872 // nevertheless, we insert an abort here to hint LLVM at
21875 abort();
21894 // We want to abort on overflow instead of dropping the value.
21896 // nevertheless, we insert an abort here to hint LLVM at
21899 abort();
23284 use core::intrinsics::abort;
23309 /// Going above this limit will abort your program (although not
24558 // We abort because such a program is incredibly degenerate, and we
24561 abort();
25091 abort();
25237 abort();
27927 // panicked. If another one panics this will abort.
31251 // don't have to care about panics this time (they'll abort).
32083 intrinsics::abort()
42443 // This may panic or abort
48441 // This will panic or abort if we would allocate > isize::MAX bytes