Lines Matching refs:yylloc
394 yacc.c: always initialize yylloc
402 yacc.c: always initialize yylloc
411 to initialize yylloc, even when its structure is unknown.
623 glr.cc, yacc.c: initialize yylloc properly
673 glr.cc, yacc.c: initialize yylloc properly
674 There are several issues to address here. One is that yylloc should
683 variable. To simplify, the local yylloc is not initialized during its
689 * data/glr.cc: Initialize yylloc.
691 Initialize yylloc during its definition.
735 glr.c does initialize yylloc.
804 yacc.c: initialize yylval and yylloc.
806 yylloc may not be visible to the compiler. With warnings enabled, GCC
808 yylval/yylloc. Using local pragmas to disable these warnings is not
810 initialize yylval and yylloc at their definition. Reported by Peter
818 (yyparse): Initialize yylloc and yylval.
819 Therefore, remove the initialization of yylloc's field.
2672 c skeletons: factor the declaration of yylloc and yylval.