OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:noreturn
(Results
301 - 325
of
830
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/libevent/
log-internal.h
34
#define EV_NORETURN __attribute__((
noreturn
))
/external/libunwind/src/ppc32/
Gresume.c
38
static
NORETURN
inline long
/external/libunwind/src/ppc64/
Gresume.c
38
static
NORETURN
inline long
/external/libunwind/src/x86_64/
unwind_i.h
89
extern
NORETURN
void x86_64_sigreturn (unw_cursor_t *cursor);
/external/llvm/test/CodeGen/AArch64/
arm64-bcc.ll
59
; Function Attrs:
noreturn
nounwind
arm64-big-endian-eh.ll
62
; Function Attrs: noinline
noreturn
nounwind
/external/llvm/test/CodeGen/ARM/
2011-12-19-sjlj-clobber.ll
33
invoke void @objc_exception_throw(i8* %tmp13)
noreturn
big-endian-eh-unwind.ll
62
; Function Attrs: noinline
noreturn
nounwind
/external/llvm/test/CodeGen/Hexagon/
always-ext.ll
45
declare void @llvm.trap()
noreturn
nounwind
block-addr.ll
65
attributes #0 = {
noreturn
nounwind "target-cpu"="hexagonv4" }
/external/llvm/test/CodeGen/Mips/
eh.ll
22
invoke void @__cxa_throw(i8* %exception, i8* bitcast (i8** @_ZTId to i8*), i8* null)
noreturn
/external/llvm/test/CodeGen/PowerPC/
frameaddr.ll
44
attributes #1 = {
noreturn
nounwind }
/external/llvm/test/CodeGen/X86/
2012-10-18-crash-dagco.ll
61
declare void @spam()
noreturn
nounwind
/external/llvm/test/Transforms/SLPVectorizer/X86/
pr18060.ll
45
; Function Attrs:
noreturn
/external/selinux/libsepol/cil/src/
cil_mem.c
37
__attribute__((
noreturn
)) void cil_default_mem_error_handler(void)
/external/selinux/libsepol/tests/
Makefile
5
CFLAGS += -g3 -gdwarf-2 -o0 -Wall -W -Wundef -Wmissing-
noreturn
-Wmissing-format-attribute -Wno-unused-parameter -Werror
/external/toybox/lib/
lib.h
98
void xexit(void)
noreturn
;
156
void error_exit(char *msg, ...) printf_format
noreturn
;
variable
157
void perror_exit(char *msg, ...) printf_format
noreturn
;
variable
158
void help_exit(char *msg, ...) printf_format
noreturn
;
variable
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/except.nested/
throw_with_nested.pass.cpp
14
// template<class T> void throw_with_nested [[
noreturn
]] (T&& t);
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
abort_message.cpp
34
__attribute__((visibility("hidden"),
noreturn
))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
gccmacro.h
43
#define PA_GCC_NORETURN __attribute__((
noreturn
))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
gccmacro.h
43
#define PA_GCC_NORETURN __attribute__((
noreturn
))
/external/clang/test/Modules/
redecl-merge.m
28
//
noreturn
and non-
noreturn
functions have different types
/external/compiler-rt/lib/ubsan/
ubsan_handlers.h
28
extern "C" SANITIZER_INTERFACE_ATTRIBUTE
NORETURN
\
34
extern "C" SANITIZER_INTERFACE_ATTRIBUTE
NORETURN
\
/external/llvm/include/llvm/IR/
Attributes.td
103
def
NoReturn
: EnumAttr<"
noreturn
">;
/external/llvm/test/Bitcode/
attributes-3.3.ll
20
define void @f3()
noreturn
214
; CHECK: attributes #0 = {
noreturn
}
Completed in 390 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>