Home
last modified time | relevance | path

Searched refs:_GL_UNUSED (Results 1 – 6 of 6) sorted by relevance

/external/bison/darwin-lib/
Dconfig.h2155 # define _GL_INLINE static _GL_UNUSED
2156 # define _GL_EXTERN_INLINE static _GL_UNUSED
2247 # define _GL_UNUSED __attribute__ ((__unused__)) macro
2249 # define _GL_UNUSED macro
2253 #define _UNUSED_PARAMETER_ _GL_UNUSED
/external/bison/linux-lib/
Dconfig.h2155 # define _GL_INLINE static _GL_UNUSED
2156 # define _GL_EXTERN_INLINE static _GL_UNUSED
2247 # define _GL_UNUSED __attribute__ ((__unused__)) macro
2249 # define _GL_UNUSED macro
2253 #define _UNUSED_PARAMETER_ _GL_UNUSED
/external/bison/m4/
Dextern-inline.m440 # define _GL_INLINE static _GL_UNUSED
41 # define _GL_EXTERN_INLINE static _GL_UNUSED
Dgnulib-common.m444 # define _GL_UNUSED __attribute__ ((__unused__))
46 # define _GL_UNUSED
50 #define _UNUSED_PARAMETER_ _GL_UNUSED
/external/bison/lib/
Dconfig.in.h2154 # define _GL_INLINE static _GL_UNUSED
2155 # define _GL_EXTERN_INLINE static _GL_UNUSED
2246 # define _GL_UNUSED __attribute__ ((__unused__)) macro
2248 # define _GL_UNUSED macro
2252 #define _UNUSED_PARAMETER_ _GL_UNUSED
Dgetopt.c225 _getopt_initialize (int argc _GL_UNUSED, in _getopt_initialize() argument
226 char **argv _GL_UNUSED, const char *optstring, in _getopt_initialize() argument