Lines Matching defs:locp
126 char *name, enum asm_type t, struct YYLTYPE *locp);
145 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state,
148 static int validate_inputs(struct YYLTYPE *locp,
5006 validate_inputs(struct YYLTYPE *locp, struct asm_parser_state *state)
5032 yyerror(locp, state, "illegal use of generic attribute and name attribute");
5042 struct YYLTYPE *locp)
5050 yyerror(locp, state, "redeclared identifier");
5059 yyerror(locp, state, "too many temporaries declared");
5071 yyerror(locp, state, "too many address registers declared");
5282 yyerror(YYLTYPE *locp, struct asm_parser_state *state, const char *s)
5294 locp->first_line, locp->first_column, s);
5295 _mesa_set_program_error(state->ctx, locp->position, err_str);