Home
last modified time | relevance | path

Searched refs:new_cfun (Results 1 – 25 of 44) sorted by relevance

12

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-inline.h34 void push_cfun (struct function *new_cfun);
H A Dtree-inline.c930 struct function *new_cfun; in copy_cfg_body() local
981 new_cfun = in copy_cfg_body()
983 *new_cfun = *DECL_STRUCT_FUNCTION (callee_fndecl); in copy_cfg_body()
984 new_cfun->cfg = NULL; in copy_cfg_body()
985 new_cfun->decl = new_fndecl = copy_node (callee_fndecl); in copy_cfg_body()
986 new_cfun->ib_boundaries_block = (varray_type) 0; in copy_cfg_body()
987 DECL_STRUCT_FUNCTION (new_fndecl) = new_cfun; in copy_cfg_body()
988 push_cfun (new_cfun); in copy_cfg_body()
1932 push_cfun (struct function *new_cfun)
1935 cfun = new_cfun;
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dfunction.h698 extern void set_cfun (struct function *new_cfun);
699 extern void push_cfun (struct function *new_cfun);
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dfunction.h698 extern void set_cfun (struct function *new_cfun);
699 extern void push_cfun (struct function *new_cfun);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfunction.h627 extern void set_cfun (struct function *new_cfun, bool force = false);
628 extern void push_cfun (struct function *new_cfun);
H A Dfunction.c4850 set_cfun (struct function *new_cfun, bool force) in set_cfun() argument
4852 if (cfun != new_cfun || force) in set_cfun()
4854 cfun = new_cfun; in set_cfun()
4855 invoke_set_current_function_hook (new_cfun ? new_cfun->decl : NULL_TREE); in set_cfun()
4868 push_cfun (struct function *new_cfun) in push_cfun() argument
4873 current_function_decl = new_cfun ? new_cfun->decl : NULL_TREE; in push_cfun()
4874 set_cfun (new_cfun); in push_cfun()
4882 struct function *new_cfun = cfun_stack.pop (); in pop_cfun() local
4890 set_cfun (new_cfun); in pop_cfun()
4891 current_function_decl = new_cfun ? new_cfun->decl : NULL_TREE; in pop_cfun()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dfunction.h627 extern void set_cfun (struct function *new_cfun, bool force = false);
628 extern void push_cfun (struct function *new_cfun);
H A Dfunction.c4659 set_cfun (struct function *new_cfun, bool force) in set_cfun() argument
4661 if (cfun != new_cfun || force) in set_cfun()
4663 cfun = new_cfun; in set_cfun()
4664 invoke_set_current_function_hook (new_cfun ? new_cfun->decl : NULL_TREE); in set_cfun()
4677 push_cfun (struct function *new_cfun) in push_cfun() argument
4682 current_function_decl = new_cfun ? new_cfun->decl : NULL_TREE; in push_cfun()
4683 set_cfun (new_cfun); in push_cfun()
4691 struct function *new_cfun = cfun_stack.pop (); in pop_cfun() local
4699 set_cfun (new_cfun); in pop_cfun()
4700 current_function_decl = new_cfun ? new_cfun->decl : NULL_TREE; in pop_cfun()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dfunction.h727 extern void set_cfun (struct function *new_cfun);
728 extern void push_cfun (struct function *new_cfun);
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dfunction.h609 extern void set_cfun (struct function *new_cfun, bool force = false);
610 extern void push_cfun (struct function *new_cfun);
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dfunction.h627 extern void set_cfun (struct function *new_cfun, bool force = false);
628 extern void push_cfun (struct function *new_cfun);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dfunction.h627 extern void set_cfun (struct function *new_cfun, bool force = false);
628 extern void push_cfun (struct function *new_cfun);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dfunction.h627 extern void set_cfun (struct function *new_cfun, bool force = false);
628 extern void push_cfun (struct function *new_cfun);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfunction.h627 extern void set_cfun (struct function *new_cfun, bool force = false);
628 extern void push_cfun (struct function *new_cfun);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dfunction.h627 extern void set_cfun (struct function *new_cfun, bool force = false);
628 extern void push_cfun (struct function *new_cfun);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dfunction.h627 extern void set_cfun (struct function *new_cfun, bool force = false);
628 extern void push_cfun (struct function *new_cfun);
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dfunction.h627 extern void set_cfun (struct function *new_cfun, bool force = false);
628 extern void push_cfun (struct function *new_cfun);
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dfunction.h609 extern void set_cfun (struct function *new_cfun, bool force = false);
610 extern void push_cfun (struct function *new_cfun);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dfunction.h679 extern void set_cfun (struct function *new_cfun, bool force = false);
680 extern void push_cfun (struct function *new_cfun);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dfunction.h662 extern void set_cfun (struct function *new_cfun, bool force = false);
663 extern void push_cfun (struct function *new_cfun);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dfunction.h672 extern void set_cfun (struct function *new_cfun, bool force = false);
673 extern void push_cfun (struct function *new_cfun);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dfunction.h662 extern void set_cfun (struct function *new_cfun, bool force = false);
663 extern void push_cfun (struct function *new_cfun);
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dfunction.h672 extern void set_cfun (struct function *new_cfun, bool force = false);
673 extern void push_cfun (struct function *new_cfun);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dfunction.h672 extern void set_cfun (struct function *new_cfun, bool force = false);
673 extern void push_cfun (struct function *new_cfun);
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dfunction.h662 extern void set_cfun (struct function *new_cfun, bool force = false);
663 extern void push_cfun (struct function *new_cfun);

12