| /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...] |
| /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...] |
| /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/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...] |
| /src/external/mpl/dhcp/dist/omapip/ |
| trace.c | 239 tmp.type_index = htonl (ttype -> index); 549 tpkt->type_index = ntohl(tpkt -> type_index); 554 if (tpkt->type_index < trace_type_count && 555 trace_types[tpkt->type_index]) 556 ttype = trace_types[tpkt->type_index]; 559 (long int)tpkt->type_index);
|
| /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/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/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/gcc/dist/gcc/config/aarch64/ |
| aarch64-builtins.cc | 1469 indexed by TYPE_INDEX. */ 1471 register_tuple_type (unsigned int num_vectors, unsigned int type_index) 1473 aarch64_simd_type_info *type = &aarch64_simd_types[type_index]; 1515 aarch64_simd_tuple_modes[type_index][num_vectors - 2] = tuple_mode; 1516 aarch64_simd_tuple_types[type_index][num_vectors - 2] = t;
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64-builtins.cc | 1290 indexed by TYPE_INDEX. */ 1292 register_tuple_type (unsigned int num_vectors, unsigned int type_index) 1294 aarch64_simd_type_info *type = &aarch64_simd_types[type_index]; 1336 aarch64_simd_tuple_modes[type_index][num_vectors - 2] = tuple_mode; 1337 aarch64_simd_tuple_types[type_index][num_vectors - 2] = t;
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| std-name-hint.h | 604 {"type_index", "<typeindex>", cxx11},
|