Searched defs:YY_INITIAL_VALUE (Results 1 - 4 of 4) sorted by relevance

/external/bison/data/
H A Dyacc.c198 # define YY_INITIAL_VALUE(Value) = Value
205 #ifndef YY_INITIAL_VALUE
206 # define YY_INITIAL_VALUE(Value) /* Nothing. */ macro
210 YYSTYPE yylval YY_INITIAL_VALUE(yyval_default);]b4_locations_if([[
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DExpressionParser.cpp1222 # define YY_INITIAL_VALUE(Value) = Value
1228 #ifndef YY_INITIAL_VALUE
1229 # define YY_INITIAL_VALUE(Value) /* Nothing. */ macro
1233 YYSTYPE yylval YY_INITIAL_VALUE(yyval_default);
/external/bison/src/
H A Dparse-gram.c1897 # define YY_INITIAL_VALUE(Value) = Value macro
1903 #ifndef YY_INITIAL_VALUE
1904 # define YY_INITIAL_VALUE(Value) /* Nothing. */ macro
1908 YYSTYPE yylval YY_INITIAL_VALUE(yyval_default);
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_tab.cpp2271 # define YY_INITIAL_VALUE(Value) = Value
2282 #ifndef YY_INITIAL_VALUE
2283 # define YY_INITIAL_VALUE(Value) /* Nothing. */ macro
2287 YYSTYPE yylval YY_INITIAL_VALUE(yyval_default);

Completed in 8705 milliseconds