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,
2237 validate_inputs(struct YYLTYPE *locp, struct asm_parser_state *state)
2263 yyerror(locp, state, "illegal use of generic attribute and name attribute");
2273 struct YYLTYPE *locp)
2281 yyerror(locp, state, "redeclared identifier");
2290 yyerror(locp, state, "too many temporaries declared");
2302 yyerror(locp, state, "too many address registers declared");
2513 yyerror(YYLTYPE *locp, struct asm_parser_state *state, const char *s)
2525 locp->first_line, locp->first_column, s);
2526 _mesa_set_program_error(state->ctx, locp->position, err_str);