Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dvalues.c1178 struct type *stringtype = in value_from_string() local
1183 val = allocate_value (stringtype); in value_from_string()
H A Dvalops.c1154 struct type *stringtype in value_string() local
1160 val = allocate_value (stringtype); in value_string()
1172 val = value_at_lazy (stringtype, addr, NULL); in value_string()