Searched refs:YYPARSE_PARAM (Results 1 - 9 of 9) sorted by relevance

/external/bison/src/
H A Dparse-gram.h214 #ifdef YYPARSE_PARAM
216 int gram_parse (void *YYPARSE_PARAM);
220 #else /* ! YYPARSE_PARAM */
226 #endif /* ! YYPARSE_PARAM */
H A Dparse-gram.c373 #ifdef YYPARSE_PARAM
375 int gram_parse (void *YYPARSE_PARAM);
379 #else /* ! YYPARSE_PARAM */
385 #endif /* ! YYPARSE_PARAM */
1859 #ifdef YYPARSE_PARAM
1863 yyparse (void *YYPARSE_PARAM) argument
1866 yyparse (YYPARSE_PARAM)
1867 void *YYPARSE_PARAM;
1869 #else /* ! YYPARSE_PARAM */
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_tab.h243 #ifdef YYPARSE_PARAM
245 int yyparse (void *YYPARSE_PARAM);
249 #else /* ! YYPARSE_PARAM */
255 #endif /* ! YYPARSE_PARAM */
H A Dglslang_tab.cpp327 #ifdef YYPARSE_PARAM
329 int yyparse (void *YYPARSE_PARAM);
333 #else /* ! YYPARSE_PARAM */
339 #endif /* ! YYPARSE_PARAM */
2233 #ifdef YYPARSE_PARAM
2237 yyparse (void *YYPARSE_PARAM)
2240 yyparse (YYPARSE_PARAM)
2241 void *YYPARSE_PARAM;
2243 #else /* ! YYPARSE_PARAM */
/external/e2fsprogs/intl/
H A Dplural.c63 #define YYPARSE_PARAM arg macro
615 /* The user can define YYPARSE_PARAM as the name of an argument to be passed
621 #ifdef YYPARSE_PARAM
623 # define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
626 # define YYPARSE_PARAM_ARG YYPARSE_PARAM
627 # define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
629 #else /* !YYPARSE_PARAM */
632 #endif /* !YYPARSE_PARAM */
636 # ifdef YYPARSE_PARAM
H A Dplural.y44 #define YYPARSE_PARAM arg
/external/bison/data/
H A Dyacc.c297 [[#ifdef YYPARSE_PARAM
299 [[void *YYPARSE_PARAM], [YYPARSE_PARAM]])[
300 #else /* ! YYPARSE_PARAM */
302 #endif /* ! YYPARSE_PARAM */]dnl
1516 #ifdef YYPARSE_PARAM
1518 [[void *YYPARSE_PARAM], [YYPARSE_PARAM]])[
1519 #else /* ! YYPARSE_PARAM */
/external/mdnsresponder/mDNSShared/
H A Ddnsextd_parser.y84 #define YYPARSE_PARAM context
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DExpressionParser.cpp188 #ifdef YYPARSE_PARAM
190 int ppparse (void *YYPARSE_PARAM);
194 #else /* ! YYPARSE_PARAM */
200 #endif /* ! YYPARSE_PARAM */
1184 #ifdef YYPARSE_PARAM
1188 yyparse (void *YYPARSE_PARAM)
1191 yyparse (YYPARSE_PARAM)
1192 void *YYPARSE_PARAM;
1194 #else /* ! YYPARSE_PARAM */

Completed in 1299 milliseconds