Home
last modified time | relevance | path

Searched refs:current_function_parms (Results 1 – 25 of 93) sorted by relevance

1234

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dc-decl.c105 static tree current_function_parms; variable
5480 current_function_parms = last_function_parms; in start_function()
5663 tree parms = current_function_parms; in store_parm_decls_newstyle()
5742 tree parmids = current_function_parms; in store_parm_decls_oldstyle()
5968 bool prototype = (current_function_parms in store_parm_decls()
5969 && TREE_CODE (current_function_parms) != TREE_LIST); in store_parm_decls()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dc-decl.c105 static tree current_function_parms; variable
5480 current_function_parms = last_function_parms; in start_function()
5663 tree parms = current_function_parms; in store_parm_decls_newstyle()
5742 tree parmids = current_function_parms; in store_parm_decls_oldstyle()
5968 bool prototype = (current_function_parms in store_parm_decls()
5969 && TREE_CODE (current_function_parms) != TREE_LIST); in store_parm_decls()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/cp/
H A Ddecl.c10025 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument
10031 require_complete_types_for_parms (current_function_parms); in check_function_type()
10090 tree current_function_parms; in start_function() local
10227 current_function_parms = DECL_ARGUMENTS (decl1); in start_function()
10233 check_function_type (decl1, current_function_parms); in start_function()
10423 store_parm_decls (current_function_parms); in start_function()
10435 store_parm_decls (tree current_function_parms) in store_parm_decls() argument
10445 if (current_function_parms) in store_parm_decls()
10452 tree specparms = current_function_parms; in store_parm_decls()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/cp/
H A Ddecl.c10025 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument
10031 require_complete_types_for_parms (current_function_parms); in check_function_type()
10090 tree current_function_parms; in start_function() local
10227 current_function_parms = DECL_ARGUMENTS (decl1); in start_function()
10233 check_function_type (decl1, current_function_parms); in start_function()
10423 store_parm_decls (current_function_parms); in start_function()
10435 store_parm_decls (tree current_function_parms) in store_parm_decls() argument
10445 if (current_function_parms) in store_parm_decls()
10452 tree specparms = current_function_parms; in store_parm_decls()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/cp/
H A Ddecl.c13006 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument
13012 require_complete_types_for_parms (current_function_parms); in check_function_type()
13077 tree current_function_parms; in start_preparsed_function() local
13181 current_function_parms = DECL_ARGUMENTS (decl1); in start_preparsed_function()
13186 check_function_type (decl1, current_function_parms); in start_preparsed_function()
13445 store_parm_decls (current_function_parms); in start_preparsed_function()
13516 store_parm_decls (tree current_function_parms) in store_parm_decls() argument
13526 if (current_function_parms) in store_parm_decls()
13533 tree specparms = current_function_parms; in store_parm_decls()
/dports/lang/gnat_util/gcc-6-20180516/gcc/cp/
H A Ddecl.c13762 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument
13768 require_complete_types_for_parms (current_function_parms); in check_function_type()
13880 tree current_function_parms; in start_preparsed_function() local
13985 current_function_parms = DECL_ARGUMENTS (decl1); in start_preparsed_function()
13990 check_function_type (decl1, current_function_parms); in start_preparsed_function()
14249 store_parm_decls (current_function_parms); in start_preparsed_function()
14340 store_parm_decls (tree current_function_parms) in store_parm_decls() argument
14350 if (current_function_parms) in store_parm_decls()
14357 tree specparms = current_function_parms; in store_parm_decls()
/dports/lang/gcc48/gcc-4.8.5/gcc/cp/
H A Ddecl.c12948 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument
12954 require_complete_types_for_parms (current_function_parms); in check_function_type()
13019 tree current_function_parms; in start_preparsed_function() local
13119 current_function_parms = DECL_ARGUMENTS (decl1); in start_preparsed_function()
13124 check_function_type (decl1, current_function_parms); in start_preparsed_function()
13383 store_parm_decls (current_function_parms); in start_preparsed_function()
13454 store_parm_decls (tree current_function_parms) in store_parm_decls() argument
13464 if (current_function_parms) in store_parm_decls()
13471 tree specparms = current_function_parms; in store_parm_decls()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/cp/
H A Ddecl.c12930 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument
12936 require_complete_types_for_parms (current_function_parms); in check_function_type()
13001 tree current_function_parms; in start_preparsed_function() local
13101 current_function_parms = DECL_ARGUMENTS (decl1); in start_preparsed_function()
13106 check_function_type (decl1, current_function_parms); in start_preparsed_function()
13365 store_parm_decls (current_function_parms); in start_preparsed_function()
13436 store_parm_decls (tree current_function_parms) in store_parm_decls() argument
13446 if (current_function_parms) in store_parm_decls()
13453 tree specparms = current_function_parms; in store_parm_decls()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/cp/
H A Ddecl.c13762 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument
13768 require_complete_types_for_parms (current_function_parms); in check_function_type()
13880 tree current_function_parms; in start_preparsed_function() local
13985 current_function_parms = DECL_ARGUMENTS (decl1); in start_preparsed_function()
13990 check_function_type (decl1, current_function_parms); in start_preparsed_function()
14249 store_parm_decls (current_function_parms); in start_preparsed_function()
14340 store_parm_decls (tree current_function_parms) in store_parm_decls() argument
14350 if (current_function_parms) in store_parm_decls()
14357 tree specparms = current_function_parms; in store_parm_decls()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Ddecl.c14858 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument
14864 require_complete_types_for_parms (current_function_parms); in check_function_type()
14976 tree current_function_parms; in start_preparsed_function() local
15174 current_function_parms = DECL_ARGUMENTS (decl1); in start_preparsed_function()
15347 store_parm_decls (current_function_parms); in start_preparsed_function()
15441 store_parm_decls (tree current_function_parms) in store_parm_decls() argument
15451 if (current_function_parms) in store_parm_decls()
15458 tree specparms = current_function_parms; in store_parm_decls()
/dports/lang/gcc9/gcc-9.4.0/gcc/cp/
H A Ddecl.c15147 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument
15153 require_complete_types_for_parms (current_function_parms); in check_function_type()
15262 tree current_function_parms; in start_preparsed_function() local
15460 current_function_parms = DECL_ARGUMENTS (decl1); in start_preparsed_function()
15633 store_parm_decls (current_function_parms); in start_preparsed_function()
15729 store_parm_decls (tree current_function_parms) in store_parm_decls() argument
15739 if (current_function_parms) in store_parm_decls()
15746 tree specparms = current_function_parms; in store_parm_decls()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/cp/
H A Ddecl.c14839 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument
14845 require_complete_types_for_parms (current_function_parms); in check_function_type()
14957 tree current_function_parms; in start_preparsed_function() local
15155 current_function_parms = DECL_ARGUMENTS (decl1); in start_preparsed_function()
15328 store_parm_decls (current_function_parms); in start_preparsed_function()
15421 store_parm_decls (tree current_function_parms) in store_parm_decls() argument
15431 if (current_function_parms) in store_parm_decls()
15438 tree specparms = current_function_parms; in store_parm_decls()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/cp/
H A Ddecl.c14858 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument
14864 require_complete_types_for_parms (current_function_parms); in check_function_type()
14976 tree current_function_parms; in start_preparsed_function() local
15174 current_function_parms = DECL_ARGUMENTS (decl1); in start_preparsed_function()
15347 store_parm_decls (current_function_parms); in start_preparsed_function()
15441 store_parm_decls (tree current_function_parms) in store_parm_decls() argument
15451 if (current_function_parms) in store_parm_decls()
15458 tree specparms = current_function_parms; in store_parm_decls()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/cp/
H A Ddecl.c14858 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument
14864 require_complete_types_for_parms (current_function_parms); in check_function_type()
14976 tree current_function_parms; in start_preparsed_function() local
15174 current_function_parms = DECL_ARGUMENTS (decl1); in start_preparsed_function()
15347 store_parm_decls (current_function_parms); in start_preparsed_function()
15441 store_parm_decls (tree current_function_parms) in store_parm_decls() argument
15451 if (current_function_parms) in store_parm_decls()
15458 tree specparms = current_function_parms; in store_parm_decls()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Ddecl.c14858 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument
14864 require_complete_types_for_parms (current_function_parms); in check_function_type()
14976 tree current_function_parms; in start_preparsed_function() local
15174 current_function_parms = DECL_ARGUMENTS (decl1); in start_preparsed_function()
15347 store_parm_decls (current_function_parms); in start_preparsed_function()
15441 store_parm_decls (tree current_function_parms) in store_parm_decls() argument
15451 if (current_function_parms) in store_parm_decls()
15458 tree specparms = current_function_parms; in store_parm_decls()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/cp/
H A Ddecl.c15105 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument
15111 require_complete_types_for_parms (current_function_parms); in check_function_type()
15220 tree current_function_parms; in start_preparsed_function() local
15418 current_function_parms = DECL_ARGUMENTS (decl1); in start_preparsed_function()
15591 store_parm_decls (current_function_parms); in start_preparsed_function()
15686 store_parm_decls (tree current_function_parms) in store_parm_decls() argument
15696 if (current_function_parms) in store_parm_decls()
15703 tree specparms = current_function_parms; in store_parm_decls()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/cp/
H A Ddecl.c15147 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument
15153 require_complete_types_for_parms (current_function_parms); in check_function_type()
15262 tree current_function_parms; in start_preparsed_function() local
15460 current_function_parms = DECL_ARGUMENTS (decl1); in start_preparsed_function()
15633 store_parm_decls (current_function_parms); in start_preparsed_function()
15729 store_parm_decls (tree current_function_parms) in store_parm_decls() argument
15739 if (current_function_parms) in store_parm_decls()
15746 tree specparms = current_function_parms; in store_parm_decls()
/dports/lang/gcc8/gcc-8.5.0/gcc/cp/
H A Ddecl.c14896 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument
14902 require_complete_types_for_parms (current_function_parms); in check_function_type()
15014 tree current_function_parms; in start_preparsed_function() local
15212 current_function_parms = DECL_ARGUMENTS (decl1); in start_preparsed_function()
15385 store_parm_decls (current_function_parms); in start_preparsed_function()
15479 store_parm_decls (tree current_function_parms) in store_parm_decls() argument
15489 if (current_function_parms) in store_parm_decls()
15496 tree specparms = current_function_parms; in store_parm_decls()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/cp/
H A Ddecl.c15958 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument
15964 require_complete_types_for_parms (current_function_parms); in check_function_type()
16073 tree current_function_parms; in start_preparsed_function() local
16271 current_function_parms = DECL_ARGUMENTS (decl1); in start_preparsed_function()
16445 store_parm_decls (current_function_parms); in start_preparsed_function()
16567 store_parm_decls (tree current_function_parms) in store_parm_decls() argument
16576 if (current_function_parms) in store_parm_decls()
16583 tree specparms = current_function_parms; in store_parm_decls()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/cp/
H A Ddecl.c16020 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument
16026 require_complete_types_for_parms (current_function_parms); in check_function_type()
16135 tree current_function_parms; in start_preparsed_function() local
16333 current_function_parms = DECL_ARGUMENTS (decl1); in start_preparsed_function()
16507 store_parm_decls (current_function_parms); in start_preparsed_function()
16629 store_parm_decls (tree current_function_parms) in store_parm_decls() argument
16638 if (current_function_parms) in store_parm_decls()
16645 tree specparms = current_function_parms; in store_parm_decls()
/dports/lang/gcc10/gcc-10.3.0/gcc/cp/
H A Ddecl.c16010 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument
16016 require_complete_types_for_parms (current_function_parms); in check_function_type()
16125 tree current_function_parms; in start_preparsed_function() local
16323 current_function_parms = DECL_ARGUMENTS (decl1); in start_preparsed_function()
16497 store_parm_decls (current_function_parms); in start_preparsed_function()
16619 store_parm_decls (tree current_function_parms) in store_parm_decls() argument
16628 if (current_function_parms) in store_parm_decls()
16635 tree specparms = current_function_parms; in store_parm_decls()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/cp/
H A Ddecl.c16625 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument
16631 require_complete_types_for_parms (current_function_parms); in check_function_type()
16923 tree current_function_parms = DECL_ARGUMENTS (decl1); in start_preparsed_function() local
17099 store_parm_decls (current_function_parms); in start_preparsed_function()
17221 store_parm_decls (tree current_function_parms) in store_parm_decls() argument
17230 if (current_function_parms) in store_parm_decls()
17237 tree specparms = current_function_parms; in store_parm_decls()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/cp/
H A Ddecl.c16414 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument
16420 require_complete_types_for_parms (current_function_parms); in check_function_type()
16712 tree current_function_parms = DECL_ARGUMENTS (decl1); in start_preparsed_function() local
16888 store_parm_decls (current_function_parms); in start_preparsed_function()
17010 store_parm_decls (tree current_function_parms) in store_parm_decls() argument
17019 if (current_function_parms) in store_parm_decls()
17026 tree specparms = current_function_parms; in store_parm_decls()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/cp/
H A Ddecl.c16353 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument
16359 require_complete_types_for_parms (current_function_parms); in check_function_type()
16651 tree current_function_parms = DECL_ARGUMENTS (decl1); in start_preparsed_function() local
16827 store_parm_decls (current_function_parms); in start_preparsed_function()
16949 store_parm_decls (tree current_function_parms) in store_parm_decls() argument
16958 if (current_function_parms) in store_parm_decls()
16965 tree specparms = current_function_parms; in store_parm_decls()
/dports/lang/gcc11/gcc-11.2.0/gcc/cp/
H A Ddecl.c16353 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument
16359 require_complete_types_for_parms (current_function_parms); in check_function_type()
16651 tree current_function_parms = DECL_ARGUMENTS (decl1); in start_preparsed_function() local
16827 store_parm_decls (current_function_parms); in start_preparsed_function()
16949 store_parm_decls (tree current_function_parms) in store_parm_decls() argument
16958 if (current_function_parms) in store_parm_decls()
16965 tree specparms = current_function_parms; in store_parm_decls()

1234