OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:noreturn
(Results
526 - 550
of
830
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/llvm/utils/kate/
llvm.xml
83
<item>
noreturn
</item>
/external/opencv3/modules/core/include/opencv2/core/
cvdef.h
225
# define CV_NORETURN __declspec(
noreturn
)
/external/selinux/libsemanage/src/
Makefile
58
CFLAGS ?= -Werror -Wall -W -Wundef -Wshadow -Wmissing-
noreturn
-Wmissing-format-attribute
/external/selinux/libsepol/cil/src/
cil_symtab.c
45
__attribute__((
noreturn
)) __attribute__((format (printf, 1, 2))) void cil_symtab_error(const char* msg, ...)
/external/tcpdump/
interface.h
137
__attribute__((
noreturn
))
/external/vixl/
Android.mk
97
-Wmissing-
noreturn
\
/external/vixl/third_party/android/
Android.mk.template
79
-Wmissing-
noreturn
\
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
args.c
22
extern void die(const char *fmt, ...) __attribute__((
noreturn
));
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
_msvc.h
78
# define _STLP_NORETURN_FUNCTION __declspec(
noreturn
)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cfg-flags.def
134
not halt, such as infinite loops and
noreturn
functions, to the
cfghooks.h
101
/* Add fake edges to the function exit for any non constant and non
noreturn
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_msvc.h
78
# define _STLP_NORETURN_FUNCTION __declspec(
noreturn
)
/external/libcxxabi/www/
spec.html
724
<code>[[
noreturn
]] void __cxa_bad_cast()</code>
740
<code>[[
noreturn
]] void __cxa_bad_typeid();</code>
773
<code>void __cxa_call_unexpected (void*) __attribute__((
noreturn
));</code>
/external/llvm/test/DebugInfo/X86/
sret.ll
203
; Function Attrs: noinline
noreturn
nounwind
256
attributes #3 = { noinline
noreturn
nounwind }
258
attributes #5 = {
noreturn
nounwind }
/art/compiler/utils/arm64/
assembler_arm64.h
35
#pragma GCC diagnostic ignored "-Wmissing-
noreturn
"
/external/clang/test/Analysis/
temporaries.cpp
131
~NoReturnDtor() __attribute__((
noreturn
));
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p3.cpp
223
constexpr int
NoReturn
() {} // expected-error {{no return statement in constexpr function}}
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p2-0x.cpp
345
template<typename> [[
noreturn
]] void func();
/external/clang/test/CodeGen/
exceptions-seh-leave.c
57
void abort(void) __attribute__((
noreturn
));
/external/clang/test/SemaCXX/
decl-microsoft-call-conv.cpp
157
void __attribute__((
noreturn
)) __stdcall __attribute__((regparm(1))) multi_attribute(int x);
switch-implicit-fallthrough.cpp
272
void fatal() __attribute__((
noreturn
));
/external/clang/www/analyzer/
open_projects.html
79
(<tt>
noreturn
</tt> destructors) is discussed in
/external/google-breakpad/src/tools/windows/symupload/
symupload.cc
157
__declspec(
noreturn
) void printUsageAndExit() {
/external/iproute2/ip/
link_gre6.c
53
static void usage(void) __attribute__((
noreturn
));
link_ip6tnl.c
51
static void usage(void) __attribute__((
noreturn
));
Completed in 652 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>