Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dgdbtypes.c311 if (typeptr == 0 || *typeptr == 0) /* We'll need to allocate one. */ in make_pointer_type()
314 if (typeptr) in make_pointer_type()
315 *typeptr = ntype; in make_pointer_type()
384 if (typeptr == 0 || *typeptr == 0) /* We'll need to allocate one. */ in make_reference_type()
387 if (typeptr) in make_reference_type()
388 *typeptr = ntype; in make_reference_type()
442 if (typeptr == 0 || *typeptr == 0) /* We'll need to allocate one. */ in make_function_type()
445 if (typeptr) in make_function_type()
446 *typeptr = ntype; in make_function_type()
653 if (typeptr && *typeptr != NULL) in make_cv_type()
[all …]