HomeSort by relevance Sort by last modified time
    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...]
  /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...]
  /external/icu/icu4c/source/tools/tzcode/
private.h 222 #if !defined _Noreturn && __STDC_VERSION__ < 201112
224 # define _Noreturn __attribute__ ((__noreturn__))
226 # define _Noreturn
  /bionic/libc/tzcode/
private.h 291 #if !defined _Noreturn && __STDC_VERSION__ < 201112
293 # define _Noreturn __attribute__ ((__noreturn__))
295 # define _Noreturn
  /external/libpcap/
grammar.c 716 #if !defined _Noreturn \
719 # define _Noreturn __declspec (noreturn)
721 # define _Noreturn YY_ATTRIBUTE ((__noreturn__))
    [all...]
  /external/bison/lib/
config.in.h     [all...]

Completed in 308 milliseconds