| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ipa-free-lang-data.cc | 79 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 …]
|
| H A D | tree-sra.cc | 777 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 …]
|
| H A D | ipa-polymorphic-call.cc | 62 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 …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| H A D | tasn_prn.c | 104 static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, 109 static int asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, 112 static int asn1_primitive_print(BIO *out, ASN1_VALUE **fld, 134 static int asn1_item_print_ctx(BIO *out, 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 = asn1_get_choice_selector(fld, it); in asn1_item_print_ctx() 206 tmpfld = asn1_get_field_ptr(fld, tt); in asn1_item_print_ctx() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| H A D | tasn_prn.c | 104 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/lib/libc/arch/riscv/gen/ |
| H A D | _setjmp.S | 107 fld fs0, JB_FS0(a0) /* restore callee saved register */ 108 fld fs1, JB_FS1(a0) /* restore callee saved register */ 109 fld fs2, JB_FS2(a0) /* restore callee saved register */ 110 fld fs3, JB_FS3(a0) /* restore callee saved register */ 111 fld fs4, JB_FS4(a0) /* restore callee saved register */ 112 fld fs5, JB_FS5(a0) /* restore callee saved register */ 113 fld fs6, JB_FS6(a0) /* restore callee saved register */ 114 fld fs7, JB_FS7(a0) /* restore callee saved register */ 115 fld fs8, JB_FS8(a0) /* restore callee saved register */ 116 fld fs9, JB_FS9(a0) /* restore callee saved register */ [all …]
|
| H A D | __setjmp14.S | 84 fld fs0, JB_FS0(a0) /* restore callee saved register */ 85 fld fs1, JB_FS1(a0) /* restore callee saved register */ 86 fld fs2, JB_FS2(a0) /* restore callee saved register */ 87 fld fs3, JB_FS3(a0) /* restore callee saved register */ 88 fld fs4, JB_FS4(a0) /* restore callee saved register */ 89 fld fs5, JB_FS5(a0) /* restore callee saved register */ 90 fld fs6, JB_FS6(a0) /* restore callee saved register */ 91 fld fs7, JB_FS7(a0) /* restore callee saved register */ 92 fld fs8, JB_FS8(a0) /* restore callee saved register */ 93 fld fs9, JB_FS9(a0) /* restore callee saved register */ [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-ada-spec.c | 1053 for (tree fld = TYPE_FIELDS (type); fld; fld = TREE_CHAIN (fld)) in has_static_fields() local 1054 if (TREE_CODE (fld) == VAR_DECL && DECL_NAME (fld)) in has_static_fields() 1069 for (tree fld = TYPE_FIELDS (type); fld; fld = TREE_CHAIN (fld)) in is_tagged_type() local 1070 if (TREE_CODE (fld) == FUNCTION_DECL && DECL_VINDEX (fld)) in is_tagged_type() 1096 for (tree fld = TYPE_FIELDS (type); fld; fld = DECL_CHAIN (fld)) in has_nontrivial_methods() local 1097 if (TREE_CODE (fld) == FUNCTION_DECL && !DECL_ARTIFICIAL (fld)) in has_nontrivial_methods() 2351 for (tree fld = TYPE_FIELDS (TREE_TYPE (node)); in dump_ada_node() local 2352 fld; in dump_ada_node() 2353 fld = TREE_CHAIN (fld)) in dump_ada_node() 2355 if (!DECL_NAME (fld) && is_tagged_type (TREE_TYPE (fld))) in dump_ada_node() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-ada-spec.cc | 1053 for (tree fld = TYPE_FIELDS (type); fld; fld = TREE_CHAIN (fld)) in has_static_fields() local 1054 if (TREE_CODE (fld) == VAR_DECL && DECL_NAME (fld)) in has_static_fields() 1069 for (tree fld = TYPE_FIELDS (type); fld; fld = TREE_CHAIN (fld)) in is_tagged_type() local 1070 if (TREE_CODE (fld) == FUNCTION_DECL && DECL_VINDEX (fld)) in is_tagged_type() 1096 for (tree fld = TYPE_FIELDS (type); fld; fld = DECL_CHAIN (fld)) in has_nontrivial_methods() local 1097 if (TREE_CODE (fld) == FUNCTION_DECL && !DECL_ARTIFICIAL (fld)) in has_nontrivial_methods() 2417 for (tree fld = TYPE_FIELDS (TREE_TYPE (node)); in dump_ada_node() local 2418 fld; in dump_ada_node() 2419 fld = TREE_CHAIN (fld)) in dump_ada_node() 2421 if (!DECL_NAME (fld) && is_tagged_type (TREE_TYPE (fld))) in dump_ada_node() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | delegatize.c | 45 FuncLiteralDeclaration *fld = in toDelegate() local 49 sc->parent = fld; // set current function to be the delegate in toDelegate() 62 fld->fbody = s; in toDelegate() 64 e = new FuncExp(loc, fld); in toDelegate() 198 if (FuncLiteralDeclaration *fld = fd->isFuncLiteralDeclaration()) in checkNestedRef() local 199 fld->tok = TOKdelegate; in checkNestedRef()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | delegatize.d | 53 auto fld = new FuncLiteralDeclaration(loc, loc, tf, TOK.delegate_, null); in toDelegate() local 54 lambdaSetParent(e, fld); in toDelegate() 57 sc.parent = fld; // set current function to be the delegate in toDelegate() 68 fld.fbody = s; in toDelegate() 69 e = new FuncExp(loc, fld); in toDelegate() 294 if (auto fld = fd.isFuncLiteralDeclaration()) in ensureStaticLinkTo() local 295 fld.tok = TOK.delegate_; in ensureStaticLinkTo()
|
| H A D | lambdacomp.d | 100 private string getSerialization(FuncLiteralDeclaration fld, Scope* sc) in getSerialization() argument 102 scope serVisitor = new SerializeVisitor(fld.parent._scope); in getSerialization() 103 fld.accept(serVisitor); in getSerialization() 134 override void visit(FuncLiteralDeclaration fld) in visit() argument 136 assert(fld.type.ty != Terror); in visit() 138 printf("FuncLiteralDeclaration: %s\n", fld.toChars()); in visit() 140 TypeFunction tf = cast(TypeFunction) fld.type; in visit() 166 ReturnStatement rs = fld.fbody.endsWithReturnStatement(); in visit()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-sra.c | 767 tree fld; in type_internals_preclude_sra_p_1() local 779 for (fld = TYPE_FIELDS (type); fld; fld = DECL_CHAIN (fld)) in type_internals_preclude_sra_p_1() 780 if (TREE_CODE (fld) == FIELD_DECL) in type_internals_preclude_sra_p_1() 782 if (TREE_CODE (fld) == FUNCTION_DECL) in type_internals_preclude_sra_p_1() 784 tree ft = TREE_TYPE (fld); in type_internals_preclude_sra_p_1() 786 if (TREE_THIS_VOLATILE (fld)) in type_internals_preclude_sra_p_1() 791 if (!DECL_FIELD_OFFSET (fld)) in type_internals_preclude_sra_p_1() 796 if (!DECL_SIZE (fld)) in type_internals_preclude_sra_p_1() 801 if (!tree_fits_uhwi_p (DECL_FIELD_OFFSET (fld))) in type_internals_preclude_sra_p_1() 806 if (!tree_fits_uhwi_p (DECL_SIZE (fld))) in type_internals_preclude_sra_p_1() [all …]
|
| H A D | ipa-polymorphic-call.c | 59 for (tree fld = TYPE_FIELDS (type); fld; fld = DECL_CHAIN (fld)) in contains_polymorphic_type_p() local 60 if (TREE_CODE (fld) == FIELD_DECL in contains_polymorphic_type_p() 61 && !DECL_ARTIFICIAL (fld) in contains_polymorphic_type_p() 62 && contains_polymorphic_type_p (TREE_TYPE (fld))) in contains_polymorphic_type_p() 190 tree fld; in restrict_to_inner_class() local 267 for (fld = TYPE_FIELDS (type); fld; fld = DECL_CHAIN (fld)) in restrict_to_inner_class() 269 if (TREE_CODE (fld) != FIELD_DECL in restrict_to_inner_class() 270 || TREE_TYPE (fld) == error_mark_node) in restrict_to_inner_class() 273 pos = int_bit_position (fld); in restrict_to_inner_class() 278 if (!pos && DECL_ARTIFICIAL (fld) in restrict_to_inner_class() [all …]
|
| H A D | tree.c | 3136 for (tree fld = TYPE_FIELDS (type); fld; fld = TREE_CHAIN (fld)) in last_field() local 3138 if (TREE_CODE (fld) != FIELD_DECL) in last_field() 3141 last = fld; in last_field() 5222 add_tree_to_fld_list (tree t, class free_lang_data_d *fld) in add_tree_to_fld_list() argument 5225 fld->decls.safe_push (t); in add_tree_to_fld_list() 5227 fld->types.safe_push (t); in add_tree_to_fld_list() 5235 fld_worklist_push (tree t, class free_lang_data_d *fld) in fld_worklist_push() argument 5237 if (t && !is_lang_specific (t) && !fld->pset.contains (t)) in fld_worklist_push() 5238 fld->worklist.safe_push ((t)); in fld_worklist_push() 5289 fld_type_variant (tree first, tree t, class free_lang_data_d *fld, [all …]
|
| /netbsd-src/usr.bin/systat/ |
| H A D | vmstat.c | 404 #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/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | README-FPStack.txt | 33 fld P -> fld Q 34 fld Q fld P
|
| /netbsd-src/external/bsd/nvi/dist/common/ |
| H A D | options.h | 28 #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/ |
| H A D | syscall_stats.h | 59 #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/ |
| H A D | tc-nds32.c | 4764 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 …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-nds32.c | 4765 const struct nds32_field *fld, in nds32_elf_record_fixup_exp() argument 4774 if (fld && fld->bitpos == 0 && (insn->attr & NASM_ATTR_HI20)) in nds32_elf_record_fixup_exp() 4815 else if (fld && fld->bitpos == 0 && (insn->attr & NASM_ATTR_LO12)) in nds32_elf_record_fixup_exp() 4818 if (fld->bitsize == 15 && fld->shift == 0) in nds32_elf_record_fixup_exp() 4857 else if (fld->bitsize == 15 && fld->shift == 1) in nds32_elf_record_fixup_exp() 4859 else if (fld->bitsize == 15 && fld->shift == 2) in nds32_elf_record_fixup_exp() 4872 else if (fld->bitsize == 15 && fld->shift == 3) in nds32_elf_record_fixup_exp() 4874 else if (fld->bitsize == 12 && fld->shift == 2) in nds32_elf_record_fixup_exp() 4880 else if (fld && fld->bitpos == 0 && insn->opcode->isize == 4 in nds32_elf_record_fixup_exp() 4884 if (fld->bitsize == 24 && fld->shift == 1) in nds32_elf_record_fixup_exp() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | nds32-asm.c | 1617 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.old/dist/opcodes/ |
| H A D | nds32-asm.c | 1617 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/ |
| H A D | drvstats.c | 80 #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/gcc/dist/libphobos/src/std/math/ |
| H A D | algebraic.d | 623 fld real ptr [EDX] ; // ST0 = coeff[ECX] in polyImpl() 625 fld x[EBP] ; // ST0 = x in polyImpl() 629 fld real ptr -10[EDX] ; in polyImpl() 650 fld real ptr [EDX] ; // ST0 = coeff[ECX] in polyImpl() 652 fld x[EBP] ; // ST0 = x in polyImpl() 656 fld real ptr -12[EDX] ; in polyImpl() 677 fld real ptr [EDX] ; // ST0 = coeff[ECX] in polyImpl() 679 fld x[EBP] ; // ST0 = x in polyImpl() 683 fld real ptr -16[EDX] ; in polyImpl()
|