OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Abort
(Results
1 - 19
of
19
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_nolibc.cc
27
void
Abort
() { internal__exit(1); }
sanitizer_posix_libcdep.cc
147
void
Abort
() {
159
abort
();
sanitizer_rtems.cc
65
void
Abort
() {
abort
(); }
sanitizer_fuchsia.cc
69
void
Abort
() {
abort
(); }
sanitizer_win.cc
517
void
Abort
() {
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_nolibc.cpp
27
void
Abort
() { internal__exit(1); }
sanitizer_posix_libcdep.cpp
131
void
Abort
() {
143
abort
();
sanitizer_fuchsia.cpp
73
void
Abort
() {
abort
(); }
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_nolibc.cpp
27
void
Abort
() { internal__exit(1); }
sanitizer_posix_libcdep.cpp
131
void
Abort
() {
143
abort
();
sanitizer_fuchsia.cpp
72
void
Abort
() {
abort
(); }
/src/external/bsd/libpcap/dist/msdos/
bin2c.c
6
static void
Abort
(const char *fmt,...)
23
Abort
("Usage: %s bin-file [> result]", argv[0]);
26
Abort
("Cannot open %s\n", argv[1]);
/src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_checks.h
80
enum class ErrorAction {
Abort
, Recover };
92
if (EA == ErrorAction::
Abort
)
110
if (EA == ErrorAction::
Abort
)
120
if (EA == ErrorAction::
Abort
)
/src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_checks.h
23
enum class ErrorAction {
Abort
, Recover };
162
if (EA == ErrorAction::
Abort
)
179
if (EA == ErrorAction::
Abort
)
188
if (EA == ErrorAction::
Abort
)
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Float2Int.cpp
296
bool
Abort
= false;
322
Abort
= true;
330
Abort
= true;
346
if (!
Abort
)
LoopUnswitch.cpp
1661
BasicBlock *
Abort
= BasicBlock::Create(Context, "us-unreachable",
1664
new UnreachableInst(Context,
Abort
);
1668
BranchInst::Create(
Abort
, OldSISucc,
1677
DT->addNewBlock(
Abort
, NewSISucc);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
VectorUtils.cpp
602
bool
Abort
= false;
605
Abort
= true;
608
if (
Abort
)
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-death-test.cc
300
posix::
Abort
();
411
void
Abort
(AbortReason reason) override;
510
void DeathTestImpl::
Abort
(AbortReason reason) {
/src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEISelLowering.cpp
1870
.addExternalSymbol("
abort
");
2223
// Call
abort
.
2246
// Insert code to call
abort
in the TrapBB.
2247
Register
Abort
= prepareSymbol(*TrapBB, TrapBB->end(), "
abort
", DL,
2250
.addReg(
Abort
, getKillRegState(true))
Completed in 28 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026