Home | History | Annotate | Download | only in lib

Lines Matching refs:_GL_INLINE

2125 /* _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
2148 # define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
2150 # define _GL_INLINE extern inline
2154 # define _GL_INLINE static _GL_UNUSED