Searched refs:NO_RETURN (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DHeapStatistics.h38 NO_RETURN static void exitWithFailure();
/macosx-10.10/WTF-7600.1.24/wtf/
H A DCompiler.h188 /* NO_RETURN */
190 #if !defined(NO_RETURN) && COMPILER(GCC)
191 #define NO_RETURN __attribute((__noreturn__)) macro
194 #if !defined(NO_RETURN) && COMPILER(MSVC)
195 #define NO_RETURN __declspec(noreturn) macro
198 #if !defined(NO_RETURN)
199 #define NO_RETURN macro
205 #define NO_RETURN_WITH_VALUE NO_RETURN
H A DAssertions.h115 #define NO_RETURN_DUE_TO_CRASH NO_RETURN
H A DAssertions.cpp353 static NO_RETURN void dumpBacktraceSignalHandler(int sig)
/macosx-10.10/emacs-93/emacs/src/
H A Dpuresize.h68 extern void pure_write_error P_ ((void)) NO_RETURN;
H A Dkeyboard.h333 extern void quit_throw_to_read_char P_ ((void)) NO_RETURN;
H A Dlisp.h83 extern void die P_((const char *, const char *, int)) NO_RETURN;
2193 extern void circular_list_error P_ ((Lisp_Object)) NO_RETURN;
2282 extern void args_out_of_range P_ ((Lisp_Object, Lisp_Object)) NO_RETURN;
2284 Lisp_Object)) NO_RETURN;
2285 extern Lisp_Object wrong_type_argument P_ ((Lisp_Object, Lisp_Object)) NO_RETURN;
2568 extern void memory_full P_ ((void)) NO_RETURN;
2569 extern void buffer_memory_full P_ ((void)) NO_RETURN;
2725 EXFUN (Fthrow, 2) NO_RETURN;
2729 extern void xsignal P_ ((Lisp_Object, Lisp_Object)) NO_RETURN;
2730 extern void xsignal0 P_ ((Lisp_Object)) NO_RETURN;
[all...]
H A Dconfig.in1136 #define NO_RETURN __attribute__ ((__noreturn__))
1138 #define NO_RETURN /* nothing */
H A Dsound.c120 static void alsa_sound_perror P_ ((char *, int)) NO_RETURN;
121 static void sound_perror P_ ((char *)) NO_RETURN;
H A Dbuffer.h854 extern void buffer_slot_type_mismatch P_ ((int)) NO_RETURN;
H A Dcharset.h841 extern void invalid_character P_ ((int)) NO_RETURN;
H A Dlread.c218 static void invalid_syntax P_ ((const char *, int)) NO_RETURN;
219 static void end_of_file_error P_ (()) NO_RETURN;
H A Dtextprop.c83 static void text_read_only P_ ((Lisp_Object)) NO_RETURN;
H A Deval.c205 static void unwind_to_catch P_ ((struct catchtag *, Lisp_Object)) NO_RETURN;
/macosx-10.10/emacs-93/emacs/mac/inc/
H A Dconfig.h1163 #define NO_RETURN __attribute__ ((__noreturn__)) macro
1165 #define NO_RETURN /* nothing */ macro
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DRepatch.h62 inline NO_RETURN void resetIn(RepatchBuffer&, StructureStubInfo&) { RELEASE_ASSERT_NOT_REACHED(); }
/macosx-10.10/WebKit2-7600.1.25/Shared/EntryPointUtilities/mac/XPCService/
H A DXPCServiceMain.Development.mm42 static NO_RETURN void reexec(ReexecInfo *info)
85 static NO_RETURN void reexecCallBack(CFRunLoopTimerRef timer, void *info)
/macosx-10.10/emacs-93/emacs/nt/
H A Dconfig.nt474 #ifndef NO_RETURN
476 #define NO_RETURN __attribute__ ((__noreturn__))
478 #define NO_RETURN /* nothing */
/macosx-10.10/emacs-93/emacs/lib-src/
H A Demacsclient.c107 #ifndef NO_RETURN macro
108 #define NO_RETURN
137 void print_help_and_exit () NO_RETURN;
H A Dupdate-game-score.c107 void lose P_ ((const char *msg)) NO_RETURN;
117 void lose_syserr P_ ((const char *msg)) NO_RETURN;
H A Debrowse.c536 void usage P_ ((int)) NO_RETURN;
537 void version P_ (()) NO_RETURN;
/macosx-10.10/WebKit2-7600.1.25/Shared/linux/SeccompFilters/
H A DSeccompBroker.cpp305 NO_RETURN void SeccompBroker::runLoop(int socket)
/macosx-10.10/JavaScriptCore-7600.1.17/
H A DtestRegExp.cpp463 static NO_RETURN void printUsageStatement(bool help = false)
H A Djsc.cpp1259 static NO_RETURN void printUsageStatement(bool help = false)
/macosx-10.10/WebCore-7600.1.25/platform/ios/wak/
H A DWebCoreThread.mm642 NO_RETURN

Completed in 178 milliseconds

12