Home
last modified time | relevance | path

Searched defs:actual_type (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dada-lang.c4106 struct type *actual_type = ada_check_typedef (value_type (actual)); in ada_convert_actual() local
9842 struct type *actual_type; in ada_evaluate_subexp() local
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c6280 tree expected_type, tree actual_type) in inform_for_arg()