Home
last modified time | relevance | path

Searched refs:fndecl (Results 1 – 25 of 3527) sorted by relevance

12345678910>>...142

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dtree-optimize.c106 current_function_decl = fndecl; in tree_rest_of_compilation()
109 init_function_start (fndecl); in tree_rest_of_compilation()
127 walk_tree (&TREE_TYPE (fndecl), set_save_expr_context, fndecl, in tree_rest_of_compilation()
138 if (DECL_NAME (fndecl) in tree_rest_of_compilation()
165 DECL_DEFER_OUTPUT (fndecl) = 0; in tree_rest_of_compilation()
168 rest_of_compilation (fndecl); in tree_rest_of_compilation()
177 if (warn_larger_than && !DECL_EXTERNAL (fndecl) && TREE_TYPE (fndecl)) in tree_rest_of_compilation()
191 fndecl, fndecl, size_as_int); in tree_rest_of_compilation()
194 fndecl, fndecl, larger_than_size); in tree_rest_of_compilation()
198 if (! DECL_DEFER_OUTPUT (fndecl) || !cgraph_node (fndecl)->origin) in tree_rest_of_compilation()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dtree-optimize.c106 current_function_decl = fndecl; in tree_rest_of_compilation()
109 init_function_start (fndecl); in tree_rest_of_compilation()
127 walk_tree (&TREE_TYPE (fndecl), set_save_expr_context, fndecl, in tree_rest_of_compilation()
138 if (DECL_NAME (fndecl) in tree_rest_of_compilation()
165 DECL_DEFER_OUTPUT (fndecl) = 0; in tree_rest_of_compilation()
168 rest_of_compilation (fndecl); in tree_rest_of_compilation()
177 if (warn_larger_than && !DECL_EXTERNAL (fndecl) && TREE_TYPE (fndecl)) in tree_rest_of_compilation()
191 fndecl, fndecl, size_as_int); in tree_rest_of_compilation()
194 fndecl, fndecl, larger_than_size); in tree_rest_of_compilation()
198 if (! DECL_DEFER_OUTPUT (fndecl) || !cgraph_node (fndecl)->origin) in tree_rest_of_compilation()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/brig/brigfrontend/
H A Dbrig-function-handler.cc87 tree fndecl; in operator ()() local
163 DECL_ATTRIBUTES (fndecl) in operator ()()
279 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), context_arg); in operator ()()
293 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), group_base_arg); in operator ()()
309 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), group_local_offset_arg); in operator ()()
321 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), private_base_arg); in operator ()()
333 TREE_STATIC (fndecl) = 0; in operator ()()
334 TREE_PUBLIC (fndecl) = 1; in operator ()()
337 set_inline (fndecl); in operator ()()
352 set_inline (fndecl); in operator ()()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/brig/brigfrontend/
H A Dbrig-function-handler.cc87 tree fndecl; in operator ()() local
163 DECL_ATTRIBUTES (fndecl) in operator ()()
279 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), context_arg); in operator ()()
293 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), group_base_arg); in operator ()()
309 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), group_local_offset_arg); in operator ()()
321 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), private_base_arg); in operator ()()
333 TREE_STATIC (fndecl) = 0; in operator ()()
334 TREE_PUBLIC (fndecl) = 1; in operator ()()
337 set_inline (fndecl); in operator ()()
352 set_inline (fndecl); in operator ()()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/brig/brigfrontend/
H A Dbrig-function-handler.cc87 tree fndecl; in operator ()() local
163 DECL_ATTRIBUTES (fndecl) in operator ()()
279 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), context_arg); in operator ()()
293 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), group_base_arg); in operator ()()
309 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), group_local_offset_arg); in operator ()()
321 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), private_base_arg); in operator ()()
333 TREE_STATIC (fndecl) = 0; in operator ()()
334 TREE_PUBLIC (fndecl) = 1; in operator ()()
337 set_inline (fndecl); in operator ()()
352 set_inline (fndecl); in operator ()()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/brig/brigfrontend/
H A Dbrig-function-handler.cc87 tree fndecl; in operator ()() local
163 DECL_ATTRIBUTES (fndecl) in operator ()()
279 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), context_arg); in operator ()()
293 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), group_base_arg); in operator ()()
309 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), group_local_offset_arg); in operator ()()
321 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), private_base_arg); in operator ()()
333 TREE_STATIC (fndecl) = 0; in operator ()()
334 TREE_PUBLIC (fndecl) = 1; in operator ()()
337 set_inline (fndecl); in operator ()()
352 set_inline (fndecl); in operator ()()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/brig/brigfrontend/
H A Dbrig-function-handler.cc87 tree fndecl; in operator ()() local
163 DECL_ATTRIBUTES (fndecl) in operator ()()
279 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), context_arg); in operator ()()
293 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), group_base_arg); in operator ()()
309 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), group_local_offset_arg); in operator ()()
321 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), private_base_arg); in operator ()()
333 TREE_STATIC (fndecl) = 0; in operator ()()
334 TREE_PUBLIC (fndecl) = 1; in operator ()()
337 set_inline (fndecl); in operator ()()
352 set_inline (fndecl); in operator ()()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/brig/brigfrontend/
H A Dbrig-function-handler.cc87 tree fndecl; in operator ()() local
163 DECL_ATTRIBUTES (fndecl) in operator ()()
279 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), context_arg); in operator ()()
293 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), group_base_arg); in operator ()()
309 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), group_local_offset_arg); in operator ()()
321 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), private_base_arg); in operator ()()
333 TREE_STATIC (fndecl) = 0; in operator ()()
334 TREE_PUBLIC (fndecl) = 1; in operator ()()
337 set_inline (fndecl); in operator ()()
352 set_inline (fndecl); in operator ()()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/brig/brigfrontend/
H A Dbrig-function-handler.cc87 tree fndecl; in operator ()() local
163 DECL_ATTRIBUTES (fndecl) in operator ()()
279 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), context_arg); in operator ()()
293 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), group_base_arg); in operator ()()
309 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), group_local_offset_arg); in operator ()()
321 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), private_base_arg); in operator ()()
333 TREE_STATIC (fndecl) = 0; in operator ()()
334 TREE_PUBLIC (fndecl) = 1; in operator ()()
337 set_inline (fndecl); in operator ()()
352 set_inline (fndecl); in operator ()()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/brig/brigfrontend/
H A Dbrig-function-handler.cc87 tree fndecl; in operator ()() local
163 DECL_ATTRIBUTES (fndecl) in operator ()()
279 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), context_arg); in operator ()()
293 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), group_base_arg); in operator ()()
309 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), group_local_offset_arg); in operator ()()
321 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), private_base_arg); in operator ()()
333 TREE_STATIC (fndecl) = 0; in operator ()()
334 TREE_PUBLIC (fndecl) = 1; in operator ()()
337 set_inline (fndecl); in operator ()()
352 set_inline (fndecl); in operator ()()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/brig/brigfrontend/
H A Dbrig-function-handler.cc87 tree fndecl; in operator ()() local
163 DECL_ATTRIBUTES (fndecl) in operator ()()
279 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), context_arg); in operator ()()
293 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), group_base_arg); in operator ()()
309 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), group_local_offset_arg); in operator ()()
321 DECL_ARGUMENTS (fndecl) = chainon (DECL_ARGUMENTS (fndecl), private_base_arg); in operator ()()
333 TREE_STATIC (fndecl) = 0; in operator ()()
334 TREE_PUBLIC (fndecl) = 1; in operator ()()
337 set_inline (fndecl); in operator ()()
352 set_inline (fndecl); in operator ()()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/brig/brigfrontend/
H A Dbrig-function-handler.cc83 tree fndecl; in operator ()() local
299 DECL_PRESERVE_P (fndecl) = 1; in operator ()()
306 TREE_STATIC (fndecl) = 1; in operator ()()
307 TREE_PUBLIC (fndecl) = 1; in operator ()()
311 TREE_STATIC (fndecl) = 1; in operator ()()
312 TREE_PUBLIC (fndecl) = 1; in operator ()()
316 TREE_STATIC (fndecl) = 0; in operator ()()
317 TREE_PUBLIC (fndecl) = 1; in operator ()()
322 TREE_STATIC (fndecl) = 0; in operator ()()
323 TREE_PUBLIC (fndecl) = 1; in operator ()()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/brig/brigfrontend/
H A Dbrig-function-handler.cc83 tree fndecl; in operator ()() local
299 DECL_PRESERVE_P (fndecl) = 1; in operator ()()
306 TREE_STATIC (fndecl) = 1; in operator ()()
307 TREE_PUBLIC (fndecl) = 1; in operator ()()
311 TREE_STATIC (fndecl) = 1; in operator ()()
312 TREE_PUBLIC (fndecl) = 1; in operator ()()
316 TREE_STATIC (fndecl) = 0; in operator ()()
317 TREE_PUBLIC (fndecl) = 1; in operator ()()
322 TREE_STATIC (fndecl) = 0; in operator ()()
323 TREE_PUBLIC (fndecl) = 1; in operator ()()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/brig/brigfrontend/
H A Dbrig-function-handler.cc83 tree fndecl; in operator ()() local
299 DECL_PRESERVE_P (fndecl) = 1; in operator ()()
306 TREE_STATIC (fndecl) = 1; in operator ()()
307 TREE_PUBLIC (fndecl) = 1; in operator ()()
311 TREE_STATIC (fndecl) = 1; in operator ()()
312 TREE_PUBLIC (fndecl) = 1; in operator ()()
316 TREE_STATIC (fndecl) = 0; in operator ()()
317 TREE_PUBLIC (fndecl) = 1; in operator ()()
322 TREE_STATIC (fndecl) = 0; in operator ()()
323 TREE_PUBLIC (fndecl) = 1; in operator ()()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/brig/brigfrontend/
H A Dbrig-function-handler.cc83 tree fndecl; in operator ()() local
299 DECL_PRESERVE_P (fndecl) = 1; in operator ()()
306 TREE_STATIC (fndecl) = 1; in operator ()()
307 TREE_PUBLIC (fndecl) = 1; in operator ()()
311 TREE_STATIC (fndecl) = 1; in operator ()()
312 TREE_PUBLIC (fndecl) = 1; in operator ()()
316 TREE_STATIC (fndecl) = 0; in operator ()()
317 TREE_PUBLIC (fndecl) = 1; in operator ()()
322 TREE_STATIC (fndecl) = 0; in operator ()()
323 TREE_PUBLIC (fndecl) = 1; in operator ()()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/brig/brigfrontend/
H A Dbrig-function-handler.cc83 tree fndecl; in operator ()() local
299 DECL_PRESERVE_P (fndecl) = 1; in operator ()()
306 TREE_STATIC (fndecl) = 1; in operator ()()
307 TREE_PUBLIC (fndecl) = 1; in operator ()()
311 TREE_STATIC (fndecl) = 1; in operator ()()
312 TREE_PUBLIC (fndecl) = 1; in operator ()()
316 TREE_STATIC (fndecl) = 0; in operator ()()
317 TREE_PUBLIC (fndecl) = 1; in operator ()()
322 TREE_STATIC (fndecl) = 0; in operator ()()
323 TREE_PUBLIC (fndecl) = 1; in operator ()()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/brig/brigfrontend/
H A Dbrig-function-handler.cc83 tree fndecl; in operator ()() local
299 DECL_PRESERVE_P (fndecl) = 1; in operator ()()
306 TREE_STATIC (fndecl) = 1; in operator ()()
307 TREE_PUBLIC (fndecl) = 1; in operator ()()
311 TREE_STATIC (fndecl) = 1; in operator ()()
312 TREE_PUBLIC (fndecl) = 1; in operator ()()
316 TREE_STATIC (fndecl) = 0; in operator ()()
317 TREE_PUBLIC (fndecl) = 1; in operator ()()
322 TREE_STATIC (fndecl) = 0; in operator ()()
323 TREE_PUBLIC (fndecl) = 1; in operator ()()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/analyzer/
H A Danalyzer.cc51 if (!fndecl) in is_special_named_call_p()
65 gcc_assert (fndecl); in is_named_call_p()
94 is_std_function_p (const_tree fndecl) in is_std_function_p() argument
96 tree name_decl = DECL_NAME (fndecl); in is_std_function_p()
99 if (!DECL_CONTEXT (fndecl)) in is_std_function_p()
103 tree ns = DECL_CONTEXT (fndecl); in is_std_function_p()
117 gcc_assert (fndecl); in is_std_named_call_p()
120 if (!is_std_function_p (fndecl)) in is_std_named_call_p()
140 gcc_assert (fndecl); in is_named_call_p()
158 gcc_assert (fndecl); in is_std_named_call_p()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/analyzer/
H A Danalyzer.cc51 if (!fndecl) in is_special_named_call_p()
65 gcc_assert (fndecl); in is_named_call_p()
94 is_std_function_p (const_tree fndecl) in is_std_function_p() argument
96 tree name_decl = DECL_NAME (fndecl); in is_std_function_p()
99 if (!DECL_CONTEXT (fndecl)) in is_std_function_p()
103 tree ns = DECL_CONTEXT (fndecl); in is_std_function_p()
117 gcc_assert (fndecl); in is_std_named_call_p()
120 if (!is_std_function_p (fndecl)) in is_std_named_call_p()
140 gcc_assert (fndecl); in is_named_call_p()
158 gcc_assert (fndecl); in is_std_named_call_p()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/analyzer/
H A Danalyzer.cc51 if (!fndecl) in is_special_named_call_p()
65 gcc_assert (fndecl); in is_named_call_p()
94 is_std_function_p (const_tree fndecl) in is_std_function_p() argument
96 tree name_decl = DECL_NAME (fndecl); in is_std_function_p()
99 if (!DECL_CONTEXT (fndecl)) in is_std_function_p()
103 tree ns = DECL_CONTEXT (fndecl); in is_std_function_p()
117 gcc_assert (fndecl); in is_std_named_call_p()
120 if (!is_std_function_p (fndecl)) in is_std_named_call_p()
140 gcc_assert (fndecl); in is_named_call_p()
158 gcc_assert (fndecl); in is_std_named_call_p()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dfunction-tests.c104 return fndecl; in make_fndecl()
259 return fndecl; in build_trivial_generic_function()
272 return fndecl; in build_trivial_high_gimple_function()
278 build_cfg (tree fndecl) in build_cfg() argument
502 build_cfg (fndecl); in test_building_cfg()
547 build_cfg (fndecl); in test_conversion_to_ssa()
549 convert_to_ssa (fndecl); in test_conversion_to_ssa()
586 build_cfg (fndecl); in test_ranges()
587 convert_to_ssa (fndecl); in test_ranges()
603 build_cfg (fndecl); in test_expansion_to_rtl()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfunction-tests.c103 return fndecl;
118 ASSERT_TRUE (fndecl != NULL); in test_fndecl_int_void()
258 return fndecl; in build_trivial_generic_function()
271 return fndecl; in build_trivial_high_gimple_function()
277 build_cfg (tree fndecl) in build_cfg() argument
318 convert_to_ssa (tree fndecl) in convert_to_ssa() argument
501 build_cfg (fndecl); in test_building_cfg()
546 build_cfg (fndecl); in test_conversion_to_ssa()
548 convert_to_ssa (fndecl); in test_conversion_to_ssa()
583 build_cfg (fndecl); in test_expansion_to_rtl()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dfunction-tests.c103 return fndecl;
118 ASSERT_TRUE (fndecl != NULL); in test_fndecl_int_void()
258 return fndecl; in build_trivial_generic_function()
271 return fndecl; in build_trivial_high_gimple_function()
277 build_cfg (tree fndecl) in build_cfg() argument
318 convert_to_ssa (tree fndecl) in convert_to_ssa() argument
501 build_cfg (fndecl); in test_building_cfg()
546 build_cfg (fndecl); in test_conversion_to_ssa()
548 convert_to_ssa (fndecl); in test_conversion_to_ssa()
583 build_cfg (fndecl); in test_expansion_to_rtl()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dfunction-tests.c103 return fndecl;
118 ASSERT_TRUE (fndecl != NULL); in test_fndecl_int_void()
258 return fndecl; in build_trivial_generic_function()
271 return fndecl; in build_trivial_high_gimple_function()
277 build_cfg (tree fndecl) in build_cfg() argument
318 convert_to_ssa (tree fndecl) in convert_to_ssa() argument
501 build_cfg (fndecl); in test_building_cfg()
546 build_cfg (fndecl); in test_conversion_to_ssa()
548 convert_to_ssa (fndecl); in test_conversion_to_ssa()
583 build_cfg (fndecl); in test_expansion_to_rtl()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dfunction-tests.c103 return fndecl;
118 ASSERT_TRUE (fndecl != NULL); in test_fndecl_int_void()
258 return fndecl; in build_trivial_generic_function()
271 return fndecl; in build_trivial_high_gimple_function()
277 build_cfg (tree fndecl) in build_cfg() argument
318 convert_to_ssa (tree fndecl) in convert_to_ssa() argument
501 build_cfg (fndecl); in test_building_cfg()
546 build_cfg (fndecl); in test_conversion_to_ssa()
548 convert_to_ssa (fndecl); in test_conversion_to_ssa()
583 build_cfg (fndecl); in test_expansion_to_rtl()
[all …]

12345678910>>...142