Searched refs:field_type (Results 1 - 25 of 25) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dipa-type-escape.h27 bool ipa_type_escape_field_does_not_clobber_p (tree record_type, tree field_type);
H A Dipa-type-escape.c401 ipa_type_escape_field_does_not_clobber_p (tree record_type, tree field_type) argument
413 field_type = TYPE_MAIN_VARIANT (field_type);
417 if (POINTER_TYPE_P (field_type))
418 field_type = TYPE_MAIN_VARIANT (TREE_TYPE (field_type));
420 /* However, if field_type is a union, this quick test is not
425 if (TREE_CODE (field_type) == QUAL_UNION_TYPE
426 || TREE_CODE (field_type) == UNION_TYPE)
448 uid = get_canon_type_uid (field_type, tru
547 tree field_type; local
562 tree field_type; local
582 tree field_type; local
1480 tree field_type; local
1517 tree field_type; local
1595 tree field_type; local
[all...]
H A Dtree-ssa-ccp.c1637 tree f, t, field_type, tail_array_field, field_offset; local
1676 field_type = TREE_TYPE (f);
1681 && lang_hooks.types_compatible_p (orig_type, field_type))
1685 t = build3 (COMPONENT_REF, field_type, base, f, NULL_TREE);
1690 if (!AGGREGATE_TYPE_P (field_type))
1696 if (TREE_CODE (field_type) == ARRAY_TYPE)
1717 field_type = TREE_TYPE (f);
1725 base = build3 (COMPONENT_REF, field_type, base, f, NULL_TREE);
1730 return maybe_fold_offset_to_component_ref (field_type, base, offset,
H A Dtree-sra.c1329 tree field_type = TREE_TYPE (f);
1335 if (INTEGRAL_TYPE_P (field_type)
1336 && DECL_MODE (f) != TYPE_MODE (field_type))
1337 field_type = TREE_TYPE (get_unwidened (build3 (COMPONENT_REF,
1338 field_type,
1343 instantiate_missing_elements_1 (elt, f, field_type);
1323 tree field_type = TREE_TYPE (f); local
H A Dtree-mudflap.c311 mf_make_mf_cache_struct_type (tree field_type) argument
316 tree fieldlo = build_decl (FIELD_DECL, get_identifier ("low"), field_type);
317 tree fieldhi = build_decl (FIELD_DECL, get_identifier ("high"), field_type);
H A Dsys-protos.h356 extern FIELDTYPE * field_type(FIELD *);
H A Ddwarf2out.c4163 static tree field_type (tree);
9588 field_type (tree decl)
9643 type = field_type (decl);
10861 size = simple_type_size_in_bits (field_type (tree_node)) / BITS_PER_UNIT;
9576 field_type (tree decl) function
/freebsd-9.3-release/contrib/ncurses/form/
H A Dfld_type.c84 | Function : FIELDTYPE *field_type(const FIELD *field)
91 field_type(const FIELD *field) function
93 T((T_CALLED("field_type(%p)"), field));
H A Dform.priv.h173 #define returnFieldType(code) TRACE_RETURN(code,field_type)
H A Dllib-lform357 #undef field_type
358 FIELDTYPE *field_type(
H A Dllib-lformw357 #undef field_type
358 FIELDTYPE *field_type(
H A Dform.h343 extern NCURSES_EXPORT(FIELDTYPE *) field_type (const FIELD *);
/freebsd-9.3-release/contrib/gcc/cp/
H A Dinit.c581 tree field_type; local
591 for (field_type = DECL_CONTEXT (field);
592 !same_type_p (field_type, t);
593 field_type = TYPE_CONTEXT (field_type))
594 if (TREE_CODE (field_type) == UNION_TYPE)
597 if (TREE_CODE (field_type) != UNION_TYPE)
616 field_type = DECL_CONTEXT (field);
625 if (same_type_p (last_field_type, field_type))
627 if (TREE_CODE (field_type)
[all...]
/freebsd-9.3-release/lib/ncurses/form/
H A DMakefile124 form_field_validation.3 field_type.3 \
/freebsd-9.3-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y86 static void process_field(unsigned int field_type, symbol_t *sym, int mask);
1380 process_field(unsigned int field_type, symbol_t *sym, int value)
1390 sym->type = field_type;
1393 if (field_type != ENUM_ENTRY) {
1394 if (field_type != MASK && value == 0) {
1405 } else if (sym->type != field_type) {
/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec_asn1.c349 int field_type; local
362 field_type = EC_GROUP_get_basis_type(group);
364 if (field_type == 0) {
369 if ((char_two->type = OBJ_nid2obj(field_type)) == NULL) {
374 if (field_type == NID_X9_62_tpBasis) {
389 } else if (field_type == NID_X9_62_ppBasis) {
405 } else { /* field_type == NID_X9_62_onBasis */
H A Dec_lcl.h91 int field_type; /* a NID */ member in struct:ec_method_st
H A Dec_curve.c77 int field_type; /* either NID_X9_62_prime_field or member in struct:ec_curve_data_st
1231 if (data->field_type == NID_X9_62_prime_field) {
1236 } else { /* field_type ==
H A Dec_lib.c267 return meth->field_type;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dc-valprint.c310 struct type *field_type = TYPE_FIELD_TYPE (type, VTBL_FNADDR_OFFSET);
312 = extract_typed_address (valaddr + offset, field_type);
309 struct type *field_type = TYPE_FIELD_TYPE (type, VTBL_FNADDR_OFFSET); local
H A Deval.c207 struct type *field_type;
244 field_type = TYPE_FIELD_TYPE (struct_type, fieldno);
246 && TYPE_CODE (field_type) == TYPE_CODE_UNION)
249 for (; variantno < TYPE_NFIELDS (field_type);
253 = TYPE_FIELD_TYPE (field_type, variantno);
293 field_type = TYPE_FIELD_TYPE (struct_type, fieldno);
294 if (TYPE_CODE (field_type) == TYPE_CODE_UNION
309 field_type = TYPE_FIELD_TYPE (substruct_type, subfieldno);
311 val = evaluate_subexp (field_type, exp, pos, noside);
316 if (VALUE_TYPE (val) != field_type)
205 struct type *field_type; local
[all...]
H A Dvalues.c1045 struct type *field_type;
1048 field_type = TYPE_FIELD_TYPE (type, fieldno);
1049 CHECK_TYPEDEF (field_type);
1066 if (!TYPE_UNSIGNED (field_type))
1038 struct type *field_type; local
H A Dstabsread.c2823 struct type *field_type = check_typedef (FIELD_TYPE (fip->list->field));
2825 if (TYPE_CODE (field_type) != TYPE_CODE_INT
2826 && TYPE_CODE (field_type) != TYPE_CODE_RANGE
2827 && TYPE_CODE (field_type) != TYPE_CODE_BOOL
2828 && TYPE_CODE (field_type) != TYPE_CODE_ENUM)
2833 == TARGET_CHAR_BIT * TYPE_LENGTH (field_type)
2834 || (TYPE_CODE (field_type) == TYPE_CODE_ENUM
2817 struct type *field_type = check_typedef (FIELD_TYPE (fip->list->field)); local
H A Dvalops.c1321 struct type *field_type = TYPE_FIELD_TYPE (type, i);
1322 if (TYPE_CODE (field_type) == TYPE_CODE_UNION
1323 || TYPE_CODE (field_type) == TYPE_CODE_STRUCT)
1345 if (TYPE_CODE (field_type) == TYPE_CODE_STRUCT
1346 || (TYPE_NFIELDS (field_type) > 0
1347 && TYPE_FIELD_BITPOS (field_type, 0) == 0))
1350 v = search_struct_field (name, arg1, new_offset, field_type,
1319 struct type *field_type = TYPE_FIELD_TYPE (type, i); local
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c2329 us_type2str(unsigned field_type) argument
2331 switch (field_type) {

Completed in 240 milliseconds