OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noreturn
(Results
1 - 25
of
45
) sorted by relevancy
1
2
/xsrc/external/mit/ctwm/dist/
ctwm_shutdown.h
8
void DoShutdown(void) __attribute__((
noreturn
));
events.h
26
void HandleEvents(void) __attribute__((
noreturn
));
clargs.c
18
static void usage(void) __attribute__((
noreturn
));
/xsrc/external/mit/luit/dist/
luit.h
36
# define LUIT_NORETURN __attribute__((
noreturn
))
configure
6418
CFLAGS="$CFLAGS -Wmissing-
noreturn
"
6420
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports-Wmissing-
noreturn
" >&5
6421
$as_echo_n "checking if $CC supports-Wmissing-
noreturn
... " >&6; }
6453
BASE_CFLAGS="$BASE_CFLAGS -Wmissing-
noreturn
"
/xsrc/external/mit/font-util/dist/
bdftruncate.c
55
#if __has_c_attribute(
noreturn
)
56
# define ATTR_NORETURN [[
noreturn
]]
57
#elif __has_attribute(
noreturn
) \
60
# define ATTR_NORETURN __attribute((
noreturn
))
/xsrc/external/mit/xf86-video-intel/dist/tools/
backlight_helper.c
25
__attribute__((format(printf, 1, 2),
noreturn
))
/xsrc/external/mit/xf86-video-intel-2014/dist/tools/
backlight_helper.c
15
__attribute__((format(printf, 1, 2),
noreturn
))
/xsrc/external/mit/xf86-video-vmware/dist/src/
vm_basic_types.h
142
#define NORETURN_DECL(_fndecl) __declspec(
noreturn
) _fndecl
167
* compiler thinks that a function returns when it is marked
noreturn
.
/xsrc/external/mit/makedepend/dist/
def.h
54
#if __has_attribute(
noreturn
) \
57
# define _X_NORETURN __attribute((
noreturn
))
/xsrc/external/mit/MesaLib/dist/include/android_stub/android/
log.h
270
* user defined aborter function is highly recommended to abort and be
noreturn
, but is not strictly
298
void __android_log_default_aborter(const char* abort_message) __attribute__((
noreturn
))
/xsrc/external/mit/xorgproto/dist/include/X11/
Xfuncproto.h
153
#if __has_attribute(
noreturn
) \
/xsrc/external/mit/MesaLib/dist/src/util/
u_debug.h
165
__declspec(
noreturn
)
172
__attribute__((
noreturn
))
macros.h
227
#ifndef
NORETURN
229
# define
NORETURN
__declspec(
noreturn
)
231
# define
NORETURN
__attribute__((__noreturn__))
233
# define
NORETURN
/xsrc/external/mit/MesaLib.old/dist/src/util/
u_debug.h
161
__declspec(
noreturn
)
168
__attribute__((
noreturn
))
macros.h
175
#ifndef
NORETURN
177
# define
NORETURN
__declspec(
noreturn
)
179
# define
NORETURN
__attribute__((__noreturn__))
181
# define
NORETURN
/xsrc/external/mit/xlsatoms/dist/
xlsatoms.c
62
#if __has_attribute(
noreturn
)
63
__attribute__((
noreturn
))
/xsrc/external/mit/xlsclients/dist/
xlsclients.c
75
#if __has_attribute(
noreturn
)
76
__attribute__((
noreturn
))
93
#if __has_attribute(
noreturn
)
94
__attribute__((
noreturn
))
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
gtest-port.h
2068
[[
noreturn
]] void Abort();
2070
[[
noreturn
]] inline void Abort() { abort(); }
/xsrc/external/mit/MesaLib/dist/src/broadcom/cle/
v3d_decoder.c
142
static void __attribute__((
noreturn
))
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/cle/
v3d_decoder.c
131
static void __attribute__((
noreturn
))
/xsrc/external/mit/MesaLib/dist/src/intel/common/
intel_decoder.c
116
static void __attribute__((
noreturn
))
/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
gen_decoder.c
116
static void __attribute__((
noreturn
))
/xsrc/external/mit/beforelight/dist/
configure
6373
CFLAGS="$CFLAGS -Wmissing-
noreturn
"
6375
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-
noreturn
" >&5
6376
$as_echo_n "checking if $CC supports -Wmissing-
noreturn
... " >&6; }
6408
BASE_CFLAGS="$BASE_CFLAGS -Wmissing-
noreturn
"
/xsrc/external/mit/mkfontdir/dist/
configure
6119
CFLAGS="$CFLAGS -Wmissing-
noreturn
"
6121
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-
noreturn
" >&5
6122
$as_echo_n "checking if $CC supports -Wmissing-
noreturn
... " >&6; }
6123
cacheid=`$as_echo_n xorg_cv_cc_flag_-Wmissing-
noreturn
`
6154
BASE_CFLAGS="$BASE_CFLAGS -Wmissing-
noreturn
"
Completed in 44 milliseconds
1
2
Indexes created Wed Aug 12 00:25:48 UTC 2026