Home
last modified time | relevance | path

Searched defs:_Noreturn (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/
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 Dfeatures.h33 #define _Noreturn [[ noreturn ]] macro
35 #define _Noreturn macro
39 #define _Noreturn __attribute__((__noreturn__)) macro
41 #define _Noreturn macro
/third_party/musl/porting/uniproton/kernel/include/
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_a/kernel/include/
H A Dfeatures.h35 #define _Noreturn __attribute__((__noreturn__)) macro
37 #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
/third_party/musl/include/
H A Dfeatures.h33 #define _Noreturn __attribute__((__noreturn__)) macro
35 #define _Noreturn macro
/third_party/icu/icu4c/source/tools/tzcode/
H A Dprivate.h224 # define _Noreturn __attribute__ ((__noreturn__)) macro
226 # define _Noreturn macro
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dreserved.c52 static int (_Noreturn); variable
/third_party/ltp/tools/sparse/sparse-src/
H A Dident-list.h42 IDENT(_Noreturn); variable
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dprivate.h224 # define _Noreturn __attribute__ ((__noreturn__)) macro
226 # define _Noreturn macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DExpressionParser.cpp290 # define _Noreturn __declspec (noreturn) macro
292 # define _Noreturn YY_ATTRIBUTE ((__noreturn__)) macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_tab.cpp473 # define _Noreturn __declspec (noreturn) macro
475 # define _Noreturn YY_ATTRIBUTE ((__noreturn__)) macro

Completed in 10 milliseconds