HomeSort by relevance Sort by last modified time
    Searched defs:noreturn (Results 26 - 39 of 39) sorted by null

12

  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
stdnoreturn.h 1 /*===---- stdnoreturn.h - Standard header for noreturn macro ---------------===
27 #define noreturn _Noreturn macro
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
stdnoreturn.h 1 /*===---- stdnoreturn.h - Standard header for noreturn macro ---------------===
27 #define noreturn _Noreturn macro
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
stdnoreturn.h 1 /*===---- stdnoreturn.h - Standard header for noreturn macro ---------------===
27 #define noreturn _Noreturn macro
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
stdnoreturn.h 1 /*===---- stdnoreturn.h - Standard header for noreturn macro ---------------===
27 #define noreturn _Noreturn macro
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
stdnoreturn.h 1 /*===---- stdnoreturn.h - Standard header for noreturn macro ---------------===
27 #define noreturn _Noreturn macro
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
stdnoreturn.h 1 /*===---- stdnoreturn.h - Standard header for noreturn macro ---------------===
27 #define noreturn _Noreturn macro
  /prebuilts/sdk/renderscript/clang-include/
stdnoreturn.h 1 /*===---- stdnoreturn.h - Standard header for noreturn macro ---------------===
27 #define noreturn _Noreturn macro
  /external/clang/test/SemaCXX/
new-delete-0x.cpp 4 struct noreturn_t {} constexpr noreturn = {}; variable in typeref:struct:noreturn_t
6 void *operator new [[noreturn]] (size_t, noreturn_t);
7 void operator delete [[noreturn]] (void*, noreturn_t);
cxx11-gnu-attrs.cpp 58 // [[gnu::noreturn]] appertains to a declaration, and marks the innermost
59 // function declarator in that declaration as being noreturn.
60 int noreturn [[gnu::noreturn]]; // expected-warning {{'noreturn' only applies to function types}} variable
62 int noreturn_fn_2() [[gnu::noreturn]]; // expected-warning {{cannot be applied to a type}}
63 int noreturn_fn_3 [[gnu::noreturn]] ();
64 [[gnu::noreturn]] int noreturn_fn_4();
65 int (*noreturn_fn_ptr_1 [[gnu::noreturn]])() = &noreturn_fn_1; // expected-error {{cannot initialize}}
66 int (*noreturn_fn_ptr_2 [[gnu::noreturn]])() = &noreturn_fn_3
    [all...]
  /external/kmod/shared/
macro.h 63 /* Define C11 noreturn without <stdnoreturn.h> and even on older gcc
65 #ifndef noreturn
67 #define noreturn _Noreturn macro
69 #define noreturn __attribute__((noreturn)) macro
  /external/toybox/lib/
portability.h 13 #define noreturn __attribute__((noreturn)) macro
16 #define noreturn macro
lib.h 116 void _xexit(void) noreturn;
117 void xexit(void) noreturn;
182 void error_exit(char *msg, ...) printf_format noreturn; variable
183 void perror_exit(char *msg, ...) printf_format noreturn; variable
184 void help_exit(char *msg, ...) printf_format noreturn; variable
  /external/syslinux/lzo/
prepcore.c 96 # define noreturn void __attribute__((noreturn)) macro
98 # define noreturn void macro
139 static noreturn error(const char *fmt, ...)
  /external/syslinux/win/
syslinux.c 34 # define noreturn void __attribute__((noreturn)) macro
36 # define noreturn void macro

Completed in 461 milliseconds

12