OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_Noreturn
(Results
1 - 9
of
9
) sorted by null
/external/bison/build-aux/snippet/
_Noreturn.h
1
#if !defined
_Noreturn
&& __STDC_VERSION__ < 201112
4
# define
_Noreturn
__attribute__ ((__noreturn__))
6
# define
_Noreturn
__declspec (noreturn)
8
# define
_Noreturn
/external/bison/darwin-lib/
stdlib.h
106
/* The definition of
_Noreturn
is copied here. */
107
#if !defined
_Noreturn
&& __STDC_VERSION__ < 201112
110
# define
_Noreturn
__attribute__ ((__noreturn__))
112
# define
_Noreturn
__declspec (noreturn)
114
# define
_Noreturn
454
_GL_FUNCDECL_SYS (_Exit,
_Noreturn
void, (int status));
[
all
...]
config.h
[
all
...]