Home
last modified time | relevance | path

Searched refs:init_decl (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/java/
H A Dresource.c105 tree init_name, init_type, init_decl; in write_resource_constructor() local
121 DECL_SOURCE_LINE (init_decl) = 0; in write_resource_constructor()
122 SET_DECL_ASSEMBLER_NAME (init_decl, init_name); in write_resource_constructor()
123 TREE_STATIC (init_decl) = 1; in write_resource_constructor()
124 current_function_decl = init_decl; in write_resource_constructor()
125 DECL_RESULT (init_decl) = build_decl (RESULT_DECL, in write_resource_constructor()
133 make_decl_rtl (init_decl, NULL); in write_resource_constructor()
134 init_function_start (init_decl); in write_resource_constructor()
135 expand_function_start (init_decl, 0); in write_resource_constructor()
147 input_location = DECL_SOURCE_LOCATION (init_decl); in write_resource_constructor()
[all …]
H A Dexpr.c2475 tree temp, value, init_decl; in java_expand_expr() local
2490 pushdecl_top_level (init_decl); in java_expand_expr()
2491 TREE_STATIC (init_decl) = 1; in java_expand_expr()
2493 DECL_IGNORED_P (init_decl) = 1; in java_expand_expr()
2494 TREE_READONLY (init_decl) = 1; in java_expand_expr()
2497 DECL_ALIGN (init_decl) = 64; in java_expand_expr()
2513 tree init_decl; in java_expand_expr() local
2516 pushdecl_top_level (init_decl); in java_expand_expr()
2517 TREE_STATIC (init_decl) = 1; in java_expand_expr()
2520 TREE_READONLY (init_decl) = 1; in java_expand_expr()
[all …]
H A Dclass.c2209 tree init_decl; in emit_register_classes() local
2214 SET_DECL_ASSEMBLER_NAME (init_decl, init_name); in emit_register_classes()
2215 DECL_SOURCE_LINE (init_decl) = 0; in emit_register_classes()
2216 TREE_STATIC (init_decl) = 1; in emit_register_classes()
2217 current_function_decl = init_decl; in emit_register_classes()
2226 TREE_USED (init_decl) = 1; in emit_register_classes()
2229 make_decl_rtl (init_decl, NULL); in emit_register_classes()
2230 init_function_start (init_decl); in emit_register_classes()
2231 expand_function_start (init_decl, 0); in emit_register_classes()
2240 input_location = DECL_SOURCE_LOCATION (init_decl); in emit_register_classes()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/java/
H A Dresource.c105 tree init_name, init_type, init_decl; in write_resource_constructor() local
121 DECL_SOURCE_LINE (init_decl) = 0; in write_resource_constructor()
122 SET_DECL_ASSEMBLER_NAME (init_decl, init_name); in write_resource_constructor()
123 TREE_STATIC (init_decl) = 1; in write_resource_constructor()
124 current_function_decl = init_decl; in write_resource_constructor()
125 DECL_RESULT (init_decl) = build_decl (RESULT_DECL, in write_resource_constructor()
133 make_decl_rtl (init_decl, NULL); in write_resource_constructor()
134 init_function_start (init_decl); in write_resource_constructor()
135 expand_function_start (init_decl, 0); in write_resource_constructor()
147 input_location = DECL_SOURCE_LOCATION (init_decl); in write_resource_constructor()
[all …]
H A Dexpr.c2475 tree temp, value, init_decl; in java_expand_expr() local
2490 pushdecl_top_level (init_decl); in java_expand_expr()
2491 TREE_STATIC (init_decl) = 1; in java_expand_expr()
2493 DECL_IGNORED_P (init_decl) = 1; in java_expand_expr()
2494 TREE_READONLY (init_decl) = 1; in java_expand_expr()
2497 DECL_ALIGN (init_decl) = 64; in java_expand_expr()
2513 tree init_decl; in java_expand_expr() local
2516 pushdecl_top_level (init_decl); in java_expand_expr()
2517 TREE_STATIC (init_decl) = 1; in java_expand_expr()
2520 TREE_READONLY (init_decl) = 1; in java_expand_expr()
[all …]
H A Dclass.c2209 tree init_decl; in emit_register_classes() local
2214 SET_DECL_ASSEMBLER_NAME (init_decl, init_name); in emit_register_classes()
2215 DECL_SOURCE_LINE (init_decl) = 0; in emit_register_classes()
2216 TREE_STATIC (init_decl) = 1; in emit_register_classes()
2217 current_function_decl = init_decl; in emit_register_classes()
2226 TREE_USED (init_decl) = 1; in emit_register_classes()
2229 make_decl_rtl (init_decl, NULL); in emit_register_classes()
2230 init_function_start (init_decl); in emit_register_classes()
2231 expand_function_start (init_decl, 0); in emit_register_classes()
2240 input_location = DECL_SOURCE_LOCATION (init_decl); in emit_register_classes()
[all …]
/dports/math/py-theano/Theano-1.0.5/theano/tensor/nnet/
H A Dnnet.py132 init_decl = """
276 return (init_decl, begin_row_loop, inside_row_loop, end_row_loop)
475 init_decl = """
586 return (init_decl, begin_row_loop, inside_row_loop, end_row_loop)
655 init_decl = """
731 return (init_decl, begin_row_loop, inside_row_loop, end_row_loop)
1103 (init_decl, begin_row_loop, inside_row_loop, end_row_loop) = \
1105 return (init_decl,
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtsan.c726 tree init_decl = builtin_decl_implicit (BUILT_IN_TSAN_INIT); in tsan_finish_file() local
727 append_to_statement_list (build_call_expr (init_decl, 0), in tsan_finish_file()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtsan.c734 tree init_decl = builtin_decl_implicit (BUILT_IN_TSAN_INIT); in tsan_finish_file() local
735 append_to_statement_list (build_call_expr (init_decl, 0), in tsan_finish_file()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtsan.c727 tree init_decl = builtin_decl_implicit (BUILT_IN_TSAN_INIT); in tsan_finish_file() local
728 append_to_statement_list (build_call_expr (init_decl, 0), in tsan_finish_file()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtsan.c854 tree init_decl = builtin_decl_implicit (BUILT_IN_TSAN_INIT); in tsan_finish_file() local
855 append_to_statement_list (build_call_expr (init_decl, 0), in tsan_finish_file()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtsan.c880 tree init_decl = builtin_decl_implicit (BUILT_IN_TSAN_INIT); in tsan_finish_file() local
881 append_to_statement_list (build_call_expr (init_decl, 0), in tsan_finish_file()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtsan.c880 tree init_decl = builtin_decl_implicit (BUILT_IN_TSAN_INIT); in tsan_finish_file() local
881 append_to_statement_list (build_call_expr (init_decl, 0), in tsan_finish_file()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtsan.c867 tree init_decl = builtin_decl_implicit (BUILT_IN_TSAN_INIT); in tsan_finish_file() local
868 append_to_statement_list (build_call_expr (init_decl, 0), in tsan_finish_file()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtsan.c867 tree init_decl = builtin_decl_implicit (BUILT_IN_TSAN_INIT); in tsan_finish_file() local
868 append_to_statement_list (build_call_expr (init_decl, 0), in tsan_finish_file()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtsan.c867 tree init_decl = builtin_decl_implicit (BUILT_IN_TSAN_INIT); in tsan_finish_file() local
868 append_to_statement_list (build_call_expr (init_decl, 0), in tsan_finish_file()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtsan.c867 tree init_decl = builtin_decl_implicit (BUILT_IN_TSAN_INIT); in tsan_finish_file() local
868 append_to_statement_list (build_call_expr (init_decl, 0), in tsan_finish_file()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtsan.c867 tree init_decl = builtin_decl_implicit (BUILT_IN_TSAN_INIT); in tsan_finish_file() local
868 append_to_statement_list (build_call_expr (init_decl, 0), in tsan_finish_file()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtsan.c867 tree init_decl = builtin_decl_implicit (BUILT_IN_TSAN_INIT); in tsan_finish_file() local
868 append_to_statement_list (build_call_expr (init_decl, 0), in tsan_finish_file()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtsan.c867 tree init_decl = builtin_decl_implicit (BUILT_IN_TSAN_INIT); in tsan_finish_file() local
868 append_to_statement_list (build_call_expr (init_decl, 0), in tsan_finish_file()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtsan.c867 tree init_decl = builtin_decl_implicit (BUILT_IN_TSAN_INIT); in tsan_finish_file() local
868 append_to_statement_list (build_call_expr (init_decl, 0), in tsan_finish_file()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtsan.c880 tree init_decl = builtin_decl_implicit (BUILT_IN_TSAN_INIT); in tsan_finish_file() local
881 append_to_statement_list (build_call_expr (init_decl, 0), in tsan_finish_file()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtsan.c867 tree init_decl = builtin_decl_implicit (BUILT_IN_TSAN_INIT); in tsan_finish_file() local
868 append_to_statement_list (build_call_expr (init_decl, 0), in tsan_finish_file()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtsan.c854 tree init_decl = builtin_decl_implicit (BUILT_IN_TSAN_INIT); in tsan_finish_file() local
855 append_to_statement_list (build_call_expr (init_decl, 0), in tsan_finish_file()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtsan.c880 tree init_decl = builtin_decl_implicit (BUILT_IN_TSAN_INIT); in tsan_finish_file() local
881 append_to_statement_list (build_call_expr (init_decl, 0), in tsan_finish_file()

12