Lines Matching defs:locp
122 char *name, enum asm_type t, struct YYLTYPE *locp);
141 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state,
144 static int validate_inputs(struct YYLTYPE *locp,
4740 validate_inputs(struct YYLTYPE *locp, struct asm_parser_state *state)
4766 yyerror(locp, state, "illegal use of generic attribute and name attribute");
4776 struct YYLTYPE *locp)
4784 yyerror(locp, state, "redeclared identifier");
4793 yyerror(locp, state, "too many temporaries declared");
4805 yyerror(locp, state, "too many address registers declared");
5019 yyerror(YYLTYPE *locp, struct asm_parser_state *state, const char *s)
5031 locp->first_line, locp->first_column, s);
5032 _mesa_set_program_error(state->ctx, locp->position, err_str);