Home
last modified time | relevance | path

Searched refs:an_init (Results 1 – 9 of 9) sorted by relevance

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/cp/
H A Dcp-array-notation.c297 an_init = push_stmt_list (); in expand_sec_reduce_builtin()
484 an_init = pop_stmt_list (an_init); in expand_sec_reduce_builtin()
530 an_init = push_stmt_list (); in expand_an_in_modify_expr()
565 pop_stmt_list (an_init); in expand_an_in_modify_expr()
580 pop_stmt_list (an_init); in expand_an_in_modify_expr()
581 return an_init; in expand_an_in_modify_expr()
647 pop_stmt_list (an_init); in expand_an_in_modify_expr()
747 an_init = pop_stmt_list (an_init); in expand_an_in_modify_expr()
920 an_init = push_stmt_list (); in cp_expand_cond_array_notations()
947 an_init = pop_stmt_list (an_init); in cp_expand_cond_array_notations()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/cp/
H A Dcp-array-notation.c301 an_init = push_stmt_list (); in expand_sec_reduce_builtin()
488 an_init = pop_stmt_list (an_init); in expand_sec_reduce_builtin()
534 an_init = push_stmt_list (); in expand_an_in_modify_expr()
569 pop_stmt_list (an_init); in expand_an_in_modify_expr()
584 pop_stmt_list (an_init); in expand_an_in_modify_expr()
585 return an_init; in expand_an_in_modify_expr()
651 pop_stmt_list (an_init); in expand_an_in_modify_expr()
751 an_init = pop_stmt_list (an_init); in expand_an_in_modify_expr()
924 an_init = push_stmt_list (); in cp_expand_cond_array_notations()
951 an_init = pop_stmt_list (an_init); in cp_expand_cond_array_notations()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/cp/
H A Dcp-array-notation.c297 an_init = push_stmt_list (); in expand_sec_reduce_builtin()
484 an_init = pop_stmt_list (an_init); in expand_sec_reduce_builtin()
530 an_init = push_stmt_list (); in expand_an_in_modify_expr()
565 pop_stmt_list (an_init); in expand_an_in_modify_expr()
580 pop_stmt_list (an_init); in expand_an_in_modify_expr()
581 return an_init; in expand_an_in_modify_expr()
647 pop_stmt_list (an_init); in expand_an_in_modify_expr()
747 an_init = pop_stmt_list (an_init); in expand_an_in_modify_expr()
920 an_init = push_stmt_list (); in cp_expand_cond_array_notations()
947 an_init = pop_stmt_list (an_init); in cp_expand_cond_array_notations()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/c/
H A Dc-array-notation.c615 tree an_init = NULL_TREE; in build_array_notation_expr() local
638 an_init = push_stmt_list (); in build_array_notation_expr()
676 pop_stmt_list (an_init); in build_array_notation_expr()
682 pop_stmt_list (an_init); in build_array_notation_expr()
694 pop_stmt_list (an_init); in build_array_notation_expr()
695 return an_init; in build_array_notation_expr()
699 pop_stmt_list (an_init); in build_array_notation_expr()
732 pop_stmt_list (an_init); in build_array_notation_expr()
772 pop_stmt_list (an_init); in build_array_notation_expr()
787 pop_stmt_list (an_init); in build_array_notation_expr()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/c/
H A Dc-array-notation.c619 tree an_init = NULL_TREE; in build_array_notation_expr() local
642 an_init = push_stmt_list (); in build_array_notation_expr()
680 pop_stmt_list (an_init); in build_array_notation_expr()
686 pop_stmt_list (an_init); in build_array_notation_expr()
698 pop_stmt_list (an_init); in build_array_notation_expr()
699 return an_init; in build_array_notation_expr()
703 pop_stmt_list (an_init); in build_array_notation_expr()
736 pop_stmt_list (an_init); in build_array_notation_expr()
776 pop_stmt_list (an_init); in build_array_notation_expr()
791 pop_stmt_list (an_init); in build_array_notation_expr()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/c/
H A Dc-array-notation.c615 tree an_init = NULL_TREE; in build_array_notation_expr() local
638 an_init = push_stmt_list (); in build_array_notation_expr()
676 pop_stmt_list (an_init); in build_array_notation_expr()
682 pop_stmt_list (an_init); in build_array_notation_expr()
694 pop_stmt_list (an_init); in build_array_notation_expr()
695 return an_init; in build_array_notation_expr()
699 pop_stmt_list (an_init); in build_array_notation_expr()
732 pop_stmt_list (an_init); in build_array_notation_expr()
772 pop_stmt_list (an_init); in build_array_notation_expr()
787 pop_stmt_list (an_init); in build_array_notation_expr()
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/analysis/
H A Danalysis.h11 int (*an_init)(CKTcircuit *ckt, JOB *job); member
H A Dcktdojob.c215 if (analInfo[i]->an_init) in CKTdoJob()
216 error = analInfo[i]->an_init (ckt, job); in CKTdoJob()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dan.c119 static int an_init(struct ifnet *);
258 ifp->if_init = an_init; in an_attach()
482 an_init(struct ifnet *ifp) in an_init() function
842 an_init(ifp); in an_watchdog()
875 error = an_init(ifp); in an_ioctl()
899 error = an_init(ifp); in an_ioctl()
952 error = an_init(ifp); in an_media_change()