Lines Matching refs:locp
49 char *name, enum asm_type t, struct YYLTYPE *locp);
68 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state,
71 static int validate_inputs(struct YYLTYPE *locp,
2217 validate_inputs(struct YYLTYPE *locp, struct asm_parser_state *state)
2243 yyerror(locp, state, "illegal use of generic attribute and name attribute");
2253 struct YYLTYPE *locp)
2261 yyerror(locp, state, "redeclared identifier");
2270 yyerror(locp, state, "too many temporaries declared");
2282 yyerror(locp, state, "too many address registers declared");
2496 yyerror(YYLTYPE *locp, struct asm_parser_state *state, const char *s)
2508 locp->first_line, locp->first_column, s);
2509 _mesa_set_program_error(state->ctx, locp->position, err_str);