HomeSort by: relevance | last modified time | path
    Searched defs:flags_type (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
amdgpu-tdep.c 411 (amd_dbgapi_register_type_flags &flags_type,
445 flags_type.add_field (std::string (field_name), pos_begin, pos_begin,
456 flags_type.add_field (std::string (field_name), pos_begin, pos_end,
594 amd_dbgapi_register_type_flags_up flags_type
599 (*flags_type, bit_size, name, fields_without_braces, type_map);
602 = type_map.emplace (flags_type->lookup_name (),
603 std::move (flags_type));
717 const auto &flags_type local
721 = arch_flags_type (gdbarch, flags_type.name ().c_str (),
722 flags_type.bit_size ())
    [all...]
valprint.c 3181 type *flags_type = arch_flags_type (arch, "test_type", 32);
3186 append_flags_type_field (flags_type, 0, 3, field_type, "A");
3187 append_flags_type_field (flags_type, 3, 2, field_type, "B");
3188 append_flags_type_field (flags_type, 5, 3, field_type, "C");
3190 value *val = value::allocate (flags_type);
3195 val_print_type_code_flags (flags_type, val, 0, &out);
3177 type *flags_type = arch_flags_type (arch, "test_type", 32); local
  /src/external/gpl3/gdb.old/dist/gdb/
amdgpu-tdep.c 413 (amd_dbgapi_register_type_flags &flags_type,
447 flags_type.add_field (std::string (field_name), pos_begin, pos_begin,
458 flags_type.add_field (std::string (field_name), pos_begin, pos_end,
596 amd_dbgapi_register_type_flags_up flags_type
601 (*flags_type, bit_size, name, fields_without_braces, type_map);
604 = type_map.emplace (flags_type->lookup_name (),
605 std::move (flags_type));
719 const auto &flags_type local
723 = arch_flags_type (gdbarch, flags_type.name ().c_str (),
724 flags_type.bit_size ())
    [all...]
valprint.c 3107 type *flags_type = arch_flags_type (arch, "test_type", 32);
3112 append_flags_type_field (flags_type, 0, 3, field_type, "A");
3113 append_flags_type_field (flags_type, 3, 2, field_type, "B");
3114 append_flags_type_field (flags_type, 5, 3, field_type, "C");
3116 value *val = value::allocate (flags_type);
3121 val_print_type_code_flags (flags_type, val, 0, &out);
3103 type *flags_type = arch_flags_type (arch, "test_type", 32); local

Completed in 34 milliseconds