Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dc-valprint.c532 struct value *temparg; in c_value_print() local
533 temparg=value_copy(val); in c_value_print()
534 VALUE_TYPE (temparg) = lookup_pointer_type(TYPE_TARGET_TYPE(type)); in c_value_print()
535 val=temparg; in c_value_print()