HomeSort by relevance Sort by last modified time
    Searched defs:_Noreturn (Results 1 - 7 of 7) 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...]
  /external/bison/linux-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...]
  /bionic/libc/tzcode/
private.h 225 #if !defined _Noreturn && __STDC_VERSION__ < 201112
227 # define _Noreturn __attribute__ ((__noreturn__))
229 # define _Noreturn
  /external/bison/lib/
config.in.h     [all...]

Completed in 1472 milliseconds