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

  /src/external/mpl/dhcp/dist/includes/omapip/
trace.h 50 u_int32_t type_index; /* Index to the type of handler that this member in struct:__anon24453
  /src/external/gpl3/gdb/dist/gdb/
c-varobj.c 237 /* Return the value of element TYPE_INDEX of a structure
244 value_struct_element_index (struct value *value, int type_index)
256 if (type->field (type_index).is_static ())
257 result = value_static_field (type, type_index);
259 result = value->primitive_field (0, type_index, type);
722 int type_index = TYPE_N_BASECLASSES (type);
736 if ((type == basetype && type_index == vptr_fieldno)
737 || type->field (type_index).is_artificial ())
739 else if (type->field (type_index).accessibility () == acc)
741 ++type_index;
721 int type_index = TYPE_N_BASECLASSES (type); local
    [all...]
rust-parse.c 914 int type_index = -1; local
933 type_index = INT_TYPE;
941 type_index = FLOAT_TYPE1;
947 type_index = FLOAT_TYPE2;
980 gdb_assert (type_index != -1);
982 + subexps[type_index].rm_so),
983 (subexps[type_index].rm_eo
984 - subexps[type_index].rm_so));
  /src/external/gpl3/gdb.old/dist/gdb/
c-varobj.c 237 /* Return the value of element TYPE_INDEX of a structure
244 value_struct_element_index (struct value *value, int type_index)
256 if (type->field (type_index).is_static ())
257 result = value_static_field (type, type_index);
259 result = value->primitive_field (0, type_index, type);
722 int type_index = TYPE_N_BASECLASSES (type);
736 if ((type == basetype && type_index == vptr_fieldno)
737 || type->field (type_index).is_artificial ())
739 else if (type->field (type_index).accessibility () == acc)
741 ++type_index;
721 int type_index = TYPE_N_BASECLASSES (type); local
    [all...]
rust-parse.c 916 int type_index = -1; local
936 type_index = INT_TYPE;
944 type_index = FLOAT_TYPE1;
950 type_index = FLOAT_TYPE2;
983 gdb_assert (type_index != -1);
985 + subexps[type_index].rm_so),
986 (subexps[type_index].rm_eo
987 - subexps[type_index].rm_so));
  /src/external/gpl3/binutils/dist/opcodes/
wasm32-dis.c 448 uint32_t type_index, xtra_index; local
451 type_index = val;
452 if (error || type_index != val)
455 prin (stream, " %u", type_index);
  /src/external/gpl3/binutils.old/dist/opcodes/
wasm32-dis.c 448 uint32_t type_index, xtra_index; local
451 type_index = val;
452 if (error || type_index != val)
455 prin (stream, " %u", type_index);
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390-c.cc 973 enum s390_builtin_ov_type_index type_index = local
979 match_type = s390_fn_types_compatible (type_index, arglist);
993 last_match_fntype_index = type_index;
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390-c.cc 969 enum s390_builtin_ov_type_index type_index = local
975 match_type = s390_fn_types_compatible (type_index, arglist);
989 last_match_fntype_index = type_index;
  /src/external/gpl3/gdb/dist/opcodes/
wasm32-dis.c 448 uint32_t type_index, xtra_index; local
451 type_index = val;
452 if (error || type_index != val)
455 prin (stream, " %u", type_index);
  /src/external/gpl3/gdb.old/dist/opcodes/
wasm32-dis.c 448 uint32_t type_index, xtra_index; local
451 type_index = val;
452 if (error || type_index != val)
455 prin (stream, " %u", type_index);
  /src/external/bsd/libc++/dist/libcxxrt/src/
exception.cc 1010 unsigned char *type_index = reinterpret_cast<unsigned char*>(lsda->type_table) - filter - 1; local
1011 while (*type_index)
1013 std::type_info *handler_type = get_type_info_entry(context, lsda, *(type_index++));
  /src/external/gpl3/binutils/dist/binutils/
wrstabs.c 151 long type_index; member in struct:stab_write_handle
481 info.type_index = 1;
616 tindex = info->type_index;
617 ++info->type_index;
639 tindex = info->type_index;
640 ++info->type_index;
676 tindex = info->type_index;
677 ++info->type_index;
737 tindex = info->type_index;
738 ++info->type_index;
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
wrstabs.c 151 long type_index; member in struct:stab_write_handle
481 info.type_index = 1;
618 tindex = info->type_index;
619 ++info->type_index;
641 tindex = info->type_index;
642 ++info->type_index;
678 tindex = info->type_index;
679 ++info->type_index;
739 tindex = info->type_index;
740 ++info->type_index;
    [all...]

Completed in 28 milliseconds