OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:noreturn
(Results
501 - 525
of
830
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/llvm/test/Transforms/PhaseOrdering/
2010-03-22-empty-baseclass.ll
42
call void @abort()
noreturn
162
declare void @abort()
noreturn
/external/valgrind/auxprogs/
valgrind-listener.c
70
__attribute__ ((
noreturn
))
81
__attribute__ ((
noreturn
))
/art/build/
Android.gtest.mk
417
LOCAL_CLANG_CFLAGS += -Wno-used-but-marked-unused -Wno-deprecated -Wno-missing-
noreturn
# gtest issue
433
LOCAL_CLANG_CFLAGS += -Wno-used-but-marked-unused -Wno-deprecated -Wno-missing-
noreturn
# gtest issue
595
LOCAL_CLANG_CFLAGS += -Wno-used-but-marked-unused -Wno-deprecated -Wno-missing-
noreturn
# gtest issue
635
LOCAL_CLANG_CFLAGS += -Wno-used-but-marked-unused -Wno-deprecated -Wno-missing-
noreturn
# gtest issue
/external/clang/test/CXX/class/class.union/
p1.cpp
3
void abort() __attribute__((
noreturn
));
/external/clang/test/CodeGen/
exceptions-seh-finally.c
4
void abort(void) __attribute__((
noreturn
));
/external/clang/test/CodeGenCXX/
nrvo.cpp
220
// CHECK-EH: attributes [[NR_NUW]] = {
noreturn
nounwind }
/external/compiler-rt/lib/asan/
asan_interface_internal.h
82
// Performs cleanup before a
NoReturn
function. Must be called before things
/external/iproute2/ip/
ip.c
45
static void usage(void) __attribute__((
noreturn
));
ipaddrlabel.c
48
static void usage(void) __attribute__((
noreturn
));
ipmaddr.c
38
static void usage(void) __attribute__((
noreturn
));
ipmonitor.c
27
static void usage(void) __attribute__((
noreturn
));
ipmroute.c
34
static void usage(void) __attribute__((
noreturn
));
iptuntap.c
35
static void usage(void) __attribute__((
noreturn
));
/external/libpcap/tests/
capturetest.c
45
static void usage(void) __attribute__((
noreturn
));
selpolltest.c
43
static void usage(void) __attribute__((
noreturn
));
/external/libunwind/src/x86_64/
Gos-freebsd.c
187
HIDDEN
NORETURN
void
/external/libvpx/libvpx/
args.c
20
extern void die(const char *fmt, ...) __attribute__((
noreturn
));
/external/llvm/test/CodeGen/AArch64/
arm64-shrink-wrapping.ll
504
; Make sure we do not insert unreachable code after
noreturn
function.
508
; CHECK-LABEL:
noreturn
:
526
define i32 @
noreturn
(i8 signext %bad_thing) {
541
attributes #0 = {
noreturn
nounwind }
/external/llvm/test/CodeGen/ARM/
arm-shrink-wrapping.ll
498
; Make sure we do not insert unreachable code after
noreturn
function.
502
; CHECK-LABEL:
noreturn
:
520
define i32 @
noreturn
(i8 signext %bad_thing) {
536
attributes #0 = {
noreturn
nounwind }
/external/llvm/test/CodeGen/PowerPC/
sjlj.ll
157
attributes #1 = {
noreturn
nounwind }
/external/llvm/test/CodeGen/Thumb/
thumb-shrink-wrapping.ll
567
; Make sure we do not insert unreachable code after
noreturn
function.
571
; CHECK-LABEL:
noreturn
:
590
define i32 @
noreturn
(i8 signext %bad_thing) {
691
attributes #0 = {
noreturn
nounwind }
/external/llvm/test/CodeGen/Thumb2/
2009-08-01-WrongLDRBOpc.ll
9
define void @main(i32 %argc, i8** %argv)
noreturn
nounwind {
/external/llvm/test/CodeGen/X86/
2010-04-30-LocalAlloc-LandingPad.ll
35
call void @_ZSt9terminatev()
noreturn
nounwind
2012-01-10-UndefExceptionEdge.ll
151
declare void @OnOverFlow()
noreturn
optsize ssp align 2
/external/llvm/test/Transforms/LCSSA/
invoke-dest.ll
143
declare void @_ZNK13cSimpleModule5errorEPKcz(i8* nocapture, i8* nocapture, ...)
noreturn
Completed in 977 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>