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

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/c-c++-common/dfp/
H A Dcompare-eq-dfp.c22 inits (void) function
48 inits ();
H A Dcompare-rel-dfp.c22 inits (void) function
48 inits ();
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpq/
H A DMakefile.am28 init.c inits.c inp_str.c inv.c md_2exp.c mul.c neg.c out_str.c \
H A DMakefile.in71 init$U.lo inits$U.lo inp_str$U.lo inv$U.lo md_2exp$U.lo \
261 init.c inits.c inp_str.c inv.c md_2exp.c mul.c neg.c out_str.c \
360 inits_.c: inits.c $(ANSI2KNR)
361 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/inits.c; then echo $(srcdir)/inits.c; else echo inits.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpf/
H A DMakefile.am26 init.c init2.c inits.c set.c set_ui.c set_si.c set_str.c set_d.c set_z.c \
H A DMakefile.in69 am_libmpf_la_OBJECTS = init$U.lo init2$U.lo inits$U.lo set$U.lo \
267 init.c init2.c inits.c set.c set_ui.c set_si.c set_str.c set_d.c set_z.c \
405 inits_.c: inits.c $(ANSI2KNR)
406 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/inits.c; then echo $(srcdir)/inits.c; else echo inits.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.c80 tree inits; member in struct:vtbl_init_data_s
7016 initialize_vtable (tree binfo, tree inits)
7020 layout_vtable_decl (binfo, list_length (inits));
7022 initialize_artificial_var (decl, inits);
7042 tree inits; local
7048 inits = NULL_TREE;
7050 build_vtt_inits (TYPE_BINFO (t), t, &inits, &index);
7053 if (!inits)
7057 type = build_index_type (size_int (list_length (inits) - 1));
7062 initialize_artificial_var (vtt, inits);
7008 initialize_vtable(tree binfo, tree inits) argument
7034 tree inits; local
7096 tree inits; member in struct:secondary_vptr_vtt_init_data_s
7111 build_vtt_inits(tree binfo, tree t, tree *inits, tree *index) argument
7281 tree inits; local
7341 accumulate_vtbl_inits(tree binfo, tree orig_binfo, tree rtti_binfo, tree t, tree inits) argument
7397 tree inits = NULL_TREE; local
[all...]
H A Dtree.c3004 tree inits = NULL_TREE;
3021 inits = add_stmt_to_compound (inits, init);
3024 *initp = inits;
3035 tree inits = NULL_TREE;
3049 inits = add_stmt_to_compound (inits, init);
3052 *initp = inits;
2996 tree inits = NULL_TREE; local
3027 tree inits = NULL_TREE; local
H A Dinit.c912 inits of a subobject constructor where the virtual base layout
2061 tree inits;
2062 stabilize_call (alloc_call, &inits);
2063 if (inits)
2064 alloc_expr = build2 (COMPOUND_EXPR, TREE_TYPE (alloc_expr), inits,
2059 tree inits; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dclass.c80 tree inits; member in struct:vtbl_init_data_s
6714 initialize_vtable (tree binfo, tree inits)
6718 layout_vtable_decl (binfo, list_length (inits));
6720 initialize_artificial_var (decl, inits);
6740 tree inits; local
6746 inits = NULL_TREE;
6748 build_vtt_inits (TYPE_BINFO (t), t, &inits, &index);
6751 if (!inits)
6755 type = build_index_type (size_int (list_length (inits) - 1));
6760 initialize_artificial_var (vtt, inits);
6706 initialize_vtable(tree binfo, tree inits) argument
6732 tree inits; local
6794 tree inits; member in struct:secondary_vptr_vtt_init_data_s
6809 build_vtt_inits(tree binfo, tree t, tree *inits, tree *index) argument
6979 tree inits; local
7036 accumulate_vtbl_inits(tree binfo, tree orig_binfo, tree rtti_binfo, tree t, tree inits) argument
7092 tree inits = NULL_TREE; local
[all...]
H A Dtree.c2255 tree inits = NULL_TREE;
2269 inits = add_stmt_to_compound (inits, init);
2272 *initp = inits;
2247 tree inits = NULL_TREE; local
H A Dinit.c746 inits of a subobject constructor where the virtual base layout
2048 tree inits;
2049 stabilize_call (alloc_call, &inits);
2050 if (inits)
2051 alloc_expr = build2 (COMPOUND_EXPR, TREE_TYPE (alloc_expr), inits,
2046 tree inits; local
H A Dpt.c12193 tree inits = NULL_TREE;
12213 TREE_CHAIN (init) = inits;
12214 inits = init;
12217 return inits;
12191 tree inits = NULL_TREE; local
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/
H A DMakefile18 init.c init2.c inits.c set.c \
62 import.c init.c init2.c inits.c \
92 init.c inits.c inp_str.c inv.c \
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpz/
H A DMakefile.am42 import.c init.c init2.c inits.c inp_raw.c inp_str.c \
H A DMakefile.in85 import$U.lo init$U.lo init2$U.lo inits$U.lo inp_raw$U.lo \
302 import.c init.c init2.c inits.c inp_raw.c inp_str.c \
521 inits_.c: inits.c $(ANSI2KNR)
522 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/inits.c; then echo $(srcdir)/inits.c; else echo inits.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-predcom.c285 VEC(tree,heap) *inits;
430 if (chain->inits)
432 fprintf (file, " inits");
433 for (i = 0; VEC_iterate (tree, chain->inits, i, var); i++)
505 VEC_free (tree, heap, chain->inits);
1429 return VEC_index (tree, chain->inits, index);
1557 VEC(tree, heap) **vars, VEC(tree, heap) *inits,
1568 init = VEC_index (tree, inits, 0);
1624 &vars, chain->inits, tmp_vars);
2390 chain->inits
1556 initialize_root_vars_lm(struct loop *loop, dref root, bool written, VEC(tree, heap) **vars, VEC(tree, heap) *inits, bitmap tmp_vars) argument
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/lib/libmpfr/
H A DMakefile117 inits.c \
378 inits.c \
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A DMakefile.am50 cmp_d.c erf.c inits.c inits2.c clears.c sgn.c check.c sub1sp.c \
H A DMakefile.in127 zeta$U.lo cmp_d$U.lo erf$U.lo inits$U.lo inits2$U.lo \
392 cmp_d.c erf.c inits.c inits2.c clears.c sgn.c check.c sub1sp.c \
630 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inits$U.Plo@am__quote@
968 inits_.c: inits.c $(ANSI2KNR)
969 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/inits.c; then echo $(srcdir)/inits.c; else echo inits.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A DMakefile.am127 MPF_OBJECTS = mpf/init$U.lo mpf/init2$U.lo mpf/inits$U.lo mpf/set$U.lo \
170 mpz/import$U.lo mpz/init$U.lo mpz/init2$U.lo mpz/inits$U.lo \
199 mpq/init$U.lo mpq/inits$U.lo mpq/inp_str$U.lo mpq/inv$U.lo \
H A DMakefile.in485 MPF_OBJECTS = mpf/init$U.lo mpf/init2$U.lo mpf/inits$U.lo mpf/set$U.lo \
528 mpz/import$U.lo mpz/init$U.lo mpz/init2$U.lo mpz/inits$U.lo \
557 mpq/init$U.lo mpq/inits$U.lo mpq/inp_str$U.lo mpq/inv$U.lo \
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/fat/
H A Dfat_entry.asm25 dnl The entrypoints and inits are small enough not to worry about, the real
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86_64/fat/
H A Dfat_entry.asm28 dnl The entrypoints and inits are small enough not to worry about, the real
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A DChangeLog-3.x2589 * dbxread.c (dbx_create_type): Created; allocates and inits space
4065 (init_type): Added inits for new C++ fields from

Completed in 427 milliseconds

12