Searched refs:abort (Results 1 - 25 of 717) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Dpascal-wchar-string.c6 extern void abort (void);
21 abort ();
23 abort ();
25 abort ();
27 abort ();
H A Dms_struct-bitfield-init.c4 extern void abort(void);
47 abort();
49 abort();
51 abort();
55 abort();
57 abort();
59 abort();
61 abort();
63 abort();
65 abort();
[all...]
H A D2007-09-27-ComplexIntCompare.c4 void __attribute__((noreturn)) abort(void);
13 abort ();
H A Dconditional-gnu-ext.c14 extern void abort();
20 abort();
27 abort();
H A Dcomplex-builtints.c19 extern void abort (void);
32 abort ();
36 abort ();
40 abort ();
45 abort ();
49 abort ();
53 abort ();
58 abort ();
62 abort ();
66 abort ();
[all...]
H A Dpr3518.c7 extern void abort (void);
23 abort ();
25 abort ();
27 abort ();
H A D2010-07-14-ref-off-end.c2 extern void abort();
22 if(f(t)!=0x11)abort();
H A Dunreachable.c4 extern void abort() __attribute__((noreturn));
33 abort();
H A D2009-05-22-callingconv.c2 void abort(void) __attribute__((__noreturn__));
19 abort();
/external/llvm/test/MC/AsmParser/
H A Dvariables.s7 .abort "invalid value"
14 .abort "invalid value"
H A Ddirective_abort.s4 # CHECK: error: .abort 'please stop assembing'
6 .abort please stop assembing
/external/compiler-rt/test/builtins/Unit/
H A Dgcc_personality_test_helper.cxx39 abort();
41 abort();
49 abort();
51 abort();
79 abort();
81 abort();
84 abort();
/external/libunwind/tests/
H A DLrs-race.c53 abort ();
63 abort ();
73 abort ();
83 abort ();
93 abort ();
103 abort ();
113 abort ();
123 abort ();
133 abort ();
143 abort ();
[all...]
/external/clang/test/CodeGenCXX/
H A Dnrvo-noreturn.cc4 void abort() __attribute__((__noreturn__));
13 abort();
H A Dstmtexpr.cpp4 extern "C" void abort();
11 A& operator= (const A &j) { i = j.i; abort(); return *this; }
34 abort();
37 abort();
44 abort();
56 abort();
/external/libcap-ng/libcap-ng-0.7/src/test/
H A Dlib_test.c40 abort();
46 abort();
58 abort();
67 abort();
74 abort();
80 abort();
86 abort();
93 abort();
99 abort();
105 abort();
[all...]
/external/bison/lib/
H A Dxalloc-die.c38 xalloc_die does not return, call abort. Also, the abort is a
40 abort ();
/external/bison/src/
H A Dassoc.c33 abort ();
/external/smack/src/com/kenai/jbosh/
H A DHTTPResponse.java32 void abort(); method in interface:HTTPResponse
/external/libunwind/src/setjmp/
H A Dsiglongjmp.c68 abort ();
73 abort ();
100 abort ();
105 abort ();
108 abort();
118 abort ();
122 abort ();
126 abort ();
/external/libunwind/src/unwind/
H A DResume.c41 abort ();
49 abort ();
/external/clang/test/Sema/
H A Dextern-redecl.c48 extern void abort(void); // expected-note 2 {{previous declaration is here}}
51 int abort(); // expected-error {{conflicting types}}
56 int abort(); // expected-error {{conflicting types}}
61 void (*_abort)(void) = &abort;
/external/compiler-rt/SDKs/darwin/usr/include/
H A Dstdlib.h24 void abort(void) __attribute__((__noreturn__));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
H A Dos_misc.h62 # define os_break() abort()
72 # define os_abort() abort()
/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_misc.h62 # define os_break() abort()
72 # define os_abort() abort()

Completed in 624 milliseconds

1234567891011>>