Home
last modified time | relevance | path

Searched refs:__noreturn (Results 1 – 8 of 8) 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/cmsis/CMSIS/RTOS2/Include/
Dcmsis_os2.h58 #define __NO_RETURN __noreturn
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.2.rst81 * add OP_UNREACH after calls to __noreturn functions
/third_party/json/include/nlohmann/thirdparty/hedley/
Dhedley.hpp1059 #define JSON_HEDLEY_NO_RETURN __noreturn
/third_party/json/single_include/nlohmann/
Djson.hpp1168 #define JSON_HEDLEY_NO_RETURN __noreturn