Home
last modified time | relevance | path

Searched refs:fld (Results 1 – 25 of 86) sorted by relevance

1234

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-free-lang-data.cc79 add_tree_to_fld_list (tree t, class free_lang_data_d *fld) in add_tree_to_fld_list() argument
82 fld->decls.safe_push (t); in add_tree_to_fld_list()
84 fld->types.safe_push (t); in add_tree_to_fld_list()
92 fld_worklist_push (tree t, class free_lang_data_d *fld) in fld_worklist_push() argument
94 if (t && !is_lang_specific (t) && !fld->pset.contains (t)) in fld_worklist_push()
95 fld->worklist.safe_push ((t)); in fld_worklist_push()
146 fld_type_variant (tree first, tree t, class free_lang_data_d *fld, in fld_type_variant() argument
173 if (!fld->pset.add (v)) in fld_type_variant()
174 add_tree_to_fld_list (v, fld); in fld_type_variant()
191 class free_lang_data_d *fld) in fld_process_array_type() argument
[all …]
Dtree-sra.cc777 tree fld; in type_internals_preclude_sra_p_1() local
789 for (fld = TYPE_FIELDS (type); fld; fld = DECL_CHAIN (fld)) in type_internals_preclude_sra_p_1()
790 if (TREE_CODE (fld) == FIELD_DECL) in type_internals_preclude_sra_p_1()
792 if (TREE_CODE (fld) == FUNCTION_DECL) in type_internals_preclude_sra_p_1()
794 tree ft = TREE_TYPE (fld); in type_internals_preclude_sra_p_1()
796 if (TREE_THIS_VOLATILE (fld)) in type_internals_preclude_sra_p_1()
801 if (!DECL_FIELD_OFFSET (fld)) in type_internals_preclude_sra_p_1()
806 if (!DECL_SIZE (fld)) in type_internals_preclude_sra_p_1()
811 if (!tree_fits_uhwi_p (DECL_FIELD_OFFSET (fld))) in type_internals_preclude_sra_p_1()
816 if (!tree_fits_uhwi_p (DECL_SIZE (fld))) in type_internals_preclude_sra_p_1()
[all …]
Dipa-polymorphic-call.cc62 for (tree fld = TYPE_FIELDS (type); fld; fld = DECL_CHAIN (fld)) in contains_polymorphic_type_p() local
63 if (TREE_CODE (fld) == FIELD_DECL in contains_polymorphic_type_p()
64 && !DECL_ARTIFICIAL (fld) in contains_polymorphic_type_p()
65 && contains_polymorphic_type_p (TREE_TYPE (fld))) in contains_polymorphic_type_p()
193 tree fld; in restrict_to_inner_class() local
270 for (fld = TYPE_FIELDS (type); fld; fld = DECL_CHAIN (fld)) in restrict_to_inner_class()
272 if (TREE_CODE (fld) != FIELD_DECL in restrict_to_inner_class()
273 || TREE_TYPE (fld) == error_mark_node) in restrict_to_inner_class()
276 pos = int_bit_position (fld); in restrict_to_inner_class()
281 if (!pos && DECL_ARTIFICIAL (fld) in restrict_to_inner_class()
[all …]
Dgengtype.cc3471 for (pair_p fld = s->u.s.fields; fld; fld = fld->next) in write_user_marking_functions() local
3473 type_p fld_type = fld->type; in write_user_marking_functions()
3893 for (pair_p fld = s->u.s.fields; fld; fld = fld->next) in write_pch_user_walking_functions() local
3895 type_p fld_type = fld->type; in write_pch_user_walking_functions()
4342 pair_p fld; in write_root() local
4343 for (fld = type->u.s.fields; fld; fld = fld->next) in write_root()
4349 for (o = fld->opt; o; o = o->next) in write_root()
4358 fld->name, name, o->name); in write_root()
4362 else if (desc && fld->type->kind == TYPE_UNION) in write_root()
4367 for (ufld = fld->type->u.s.fields; ufld; ufld = ufld->next) in write_root()
[all …]
Dpointer-query.cc2430 for (tree fld = first_fld; fld; fld = next_fld) in field_at_offset() local
2432 next_fld = fld; in field_at_offset()
2440 if (TREE_CODE (fld) != FIELD_DECL || DECL_ARTIFICIAL (fld)) in field_at_offset()
2443 if (fld == start_after) in field_at_offset()
2446 tree fldtype = TREE_TYPE (fld); in field_at_offset()
2448 HOST_WIDE_INT fldpos = next_pos < 0 ? int_byte_position (fld) : next_pos; in field_at_offset()
2505 fld = field_at_offset (fldtype, start_after, off - fldpos, in field_at_offset()
2508 last_fld = fld; in field_at_offset()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/asn1/
Dtasn_prn.c104 static int asn1_item_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent,
109 static int asn1_template_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent,
112 static int asn1_primitive_print(BIO *out, const ASN1_VALUE **fld,
134 static int asn1_item_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, in asn1_item_print_ctx() argument
155 || (it->utype != V_ASN1_BOOLEAN)) && *fld == NULL) { in asn1_item_print_ctx()
168 if (!asn1_template_print_ctx(out, fld, indent, in asn1_item_print_ctx()
175 if (!asn1_primitive_print(out, fld, it, indent, fname, sname, pctx)) in asn1_item_print_ctx()
185 i = ef->asn1_ex_print(out, fld, indent, "", pctx); in asn1_item_print_ctx()
198 i = ossl_asn1_get_choice_selector_const(fld, it); in asn1_item_print_ctx()
206 tmpfld = ossl_asn1_get_const_field_ptr(fld, tt); in asn1_item_print_ctx()
[all …]
/netbsd/src/usr.bin/systat/
Dvmstat.c404 #define X(s, s1, fld) {temp = (s).fld[i]; (s).fld[i] -= (s1).fld[i]; \ argument
405 if (display_mode == TIME) (s1).fld[i] = temp;}
406 #define Z(s, s1, fld) {temp = (s).nchstats.fld; \ argument
407 (s).nchstats.fld -= (s1).nchstats.fld; \
408 if (display_mode == TIME) (s1).nchstats.fld = temp;}
409 #define PUTRATE(s, s1, fld, l, c, w) \ argument
410 {temp = (s).fld; (s).fld -= (s1).fld; \
411 if (display_mode == TIME) (s1).fld = temp; \
412 putint((int)((float)(s).fld/etime + 0.5), l, c, w);}
/netbsd/src/external/bsd/nvi/dist/common/
Doptions.h28 #define O_V(sp, o, fld) \ argument
30 (sp)->gp->opts[(sp)->opts[(o)].o_cur.val].fld : \
31 (sp)->opts[(o)].fld)
/netbsd/src/sys/sys/
Dsyscall_stats.h59 #define SYSCALL_TIME_UPDATE_PROC(l, fld, delta) \ argument
60 (l)->l_proc->p_##fld##ticks += (delta)
62 #define SYSCALL_TIME_UPDATE_PROC(l, fld, delta) argument
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-nds32.c4764 const struct nds32_field *fld, in nds32_elf_record_fixup_exp() argument
4773 if (fld && fld->bitpos == 0 && (insn->attr & NASM_ATTR_HI20)) in nds32_elf_record_fixup_exp()
4814 else if (fld && fld->bitpos == 0 && (insn->attr & NASM_ATTR_LO12)) in nds32_elf_record_fixup_exp()
4817 if (fld->bitsize == 15 && fld->shift == 0) in nds32_elf_record_fixup_exp()
4856 else if (fld->bitsize == 15 && fld->shift == 1) in nds32_elf_record_fixup_exp()
4858 else if (fld->bitsize == 15 && fld->shift == 2) in nds32_elf_record_fixup_exp()
4871 else if (fld->bitsize == 15 && fld->shift == 3) in nds32_elf_record_fixup_exp()
4873 else if (fld->bitsize == 12 && fld->shift == 2) in nds32_elf_record_fixup_exp()
4879 else if (fld && fld->bitpos == 0 && insn->opcode->isize == 4 in nds32_elf_record_fixup_exp()
4883 if (fld->bitsize == 24 && fld->shift == 1) in nds32_elf_record_fixup_exp()
[all …]
Dtc-tic6x.c2465 unsigned int fld; in tic6x_try_encode() local
2471 for (fld = 0; fld < opct->num_fixed_fields; fld++) in tic6x_try_encode()
2473 if (opct->fixed_fields[fld].min_val == opct->fixed_fields[fld].max_val) in tic6x_try_encode()
2476 fldd = tic6x_field_from_fmt (fmt, opct->fixed_fields[fld].field_id); in tic6x_try_encode()
2479 opcode_value |= opct->fixed_fields[fld].min_val << fldd->bitfields[0].low_pos; in tic6x_try_encode()
2483 for (fld = 0; fld < opct->num_variable_fields; fld++) in tic6x_try_encode()
2496 fldd = tic6x_field_from_fmt (fmt, opct->variable_fields[fld].field_id); in tic6x_try_encode()
2499 opno = opct->variable_fields[fld].operand_num; in tic6x_try_encode()
2500 switch (opct->variable_fields[fld].coding_method) in tic6x_try_encode()
2581 bits = tic6x_dpr_shift (opct->variable_fields[fld].coding_method); in tic6x_try_encode()
[all …]
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dnds32-asm.c1617 const field_t *fld; in build_operand_hash_table() local
1619 fld = nds32_field_table[k]; in build_operand_hash_table()
1620 if (fld == NULL) in build_operand_hash_table()
1624 while (fld->name != NULL) in build_operand_hash_table()
1629 hash = htab_hash_string (fld->name); in build_operand_hash_table()
1631 htab_find_slot_with_hash (field_htab, fld->name, hash, INSERT); in build_operand_hash_table()
1634 *slot = fld++; in build_operand_hash_table()
2282 const field_t *fld = &LEX_GET_FIELD (((syn >> 8) & 0xff) - 1, syn); in parse_operand() local
2290 if (fld->parse) in parse_operand()
2292 r = fld->parse (pdesc, pinsn, &end, &value); in parse_operand()
[all …]
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dnds32-asm.c1617 const field_t *fld; in build_operand_hash_table() local
1619 fld = nds32_field_table[k]; in build_operand_hash_table()
1620 if (fld == NULL) in build_operand_hash_table()
1624 while (fld->name != NULL) in build_operand_hash_table()
1629 hash = htab_hash_string (fld->name); in build_operand_hash_table()
1631 htab_find_slot_with_hash (field_htab, fld->name, hash, INSERT); in build_operand_hash_table()
1634 *slot = fld++; in build_operand_hash_table()
2282 const field_t *fld = &LEX_GET_FIELD (((syn >> 8) & 0xff) - 1, syn); in parse_operand() local
2290 if (fld->parse) in parse_operand()
2292 r = fld->parse (pdesc, pinsn, &end, &value); in parse_operand()
[all …]
/netbsd/src/usr.bin/vmstat/
Ddrvstats.c80 #define SWAP(fld) do { \ in drvswap() argument
81 tmp = cur.fld; \ in drvswap()
82 cur.fld -= last.fld; \ in drvswap()
83 last.fld = tmp; \ in drvswap()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
Damd64-eval.cc69 : fld(x), fld2(y) in Bitfields()
72 unsigned fld : 7; member
/netbsd/src/sys/compat/common/
Dkern_info_43.c268 #define COPY(fld) \ in compat_43_sys_getkerninfo() argument
269 ksi.fld = us - (u_long) usi; \ in compat_43_sys_getkerninfo()
270 if ((error = copyoutstr(fld, us, 1024, &len)) != 0)\ in compat_43_sys_getkerninfo()
/netbsd/src/external/bsd/file/dist/src/
Dsoftmagic.c1055 #define DO_CVT(fld, type) \ argument
1059 p->fld &= CAST(type, m->num_mask); \
1062 p->fld |= CAST(type, m->num_mask); \
1065 p->fld ^= CAST(type, m->num_mask); \
1068 p->fld += CAST(type, m->num_mask); \
1071 p->fld -= CAST(type, m->num_mask); \
1074 p->fld *= CAST(type, m->num_mask); \
1079 p->fld /= CAST(type, m->num_mask); \
1084 p->fld %= CAST(type, m->num_mask); \
1088 p->fld = ~p->fld \
[all …]
/netbsd/src/usr.bin/touch/
Dtouch.c518 #define CHK(fld) do { \ in difftm() argument
519 if (t1->tm_##fld != t2->tm_##fld) { \ in difftm()
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dgty.texi473 /* This marks field 'fld'. */
474 gt_ggc_mx (p->fld);
479 /* This marks field 'fld'. */
480 gt_pch_nx (tp->fld);
485 /* For every field 'fld', call the given pointer operator. */
486 op (&(tp->fld), NULL, cookie);
521 /* This marks field 'fld' of type 'T'. */
522 gt_ggc_mx (tp->fld);
530 /* This marks field 'fld' of type 'T'. */
531 gt_pch_nx (tp->fld);
[all …]
/netbsd/src/lib/libm/arch/i387/
De_asin.S16 fld %st(0)
De_acos.S16 fld %st(0)
De_expf.S28 fld %st(0)
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dc-varobj.c649 field &fld = type->field (i); in cplus_class_num_children() local
655 || fld.is_artificial ()) in cplus_class_num_children()
658 if (fld.is_protected ()) in cplus_class_num_children()
660 else if (fld.is_private ()) in cplus_class_num_children()
Dtarget-descriptions.c205 struct field *fld; in make_gdb_type() local
218 fld = append_composite_type_field_raw in make_gdb_type()
231 fld->set_loc_bitpos (total_size - f.start - bitsize); in make_gdb_type()
233 fld->set_loc_bitpos (f.start); in make_gdb_type()
234 fld->set_bitsize (bitsize); in make_gdb_type()
295 struct field *fld in make_gdb_type() local
300 fld->set_loc_enumval (f.start); in make_gdb_type()
Dp-typeprint.c490 field &fld = type->field (i); in type_print_base() local
492 if (fld.is_protected ()) in type_print_base()
501 else if (fld.is_private ()) in type_print_base()

1234