Searched defs:_GL_INLINE (Results 1 - 3 of 3) sorted by relevance

/external/bison/darwin-lib/
H A Dconfig.h2126 /* _GL_INLINE is a portable alternative to ISO C99 plain 'inline'.
2129 in an include file, before uses of _GL_INLINE.
2134 in the same include file, after uses of _GL_INLINE.
2144 # define _GL_INLINE inline macro
2149 # define _GL_INLINE extern inline __attribute__ ((__gnu_inline__)) macro
2151 # define _GL_INLINE extern inline macro
2155 # define _GL_INLINE static _GL_UNUSED macro
/external/bison/linux-lib/
H A Dconfig.h2126 /* _GL_INLINE is a portable alternative to ISO C99 plain 'inline'.
2129 in an include file, before uses of _GL_INLINE.
2134 in the same include file, after uses of _GL_INLINE.
2144 # define _GL_INLINE inline macro
2149 # define _GL_INLINE extern inline __attribute__ ((__gnu_inline__)) macro
2151 # define _GL_INLINE extern inline macro
2155 # define _GL_INLINE static _GL_UNUSED macro
/external/bison/lib/
H A Dconfig.in.h2125 /* _GL_INLINE is a portable alternative to ISO C99 plain 'inline'.
2128 in an include file, before uses of _GL_INLINE.
2133 in the same include file, after uses of _GL_INLINE.
2143 # define _GL_INLINE inline macro
2148 # define _GL_INLINE extern inline __attribute__ ((__gnu_inline__)) macro
2150 # define _GL_INLINE extern inline macro
2154 # define _GL_INLINE static _GL_UNUSED macro

Completed in 70 milliseconds