Searched refs:eltype (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | valarith.c | 1399 struct type *eltype = check_typedef (VALUE_TYPE (element)); in value_in() local 1400 if (TYPE_CODE (eltype) == TYPE_CODE_RANGE) in value_in() 1401 eltype = TYPE_TARGET_TYPE (eltype); in value_in() 1404 if (TYPE_CODE (eltype) != TYPE_CODE_INT in value_in() 1405 && TYPE_CODE (eltype) != TYPE_CODE_CHAR in value_in() 1406 && TYPE_CODE (eltype) != TYPE_CODE_ENUM in value_in() 1407 && TYPE_CODE (eltype) != TYPE_CODE_BOOL) in value_in()
|
| /freebsd-10-stable/contrib/gperf/src/ |
| D | search.cc | 52 #define DYNAMIC_ARRAY(var,eltype,size) eltype var[size] argument 55 #define DYNAMIC_ARRAY(var,eltype,size) eltype *var = new eltype[size] argument
|
| /freebsd-10-stable/contrib/ntp/sntp/libevent/ |
| D | ht-internal.h | 425 #define HT_FIND_OR_INSERT_(name, field, hashfn, head, eltype, elm, var, y, n) \ argument 428 struct eltype **var; \
|
| /freebsd-10-stable/contrib/binutils/gas/config/ |
| D | tc-arm.c | 437 struct neon_type_el eltype; member 1257 atype.eltype.type = NT_invtype; in parse_typed_reg_or_scalar() 1258 atype.eltype.size = -1; in parse_typed_reg_or_scalar() 1298 atype.eltype = parsetype; in parse_typed_reg_or_scalar() 1376 *vectype = atype.eltype; in arm_typed_reg_parse() 1414 *type = atype.eltype; in parse_scalar() 1751 && (a->eltype.type != b->eltype.type in neon_alias_types_same() 1752 || a->eltype.size != b->eltype.size)) in neon_alias_types_same() 1776 struct neon_type_el *eltype) in parse_neon_el_struct_list() argument 1920 if (eltype) in parse_neon_el_struct_list() [all …]
|