Home | History | Annotate | Download | only in program

Lines Matching full:locp

43     char *name, enum asm_type t, struct YYLTYPE *locp);
62 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state,
65 static int validate_inputs(struct YYLTYPE *locp,
2406 validate_inputs(struct YYLTYPE *locp, struct asm_parser_state *state)
2411 yyerror(locp, state, "illegal use of generic attribute and name attribute");
2421 struct YYLTYPE *locp)
2429 yyerror(locp, state, "redeclared identifier");
2438 yyerror(locp, state, "too many temporaries declared");
2449 yyerror(locp, state, "too many address registers declared");
2663 yyerror(YYLTYPE *locp, struct asm_parser_state *state, const char *s)
2675 locp->first_line, locp->first_column, s);
2676 _mesa_set_program_error(state->ctx, locp->position, err_str);