| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-free-lang-data.cc | 76 language data removed. The lists are held inside FLD. */ 79 add_tree_to_fld_list (tree t, class free_lang_data_d *fld) 82 fld->decls.safe_push (t); 84 fld->types.safe_push (t); 89 /* Push tree node T into FLD->WORKLIST. */ 92 fld_worklist_push (tree t, class free_lang_data_d *fld) 94 if (t && !is_lang_specific (t) && !fld->pset.contains (t)) 95 fld->worklist.safe_push ((t)); 147 fld_type_variant (tree first, tree t, class free_lang_data_d *fld, 174 if (!fld->pset.add (v) 447 free_lang_data_in_type (TREE_VALUE (p), fld); local 699 class free_lang_data_d *fld = (class free_lang_data_d *) data; local 718 fld_worklist_push (DECL_NAME (t), fld); local 719 fld_worklist_push (DECL_CONTEXT (t), fld); local 720 fld_worklist_push (DECL_SIZE (t), fld); local 721 fld_worklist_push (DECL_SIZE_UNIT (t), fld); local 726 fld_worklist_push (DECL_INITIAL (t), fld); local 728 fld_worklist_push (DECL_ATTRIBUTES (t), fld); local 729 fld_worklist_push (DECL_ABSTRACT_ORIGIN (t), fld); local 733 fld_worklist_push (DECL_ARGUMENTS (t), fld); local 734 fld_worklist_push (DECL_RESULT (t), fld); local 738 fld_worklist_push (DECL_FIELD_OFFSET (t), fld); local 739 fld_worklist_push (DECL_BIT_FIELD_TYPE (t), fld); local 740 fld_worklist_push (DECL_FIELD_BIT_OFFSET (t), fld); local 741 fld_worklist_push (DECL_FCONTEXT (t), fld); local 746 fld_worklist_push (DECL_VALUE_EXPR (t), fld); local 750 fld_worklist_push (TREE_CHAIN (t), fld); local 760 fld_worklist_push (TYPE_CACHED_VALUES (t), fld); local 761 fld_worklist_push (TYPE_SIZE (t), fld); local 762 fld_worklist_push (TYPE_SIZE_UNIT (t), fld); local 763 fld_worklist_push (TYPE_ATTRIBUTES (t), fld); local 764 fld_worklist_push (TYPE_POINTER_TO (t), fld); local 765 fld_worklist_push (TYPE_REFERENCE_TO (t), fld); local 766 fld_worklist_push (TYPE_NAME (t), fld); local 772 fld_worklist_push (TYPE_NEXT_PTR_TO (t), fld); local 774 fld_worklist_push (TYPE_NEXT_REF_TO (t), fld); local 776 fld_worklist_push (TYPE_MIN_VALUE_RAW (t), fld); local 779 fld_worklist_push (TYPE_MAX_VALUE_RAW (t), fld); local 780 fld_worklist_push (TYPE_MAIN_VARIANT (t), fld); local 792 fld_worklist_push (TYPE_CANONICAL (t), fld); local 799 fld_worklist_push (TREE_TYPE (tem), fld); local 817 fld_worklist_push (TYPE_METHOD_BASETYPE (t), fld); local 819 fld_worklist_push (TYPE_STUB_DECL (t), fld); local 842 fld_worklist_push (BLOCK_ABSTRACT_ORIGIN (t), fld); local 861 fld_worklist_push (TREE_TYPE (t), fld); local 1005 find_decls_types (gimple_call_fntype (stmt), fld); local 1017 find_decls_types (TREE_PURPOSE (arg), fld); local 1095 class free_lang_data_d fld; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-free-lang-data.cc | 76 language data removed. The lists are held inside FLD. */ 79 add_tree_to_fld_list (tree t, class free_lang_data_d *fld) 82 fld->decls.safe_push (t); 84 fld->types.safe_push (t); 89 /* Push tree node T into FLD->WORKLIST. */ 92 fld_worklist_push (tree t, class free_lang_data_d *fld) 94 if (t && !is_lang_specific (t) && !fld->pset.contains (t)) 95 fld->worklist.safe_push ((t)); 147 fld_type_variant (tree first, tree t, class free_lang_data_d *fld, 174 if (!fld->pset.add (v) 447 free_lang_data_in_type (TREE_VALUE (p), fld); local 699 class free_lang_data_d *fld = (class free_lang_data_d *) data; local 718 fld_worklist_push (DECL_NAME (t), fld); local 719 fld_worklist_push (DECL_CONTEXT (t), fld); local 720 fld_worklist_push (DECL_SIZE (t), fld); local 721 fld_worklist_push (DECL_SIZE_UNIT (t), fld); local 726 fld_worklist_push (DECL_INITIAL (t), fld); local 728 fld_worklist_push (DECL_ATTRIBUTES (t), fld); local 729 fld_worklist_push (DECL_ABSTRACT_ORIGIN (t), fld); local 733 fld_worklist_push (DECL_ARGUMENTS (t), fld); local 734 fld_worklist_push (DECL_RESULT (t), fld); local 738 fld_worklist_push (DECL_FIELD_OFFSET (t), fld); local 739 fld_worklist_push (DECL_BIT_FIELD_TYPE (t), fld); local 740 fld_worklist_push (DECL_FIELD_BIT_OFFSET (t), fld); local 741 fld_worklist_push (DECL_FCONTEXT (t), fld); local 746 fld_worklist_push (DECL_VALUE_EXPR (t), fld); local 750 fld_worklist_push (TREE_CHAIN (t), fld); local 760 fld_worklist_push (TYPE_CACHED_VALUES (t), fld); local 761 fld_worklist_push (TYPE_SIZE (t), fld); local 762 fld_worklist_push (TYPE_SIZE_UNIT (t), fld); local 763 fld_worklist_push (TYPE_ATTRIBUTES (t), fld); local 764 fld_worklist_push (TYPE_POINTER_TO (t), fld); local 765 fld_worklist_push (TYPE_REFERENCE_TO (t), fld); local 766 fld_worklist_push (TYPE_NAME (t), fld); local 772 fld_worklist_push (TYPE_NEXT_PTR_TO (t), fld); local 774 fld_worklist_push (TYPE_NEXT_REF_TO (t), fld); local 776 fld_worklist_push (TYPE_MIN_VALUE_RAW (t), fld); local 779 fld_worklist_push (TYPE_MAX_VALUE_RAW (t), fld); local 780 fld_worklist_push (TYPE_MAIN_VARIANT (t), fld); local 792 fld_worklist_push (TYPE_CANONICAL (t), fld); local 799 fld_worklist_push (TREE_TYPE (tem), fld); local 817 fld_worklist_push (TYPE_METHOD_BASETYPE (t), fld); local 819 fld_worklist_push (TYPE_STUB_DECL (t), fld); local 842 fld_worklist_push (BLOCK_ABSTRACT_ORIGIN (t), fld); local 861 fld_worklist_push (TREE_TYPE (t), fld); local 1005 find_decls_types (gimple_call_fntype (stmt), fld); local 1017 find_decls_types (TREE_PURPOSE (arg), fld); local 1095 class free_lang_data_d fld; local [all...] |
| /src/lib/libm/arch/i387/ |
| e_asin.S | 16 fld %st(0)
|
| e_acos.S | 16 fld %st(0)
|
| e_expf.S | 28 fld %st(0)
|
| /src/lib/libc/arch/riscv/gen/ |
| __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...] |
| _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...] |
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| netbsd-aarch64-low.cc | 34 #define netbsd_aarch64_collect_gp(regnum, fld) do { \ 35 collect_register (regcache, regnum, &r->fld); \ 52 #define netbsd_aarch64_supply_gp(regnum, fld) do { \ 53 supply_register (regcache, regnum, &r->fld); \
|
| netbsd-i386-low.cc | 58 #define netbsd_i386_collect_gp(regnum, fld) do { \ 59 collect_register (regcache, regnum, &r->r_##fld); \ 87 #define netbsd_i386_supply_gp(regnum, fld) do { \ 88 supply_register (regcache, regnum, &r->r_##fld); \
|
| netbsd-amd64-low.cc | 92 #define netbsd_x86_64_collect_gp(regnum, fld) do { \ 93 collect_register (regcache, regnum, &r->regs[_REG_##fld]); \ 129 #define netbsd_x86_64_supply_gp(regnum, fld) do { \ 130 supply_register (regcache, regnum, &r->regs[_REG_##fld]); \
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| netbsd-aarch64-low.cc | 34 #define netbsd_aarch64_collect_gp(regnum, fld) do { \ 35 collect_register (regcache, regnum, &r->fld); \ 52 #define netbsd_aarch64_supply_gp(regnum, fld) do { \ 53 supply_register (regcache, regnum, &r->fld); \
|
| netbsd-i386-low.cc | 58 #define netbsd_i386_collect_gp(regnum, fld) do { \ 59 collect_register (regcache, regnum, &r->r_##fld); \ 87 #define netbsd_i386_supply_gp(regnum, fld) do { \ 88 supply_register (regcache, regnum, &r->r_##fld); \
|
| netbsd-amd64-low.cc | 92 #define netbsd_x86_64_collect_gp(regnum, fld) do { \ 93 collect_register (regcache, regnum, &r->regs[_REG_##fld]); \ 129 #define netbsd_x86_64_supply_gp(regnum, fld) do { \ 130 supply_register (regcache, regnum, &r->regs[_REG_##fld]); \
|
| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| tasn_prn.c | 102 static int asn1_item_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, 107 static int asn1_template_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, 110 static int asn1_primitive_print(BIO *out, const ASN1_VALUE **fld, 132 static int asn1_item_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, 154 && *fld == NULL) { 167 if (!asn1_template_print_ctx(out, fld, indent, 174 if (!asn1_primitive_print(out, fld, it, indent, fname, sname, pctx)) 184 i = ef->asn1_ex_print(out, fld, indent, "", pctx); 196 i = ossl_asn1_get_choice_selector_const(fld, it); 204 tmpfld = ossl_asn1_get_const_field_ptr(fld, tt) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| 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, 155 || (it->utype != V_ASN1_BOOLEAN)) && *fld == NULL) { 168 if (!asn1_template_print_ctx(out, fld, indent, 175 if (!asn1_primitive_print(out, fld, it, indent, fname, sname, pctx)) 185 i = ef->asn1_ex_print(out, fld, indent, "", pctx); 198 i = ossl_asn1_get_choice_selector_const(fld, it); 206 tmpfld = ossl_asn1_get_const_field_ptr(fld, tt) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| 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, 155 || (it->utype != V_ASN1_BOOLEAN)) && *fld == NULL) { 168 if (!asn1_template_print_ctx(out, fld, indent, 175 if (!asn1_primitive_print(out, fld, it, indent, fname, sname, pctx)) 185 i = ef->asn1_ex_print(out, fld, indent, "", pctx); 198 i = asn1_get_choice_selector(fld, it); 206 tmpfld = asn1_get_field_ptr(fld, tt) [all...] |
| /src/sys/sys/ |
| syscall_stats.h | 59 #define SYSCALL_TIME_UPDATE_PROC(l, fld, delta) \ 60 (l)->l_proc->p_##fld##ticks += (delta) 62 #define SYSCALL_TIME_UPDATE_PROC(l, fld, delta)
|
| /src/external/bsd/nvi/dist/common/ |
| options.h | 28 #define O_V(sp, o, fld) \ 30 (sp)->gp->opts[(sp)->opts[(o)].o_cur.val].fld : \ 31 (sp)->opts[(o)].fld)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| amd64-eval.cc | 69 : fld(x), fld2(y) 72 unsigned fld : 7; member in struct:Bitfields
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| amd64-eval.cc | 69 : fld(x), fld2(y) 72 unsigned fld : 7; member in struct:Bitfields
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| delegatize.d | 53 auto fld = new FuncLiteralDeclaration(loc, loc, tf, TOK.delegate_, null); 54 lambdaSetParent(e, fld); 57 sc.parent = fld; // set current function to be the delegate 68 fld.fbody = s; 69 e = new FuncExp(loc, fld); 294 if (auto fld = fd.isFuncLiteralDeclaration()) 295 fld.tok = TOK.delegate_;
|
| lambdacomp.d | 94 * fld = the starting AST node for the lambda function 98 * The serialization of `fld` allocated with mem. 100 private string getSerialization(FuncLiteralDeclaration fld, Scope* sc) 102 scope serVisitor = new SerializeVisitor(fld.parent._scope); 103 fld.accept(serVisitor); 132 * fld = the lambda function for which the serialization is computed 134 override void visit(FuncLiteralDeclaration fld) 136 assert(fld.type.ty != Terror); 138 printf("FuncLiteralDeclaration: %s\n", fld.toChars()); 140 TypeFunction tf = cast(TypeFunction) fld.type [all...] |
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-ada-spec.cc | 1053 for (tree fld = TYPE_FIELDS (type); fld; fld = TREE_CHAIN (fld)) 1054 if (VAR_P (fld) && DECL_NAME (fld)) 1069 for (tree fld = TYPE_FIELDS (type); fld; fld = TREE_CHAIN (fld)) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-ada-spec.cc | 1053 for (tree fld = TYPE_FIELDS (type); fld; fld = TREE_CHAIN (fld)) 1054 if (TREE_CODE (fld) == VAR_DECL && DECL_NAME (fld)) 1069 for (tree fld = TYPE_FIELDS (type); fld; fld = TREE_CHAIN (fld)) [all...] |
| /src/sys/external/bsd/gnu-efi/dist/lib/riscv64/ |
| setjmp.S | 59 #define FREG_ONE(R, P) fld R, P(a0)
|