Home
last modified time | relevance | path

Searched refs:_Noreturn (Results 1 - 25 of 83) sorted by relevance

1234

/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Derr.h16 _Noreturn void err(int, const char *, ...);
17 _Noreturn void verr(int, const char *, va_list);
18 _Noreturn void errx(int, const char *, ...);
19 _Noreturn void verrx(int, const char *, va_list);
H A Dfeatures.h33 #define _Noreturn [[ noreturn ]] macro
35 #define _Noreturn macro
39 #define _Noreturn __attribute__((__noreturn__)) macro
41 #define _Noreturn macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Derr.h16 _Noreturn void err(int, const char *, ...);
17 _Noreturn void verr(int, const char *, va_list);
18 _Noreturn void errx(int, const char *, ...);
19 _Noreturn void verrx(int, const char *, va_list);
H A Dfeatures.h33 #define _Noreturn [[ noreturn ]] macro
35 #define _Noreturn macro
39 #define _Noreturn __attribute__((__noreturn__)) macro
41 #define _Noreturn macro
H A Dsetjmp.h23 _Noreturn void siglongjmp (sigjmp_buf, int);
29 _Noreturn void _longjmp (jmp_buf, int);
33 _Noreturn void longjmp (jmp_buf, int);
H A Dstdlib.h45 _Noreturn void abort (void);
47 _Noreturn void exit (int);
48 _Noreturn void _Exit (int);
50 _Noreturn void quick_exit (int);
H A Dstdnoreturn.h5 #define noreturn _Noreturn
/third_party/musl/porting/uniproton/kernel/include/
H A Derr.h16 _Noreturn void err(int, const char *, ...);
17 _Noreturn void verr(int, const char *, va_list);
18 _Noreturn void errx(int, const char *, ...);
19 _Noreturn void verrx(int, const char *, va_list);
H A Dfeatures.h33 #define _Noreturn [[ noreturn ]] macro
35 #define _Noreturn macro
39 #define _Noreturn __attribute__((__noreturn__)) macro
41 #define _Noreturn macro
H A Dsetjmp.h23 _Noreturn void siglongjmp (sigjmp_buf, int);
29 _Noreturn void _longjmp (jmp_buf, int);
33 _Noreturn void longjmp (jmp_buf, int);
H A Dstdlib.h45 _Noreturn void abort (void);
47 _Noreturn void exit (int);
48 _Noreturn void _Exit (int);
50 _Noreturn void quick_exit (int);
/third_party/musl/include/
H A Derr.h16 _Noreturn void err(int, const char *, ...);
17 _Noreturn void verr(int, const char *, va_list);
18 _Noreturn void errx(int, const char *, ...);
19 _Noreturn void verrx(int, const char *, va_list);
H A Dsetjmp.h29 _Noreturn void siglongjmp (sigjmp_buf, int);
35 _Noreturn void _longjmp (jmp_buf, int);
39 _Noreturn void longjmp (jmp_buf, int);
H A Dstdlib.h46 _Noreturn void abort (void);
47 _Noreturn void __cfi_fail_report (void);
49 _Noreturn void exit (int);
50 _Noreturn void _Exit (int);
52 _Noreturn void quick_exit (int);
H A Dfeatures.h33 #define _Noreturn __attribute__((__noreturn__)) macro
35 #define _Noreturn macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfeatures.h33 #define _Noreturn [[ noreturn ]] macro
35 #define _Noreturn macro
39 #define _Noreturn __attribute__((__noreturn__)) macro
41 #define _Noreturn macro
H A Dstdlib.h44 _Noreturn void abort (void);
46 _Noreturn void exit (int);
47 _Noreturn void _Exit (int);
49 _Noreturn void quick_exit (int);
/third_party/musl/src/legacy/
H A Derr.c25 _Noreturn void verr(int status, const char *fmt, va_list ap) in verr()
31 _Noreturn void verrx(int status, const char *fmt, va_list ap) in verrx()
53 _Noreturn void err(int status, const char *fmt, ...) in err()
61 _Noreturn void errx(int status, const char *fmt, ...) in errx()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h47 _Noreturn void abort (void);
49 _Noreturn void exit (int);
50 _Noreturn void _Exit (int);
52 _Noreturn void quick_exit (int);
H A Dfeatures.h35 #define _Noreturn __attribute__((__noreturn__)) macro
37 #define _Noreturn macro
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h46 _Noreturn void abort (void);
48 _Noreturn void exit (int);
49 _Noreturn void _Exit (int);
51 _Noreturn void quick_exit (int);
/third_party/musl/src/exit/
H A Dabort.c38 _Noreturn void __cfi_fail_report(void) in __cfi_fail_report()
50 _Noreturn void abort(void) in abort()
/third_party/icu/icu4c/source/tools/tzcode/
H A Dprivate.h222 #if !defined _Noreturn && __STDC_VERSION__ < 201112
224 # define _Noreturn __attribute__ ((__noreturn__)) macro
226 # define _Noreturn macro
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dprivate.h222 #if !defined _Noreturn && __STDC_VERSION__ < 201112
224 # define _Noreturn __attribute__ ((__noreturn__)) macro
226 # define _Noreturn macro
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dc11-noreturn.c1 static _Noreturn void foo(void) { while (1) ; } in foo()

Completed in 7 milliseconds

1234