Home
last modified time | relevance | path

Searched refs:__noreturn (Results 1 – 14 of 14) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
Dfunction-attribute-pointer.c1 #define __noreturn __attribute__((__noreturn__)) macro
4 void set_die_nr(__noreturn void (*)(void));
7 void __noreturn die_nr(void);
18 __noreturn void (*fptr3)(void) = die_nr; in foo()
19 __noreturn void (*fptr2)(void) = die; in foo()
Dfunction-attribute-inner.c1 #define __noreturn __attribute__((__noreturn__)) macro
3 void __noreturn fun(void);
5 _Static_assert([void (__noreturn *)(void)] == [typeof(&fun)], "");
Dfunction-attribute-void-ptr.c1 #define __noreturn __attribute__((__noreturn__)) macro
4 void __noreturn die(void);
Dfunction-redecl-funattr.c2 #define __noreturn __attribute__((noreturn)) macro
8 void __noreturn n(void);
/third_party/fsverity-utils/programs/
Dutils.h28 __printf(1, 2) __cold __noreturn void fatal_error(const char *format, ...);
29 __cold __noreturn void assertion_failed(const char *expr,
Dutils.c80 __noreturn void fatal_error(const char *format, ...) in fatal_error()
90 __noreturn void assertion_failed(const char *expr, const char *file, int line) in assertion_failed()
/third_party/fsverity-utils/common/
Dcommon_defs.h38 #ifndef __noreturn
39 # define __noreturn __attribute__((noreturn)) macro
/third_party/musl/include/sys/linux/
Dcdefs.h82 #define __noreturn __attribute__((__noreturn__)) macro
/third_party/musl/porting/linux/user/include/sys/
Dcdefs.h82 #define __noreturn __attribute__((__noreturn__)) macro
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.2.rst81 * add OP_UNREACH after calls to __noreturn functions
/third_party/cmsis/CMSIS/RTOS2/Include/
Dcmsis_os2.h78 #define __NO_RETURN __noreturn
/third_party/json/include/nlohmann/thirdparty/hedley/
Dhedley.hpp1152 #define JSON_HEDLEY_NO_RETURN __noreturn
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp1331 #define JSON_HEDLEY_NO_RETURN __noreturn
/third_party/json/single_include/nlohmann/
Djson.hpp1468 #define JSON_HEDLEY_NO_RETURN __noreturn