Home | History | Annotate | Download | only in linux-lib

Lines Matching refs:_GL_INLINE

2126 /* _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
2149 # define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
2151 # define _GL_INLINE extern inline
2155 # define _GL_INLINE static _GL_UNUSED