Lines Matching refs:locp
56 char *name, enum asm_type t, struct YYLTYPE *locp);
75 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state,
78 static int validate_inputs(struct YYLTYPE *locp,
2232 validate_inputs(struct YYLTYPE *locp, struct asm_parser_state *state)
2258 yyerror(locp, state, "illegal use of generic attribute and name attribute");
2268 struct YYLTYPE *locp)
2276 yyerror(locp, state, "redeclared identifier");
2285 yyerror(locp, state, "too many temporaries declared");
2297 yyerror(locp, state, "too many address registers declared");
2508 yyerror(YYLTYPE *locp, struct asm_parser_state *state, const char *s)
2520 locp->first_line, locp->first_column, s);
2521 _mesa_set_program_error(state->ctx, locp->position, err_str);