Home
last modified time | relevance | path

Searched defs:noreturn (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/CodeGenObjC/
Dattr-noreturn.m13 + (void) abort __attribute__((noreturn));
14 - (void) fail __attribute__((noreturn));
39 + (void) abort __attribute__((noreturn));
/external/clang/lib/Headers/
Dstdnoreturn.h27 #define noreturn _Noreturn macro
/external/kmod/shared/
Dmacro.h67 #define noreturn _Noreturn macro
69 #define noreturn __attribute__((noreturn)) macro
/external/clang/test/SemaCXX/
Dnew-delete-0x.cpp4 struct noreturn_t {} constexpr noreturn = {}; variable
Dcxx11-gnu-attrs.cpp60 int noreturn [[gnu::noreturn]]; // expected-warning {{'noreturn' only applies to function types}} variable
/external/clang/test/SemaObjC/
Dmethod-attributes.m6 -t1 __attribute__((noreturn));
8 -(void) m0 __attribute__((noreturn));