Searched refs:eltype (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dvalarith.c1406 struct type *eltype = check_typedef (VALUE_TYPE (element));
1407 if (TYPE_CODE (eltype) == TYPE_CODE_RANGE)
1408 eltype = TYPE_TARGET_TYPE (eltype);
1411 if (TYPE_CODE (eltype) != TYPE_CODE_INT
1412 && TYPE_CODE (eltype) != TYPE_CODE_CHAR
1413 && TYPE_CODE (eltype) != TYPE_CODE_ENUM
1414 && TYPE_CODE (eltype) != TYPE_CODE_BOOL)
1399 struct type *eltype = check_typedef (VALUE_TYPE (element)); local
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dht-internal.h425 #define HT_FIND_OR_INSERT_(name, field, hashfn, head, eltype, elm, var, y, n) \
428 struct eltype **var; \
/freebsd-9.3-release/contrib/gperf/src/
H A Dsearch.cc52 #define DYNAMIC_ARRAY(var,eltype,size) eltype var[size]
55 #define DYNAMIC_ARRAY(var,eltype,size) eltype *var = new eltype[size]
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c437 struct neon_type_el eltype; member in struct:neon_typed_alias
1257 atype.eltype.type = NT_invtype;
1258 atype.eltype.size = -1;
1298 atype.eltype = parsetype;
1376 *vectype = atype.eltype;
1414 *type = atype.eltype;
1751 && (a->eltype.type != b->eltype.type
1752 || a->eltype.size != b->eltype
1773 parse_neon_el_struct_list(char **str, unsigned *pbase, struct neon_type_el *eltype) argument
[all...]

Completed in 192 milliseconds