Home
last modified time | relevance | path

Searched refs:gen_conversion (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dax-gdb.c93 static void gen_conversion (struct agent_expr *ax,
775 gen_conversion (struct agent_expr *ax, struct type *from, struct type *to) in gen_conversion() function
816 gen_conversion (ax, from, to); in is_nontrivial_conversion()
845 gen_conversion (ax, value2->type, target); in gen_usual_arithmetic()
853 gen_conversion (ax, value1->type, target); in gen_usual_arithmetic()
870 gen_conversion (ax, value->type, builtin_type_int); in gen_integral_promotions()
875 gen_conversion (ax, value->type, builtin_type_unsigned_int); in gen_integral_promotions()
914 gen_conversion (ax, value->type, type); in gen_cast()
H A DChangeLog-19985612 * ax-gdb.c (gen_conversion): Reworked to avoid some unnecessary