Searched refs:write_exp_op_with_string (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | ada-exp.y | 139 static void write_exp_op_with_string (enum exp_opcode, struct stoken); 250 { write_exp_op_with_string (STRUCTOP_STRUCT, $2); } 609 write_exp_op_with_string (OP_STRING, $1); 721 write_exp_op_with_string (OP_NAME, empty_stoken); 850 write_exp_op_with_string (enum exp_opcode opcode, struct stoken token) in write_exp_op_with_string() function 997 write_exp_op_with_string (STRUCTOP_STRUCT, field_name); in write_object_renaming() 1154 write_exp_op_with_string (STRUCTOP_STRUCT, field_name); in write_selectors() 1435 write_exp_op_with_string (OP_NAME, name); in write_name_assoc()
|
H A D | ada-exp.c | 175 static void write_exp_op_with_string (enum exp_opcode, struct stoken); 1909 { write_exp_op_with_string (STRUCTOP_STRUCT, (yyvsp[(2) - (2)].sval)); } 2499 write_exp_op_with_string (OP_STRING, (yyvsp[(1) - (1)].sval)); 2701 write_exp_op_with_string (OP_NAME, empty_stoken); 3089 write_exp_op_with_string (enum exp_opcode opcode, struct stoken token) in write_exp_op_with_string() function 3236 write_exp_op_with_string (STRUCTOP_STRUCT, field_name); in write_object_renaming() 3393 write_exp_op_with_string (STRUCTOP_STRUCT, field_name); in write_selectors() 3674 write_exp_op_with_string (OP_NAME, name); in write_name_assoc()
|