OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:noreturn
(Results
451 - 475
of
830
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/Analysis/
NoReturn.m
126
// Test that hard-coded Microsoft _wassert name is recognized as a
noreturn
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p3.cpp
76
// [[
noreturn
]].
/external/clang/test/CodeGen/
inline.c
66
__attribute__((
noreturn
)) void __cdecl _exit(int _Code);
/external/clang/test/CodeGenCXX/
static-init.cpp
51
__attribute__((
noreturn
)) int throw_exception();
/external/compiler-rt/lib/asan/
asan_internal.h
66
void
NORETURN
ShowStatsAndAbort();
/external/compiler-rt/lib/msan/
msan_interface_internal.h
37
SANITIZER_INTERFACE_ATTRIBUTE __attribute__((
noreturn
))
/external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.cc
143
void
NORETURN
ReportAllocatorCannotReturnNull() {
sanitizer_common.h
313
void
NORETURN
Abort();
314
void
NORETURN
Die();
315
void
NORETURN
317
void
NORETURN
ReportMmapFailureAndDie(uptr size, const char *mem_type,
sanitizer_libc.h
72
void
NORETURN
internal__exit(int exitcode);
/external/iproute2/bridge/
bridge.c
31
static void usage(void) __attribute__((
noreturn
));
/external/iproute2/ip/
ipnetconf.c
33
static void usage(void) __attribute__((
noreturn
));
iptoken.c
37
static void usage(void) __attribute__((
noreturn
));
link_vti.c
39
static void usage(void) __attribute__((
noreturn
));
link_vti6.c
28
static void usage(void) __attribute__((
noreturn
));
/external/libcxxabi/include/
cxxabi.h
24
#define LIBCXXABI_NORETURN __attribute__((
noreturn
))
/external/libopus/celt/
arch.h
56
__attribute__((
noreturn
))
/external/libpcap/tests/
opentest.c
41
static void usage(void) __attribute__((
noreturn
));
/external/libunwind/src/hppa/
Gresume.c
36
static
NORETURN
inline long
/external/libunwind/src/x86_64/
Gos-linux.c
138
HIDDEN
NORETURN
void
/external/llvm/lib/Support/
ErrorHandling.cpp
119
// Windows systems and possibly others don't declare abort() to be
noreturn
,
/external/llvm/test/CodeGen/ARM/
2008-04-04-ScavengerAssert.ll
7
define void @main(i32 %argc, i8** %argv)
noreturn
nounwind {
eh-dispcont.ll
42
attributes #2 = {
noreturn
}
fast-isel.ll
174
define i32 @trap_intrinsic()
noreturn
nounwind {
/external/llvm/test/CodeGen/Mips/
mips16ex.ll
23
invoke void @__cxa_throw(i8* %exception, i8* bitcast (i8** @_ZTIi to i8*), i8* null)
noreturn
/external/llvm/test/CodeGen/Thumb2/
thumb2-tbh.ll
13
declare void @Z_fatal(i8*)
noreturn
nounwind
Completed in 606 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>