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
152
) sorted by relevancy
1
2
3
4
5
6
7
/src/external/apache2/llvm/dist/clang/lib/Headers/
stdnoreturn.h
13
#define noreturn
_Noreturn
/src/external/bsd/ntp/dist/sntp/libopts/
_Noreturn.h
1
/* $NetBSD:
_Noreturn
.h,v 1.2 2024/08/18 20:47:24 christos Exp $ */
3
#if !defined
_Noreturn
&& __STDC_VERSION__ < 201112
6
# define
_Noreturn
__attribute__ ((__noreturn__))
8
# define
_Noreturn
__declspec (noreturn)
10
# define
_Noreturn
stdnoreturn.in.h
31
/* The definition of
_Noreturn
is copied here. */
36
"#define noreturn
_Noreturn
" would cause this declaration to be rewritten
42
"#define noreturn
_Noreturn
" would cause this declaration to be rewritten
54
# define noreturn
_Noreturn
Makefile.am
24
_NORETURN_H=$(srcdir)/
_Noreturn
.h
25
EXTRA_DIST +=
_Noreturn
.h
31
sed -e '/definition of
_Noreturn
/r $(_NORETURN_H)' \
44
MakeDefs.inc README
_Noreturn
.h \
/src/external/gpl3/gcc/dist/gcc/ginclude/
stdnoreturn.h
24
/* ISO C1X: 7.23
_Noreturn
<stdnoreturn.h>. */
31
#define noreturn
_Noreturn
/src/external/gpl3/gcc.old/dist/gcc/ginclude/
stdnoreturn.h
24
/* ISO C1X: 7.23
_Noreturn
<stdnoreturn.h>. */
31
#define noreturn
_Noreturn
/src/include/
stdnoreturn.h
35
/* ISO/IEC 9899:2011 7.23
_Noreturn
<stdnoreturn.h> */
38
#define noreturn
_Noreturn
/src/external/gpl3/gdb/dist/gnulib/import/
_Noreturn.h
17
#ifndef
_Noreturn
23
extern
_Noreturn
void func (...);
25
and '
_Noreturn
' swapped, or without the 'extern' keyword. However, some
28
# define
_Noreturn
[[noreturn]]
36
/*
_Noreturn
works as-is. */
39
# define
_Noreturn
__attribute__ ((__noreturn__))
41
# define
_Noreturn
__declspec (noreturn)
43
# define
_Noreturn
openat-die.c
33
_Noreturn
void
40
/*
_Noreturn
cannot be applied to error, since it returns
52
_Noreturn
void
openat.h
48
_Noreturn
void openat_restore_fail (int);
49
_Noreturn
void openat_save_fail (int);
/src/external/gpl3/gdb.old/dist/gnulib/import/
_Noreturn.h
17
#ifndef
_Noreturn
23
extern
_Noreturn
void func (...);
25
and '
_Noreturn
' swapped, or without the 'extern' keyword. However, some
28
# define
_Noreturn
[[noreturn]]
36
/*
_Noreturn
works as-is. */
39
# define
_Noreturn
__attribute__ ((__noreturn__))
41
# define
_Noreturn
__declspec (noreturn)
43
# define
_Noreturn
openat-die.c
33
_Noreturn
void
40
/*
_Noreturn
cannot be applied to error, since it returns
52
_Noreturn
void
openat.h
48
_Noreturn
void openat_restore_fail (int);
49
_Noreturn
void openat_save_fail (int);
/src/tests/usr.bin/xlint/lint1/
c11.c
5
* Test the language level C11, which adds _Generic expressions,
_Noreturn
34
_Noreturn
void exit(int);
35
void
_Noreturn
exit(int);
37
_Noreturn
void
43
void
_Noreturn
49
static
_Noreturn
void
55
_Noreturn
static void
62
_Noreturn
_Noreturn
_Noreturn
voi
[
all
...]
msg_217.c
76
_Noreturn
void noreturn_c11(void);
/src/external/gpl3/gcc/dist/libgfortran/runtime/
stop.c
115
extern
_Noreturn
void stop_numeric (int, bool);
159
extern
_Noreturn
void error_stop_string (const char *, size_t, bool);
183
extern
_Noreturn
void error_stop_numeric (int, bool);
minimal.c
325
extern
_Noreturn
void stop_numeric (int, bool);
364
extern
_Noreturn
void error_stop_string (const char *, size_t, bool);
383
extern
_Noreturn
void error_stop_numeric (int, bool);
/src/external/gpl3/gcc.old/dist/libgfortran/runtime/
stop.c
115
extern
_Noreturn
void stop_numeric (int, bool);
159
extern
_Noreturn
void error_stop_string (const char *, size_t, bool);
183
extern
_Noreturn
void error_stop_numeric (int, bool);
/src/external/public-domain/xz/dist/src/common/
tuklib_common.h
81
# define tuklib_attr_noreturn
_Noreturn
/src/external/gpl3/binutils/dist/libiberty/
obstack.c
335
# if !(defined
_Noreturn
\
340
# define
_Noreturn
__attribute__ ((__noreturn__))
342
# define
_Noreturn
__declspec (noreturn)
344
# define
_Noreturn
352
static
_Noreturn
void
/src/external/gpl3/binutils.old/dist/libiberty/
obstack.c
335
# if !(defined
_Noreturn
\
340
# define
_Noreturn
__attribute__ ((__noreturn__))
342
# define
_Noreturn
__declspec (noreturn)
344
# define
_Noreturn
352
static
_Noreturn
void
/src/external/gpl3/gcc/dist/libiberty/
obstack.c
335
# if !(defined
_Noreturn
\
340
# define
_Noreturn
__attribute__ ((__noreturn__))
342
# define
_Noreturn
__declspec (noreturn)
344
# define
_Noreturn
352
static
_Noreturn
void
/src/external/gpl3/gcc.old/dist/libiberty/
obstack.c
335
# if !(defined
_Noreturn
\
340
# define
_Noreturn
__attribute__ ((__noreturn__))
342
# define
_Noreturn
__declspec (noreturn)
344
# define
_Noreturn
352
static
_Noreturn
void
/src/external/gpl3/gdb.old/dist/libiberty/
obstack.c
335
# if !(defined
_Noreturn
\
340
# define
_Noreturn
__attribute__ ((__noreturn__))
342
# define
_Noreturn
__declspec (noreturn)
344
# define
_Noreturn
352
static
_Noreturn
void
/src/external/gpl3/gdb/dist/libiberty/
obstack.c
335
# if !(defined
_Noreturn
\
340
# define
_Noreturn
__attribute__ ((__noreturn__))
342
# define
_Noreturn
__declspec (noreturn)
344
# define
_Noreturn
352
static
_Noreturn
void
Completed in 28 milliseconds
1
2
3
4
5
6
7
Indexes created Sun Aug 16 00:25:19 UTC 2026