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

12

/freebsd-11-stable/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 Dcfgexpand.c968 tree field_type = TREE_TYPE (f); local
969 if ((TREE_CODE (field_type) == RECORD_TYPE
970 || TREE_CODE (field_type) == UNION_TYPE
971 || TREE_CODE (field_type) == QUAL_UNION_TYPE)
972 && record_or_union_type_has_array_p (field_type))
974 if (TREE_CODE (field_type) == ARRAY_TYPE)
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);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcessStructReader.h55 CompilerType field_type = struct_type.GetFieldAtIndex( local
60 auto size = field_type.GetByteSize(nullptr);
67 FieldImpl{field_type, byte_index, static_cast<size_t>(*size)};
/freebsd-11-stable/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)"), (const void *)field));
H A Dform.priv.h220 #define returnFieldType(code) TRACE_RETURN(code,field_type)
H A Dform.h358 extern NCURSES_EXPORT(FIELDTYPE *) field_type (const FIELD *);
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dec_oct.c87 if (group->meth->field_type == NID_X9_62_prime_field)
123 if (group->meth->field_type == NID_X9_62_prime_field)
149 if (group->meth->field_type == NID_X9_62_prime_field)
179 if (group->meth->field_type == NID_X9_62_prime_field)
H A Dec_asn1.c361 int field_type;
374 field_type = EC_GROUP_get_basis_type(group);
376 if (field_type == 0) {
381 if ((char_two->type = OBJ_nid2obj(field_type)) == NULL) {
386 if (field_type == NID_X9_62_tpBasis) {
401 } else if (field_type == NID_X9_62_ppBasis) {
417 } else { /* field_type == NID_X9_62_onBasis */
H A Dec_lib.c294 return meth->field_type;
334 if (group->meth->field_type == NID_X9_62_characteristic_two_field) {
H A Dec_lcl.h96 int field_type; /* a NID */ member in struct:ec_method_st
/freebsd-11-stable/contrib/unbound/dnstap/
H A Ddnstap_fstrm.c206 uint32_t field_type = sldns_read_uint32(pos); local
212 if(field_type == FSTRM_CONTROL_FIELD_TYPE_CONTENT_TYPE) {
226 (unsigned int)field_type,
/freebsd-11-stable/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-11-stable/lib/ncurses/form/
H A DMakefile124 form_field_validation.3 field_type.3 \
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y86 static void process_field(unsigned int field_type, symbol_t *sym, int mask);
1379 process_field(unsigned int field_type, symbol_t *sym, int value)
1389 sym->type = field_type;
1392 if (field_type != ENUM_ENTRY) {
1393 if (field_type != MASK && value == 0) {
1404 } else if (sym->type != field_type) {
/freebsd-11-stable/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.c1046 struct type *field_type;
1049 field_type = TYPE_FIELD_TYPE (type, fieldno);
1050 CHECK_TYPEDEF (field_type);
1067 if (!TYPE_UNSIGNED (field_type))
1039 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-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp467 CompilerType field_type(this_type.GetFieldAtIndex(
469 if (field_type.IsValid()) {
474 new TypeMemberImpl(TypeImplSP(new TypeImpl(field_type)), bit_offset,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h762 const CompilerType &field_type,

Completed in 376 milliseconds

12