Lines Matching refs:locp
48 char *name, enum asm_type t, struct YYLTYPE *locp);
67 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state,
70 static int validate_inputs(struct YYLTYPE *locp,
2216 validate_inputs(struct YYLTYPE *locp, struct asm_parser_state *state)
2242 yyerror(locp, state, "illegal use of generic attribute and name attribute");
2252 struct YYLTYPE *locp)
2260 yyerror(locp, state, "redeclared identifier");
2269 yyerror(locp, state, "too many temporaries declared");
2281 yyerror(locp, state, "too many address registers declared");
2495 yyerror(YYLTYPE *locp, struct asm_parser_state *state, const char *s)
2507 locp->first_line, locp->first_column, s);
2508 _mesa_set_program_error(state->ctx, locp->position, err_str);