OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:noreturn
(Results
126 - 150
of
830
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CodeGenCXX/
dynamic-cast.cpp
24
// CHECK: attributes [[NR]] = {
noreturn
}
virtual-function-calls.cpp
42
[[
noreturn
]] virtual void f();
/external/clang/test/CodeGenObjC/
arc-with-atthrow.m
19
// CHECK: attributes [[NR]] = {
noreturn
}
/external/clang/test/CodeGenObjCXX/
exceptions.mm
37
// CHECK: attributes [[NR]] = {
noreturn
}
/external/clang/test/PCH/
functions.c
24
void __attribute__((
noreturn
)) test_abort(int code) {
/external/libcxxabi/src/
cxa_handlers.cpp
35
__attribute__((visibility("hidden"),
noreturn
))
44
__attribute__((
noreturn
))
60
__attribute__((visibility("hidden"),
noreturn
))
81
__attribute__((
noreturn
))
cxa_handlers.hpp
21
__attribute__((visibility("hidden"),
noreturn
))
25
__attribute__((visibility("hidden"),
noreturn
))
/external/llvm/test/CodeGen/Generic/
donothing.ll
21
tail call void @__cxa_call_unexpected(i8* %1)
noreturn
nounwind
/external/llvm/test/CodeGen/Mips/
insn-zero-size-bb.ll
27
attributes #0 = {
noreturn
}
brsize3a.ll
7
; Function Attrs:
noreturn
nounwind optsize
23
attributes #0 = {
noreturn
nounwind optsize "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="true" }
/external/llvm/test/CodeGen/X86/
rtm.ll
5
declare void @llvm.x86.xabort(i8)
noreturn
nounwind
/external/llvm/test/Feature/
paramattrs.ll
13
declare void @exit(i32)
noreturn
nounwind
/external/llvm/test/Transforms/Inline/
2009-05-07-CallUsingSelfCrash.ll
7
define void @func_113(%struct.S1* noalias nocapture sret %agg.result, i8 signext %p_114)
noreturn
nounwind {
/external/selinux/libsepol/utils/
chkcon.c
9
void usage(char*) __attribute__((
noreturn
));
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_handlers.cpp
35
__attribute__((visibility("hidden"),
noreturn
))
44
__attribute__((
noreturn
))
60
__attribute__((visibility("hidden"),
noreturn
))
81
__attribute__((
noreturn
))
/ndk/tests/device/test-stlport_shared-exception/jni/
pretty2.cpp
9
throw() __attribute__((
noreturn
));
/ndk/tests/device/test-stlport_static-exception/jni/
pretty2.cpp
9
throw() __attribute__((
noreturn
));
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
eh.h
27
_CRTIMP __declspec(
noreturn
) void __cdecl terminate(void);
/external/clang/lib/Headers/
stdnoreturn.h
1
/*===---- stdnoreturn.h - Standard header for
noreturn
macro ---------------===
27
#define
noreturn
_Noreturn
macro
/external/clang/test/CodeGen/
ms-declspecs.c
33
__declspec(
noreturn
) void f20_t(void);
43
// CHECK: attributes [[NR]] = {
noreturn
}
/external/clang/test/Sema/
return.c
36
void halt2() __attribute__((
noreturn
));
63
int halt3() __attribute__((
noreturn
));
161
void (*fptr)() __attribute__((
noreturn
));
192
void test28() __attribute__((
noreturn
));
203
extern void longjmp (struct __jmp_buf_tag __env[1], int __val) __attribute__ ((
noreturn
));
204
extern void _longjmp (struct __jmp_buf_tag __env[1], int __val) __attribute__ ((
noreturn
));
220
void test31(test31_t *callback __attribute__((
noreturn
)));
287
void abort(void) __attribute__((
noreturn
));
/external/llvm/test/CodeGen/ARM/
fast-isel-remat-same-constant.ll
18
; Function Attrs:
noreturn
28
attributes #0 = {
noreturn
}
/external/llvm/test/CodeGen/MSP430/
2009-12-22-InlineAsm.ll
9
define i16 @main()
noreturn
nounwind {
27
declare void @exit(i16)
noreturn
/external/llvm/test/CodeGen/PowerPC/
zext-free.ll
5
; Function Attrs:
noreturn
nounwind
36
attributes #0 = {
noreturn
nounwind }
/external/llvm/test/Transforms/DeadArgElim/
2008-01-16-VarargsParamAttrs.ll
27
call void @exit( i32 0 )
noreturn
nounwind
31
declare void @exit(i32)
noreturn
nounwind
Completed in 642 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>