Home | History | Annotate | Download | only in lib

Lines Matching refs:inline

765    Suppress extern inline with HP-UX cc, as it appears to be broken; see
768 Suppress extern inline with Sun C in standards-conformance mode, as it
769 mishandles inline functions that call each other. E.g., for 'inline void f
770 (void) { } inline void g (void) { f (); }', c99 incorrectly complains
771 'reference to static identifier "f" in extern inline function'.
774 Suppress the use of extern inline on Apple's platforms, as Libc at least
784 # define _GL_INLINE inline
785 # define _GL_EXTERN_INLINE extern inline
790 # define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
792 # define _GL_INLINE extern inline
809 when FOO is an inline function in the header; see
824 calls it, or to nothing if 'inline' is not supported under any name. */
826 #undef inline