Home | History | Annotate | Download | only in program

Lines Matching refs:declare_variable

42 static struct asm_symbol *declare_variable(struct asm_parser_state *state,
1108 declare_variable(state, $2, at_attrib, & @2);
1216 declare_variable(state, $2, at_param, & @2);
1240 declare_variable(state, $2, $6.type, & @2);
1982 if (!declare_variable(state, $3, $<integer>0, & @3)) {
1989 if (!declare_variable(state, $1, $<integer>0, & @1)) {
1999 declare_variable(state, $3, at_output, & @3);
2420 declare_variable(struct asm_parser_state *state, char *name, enum asm_type t,