Searched refs:actual_type (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/headers/os/drivers/
H A DACPI.h103 uint32 actual_type; member in struct:acpi_object_type::__anon21::__anon25
/haiku-fatelf/src/bin/gdb/gdb/
H A Dada-lang.c3519 struct type *actual_type = ada_check_typedef (VALUE_TYPE (actual));
3525 TYPE_CODE (actual_type) == TYPE_CODE_PTR
3526 ? ada_check_typedef (TYPE_TARGET_TYPE (actual_type)) : actual_type;
3536 else if (TYPE_CODE (actual_type) != TYPE_CODE_PTR)
3541 actual_type = ada_check_typedef (VALUE_TYPE (actual));
3542 val = allocate_value (actual_type);
3545 TYPE_LENGTH (actual_type));
3551 else if (TYPE_CODE (actual_type) == TYPE_CODE_PTR)
3512 struct type *actual_type = ada_check_typedef (VALUE_TYPE (actual)); local

Completed in 111 milliseconds