Home
last modified time | relevance | path

Searched refs:unsigned_type_node (Results 1 – 25 of 1438) sorted by relevance

12345678910>>...58

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/
H A Dvxworks.c73 get_identifier ("size"), unsigned_type_node); in vxworks_emutls_var_fields()
78 get_identifier ("module_id"), unsigned_type_node); in vxworks_emutls_var_fields()
84 get_identifier ("offset"), unsigned_type_node); in vxworks_emutls_var_fields()
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/
H A Dvxworks.c73 get_identifier ("size"), unsigned_type_node); in vxworks_emutls_var_fields()
78 get_identifier ("module_id"), unsigned_type_node); in vxworks_emutls_var_fields()
84 get_identifier ("offset"), unsigned_type_node); in vxworks_emutls_var_fields()
/dports/lang/gcc48/gcc-4.8.5/gcc/config/
H A Dvxworks.c72 get_identifier ("size"), unsigned_type_node); in vxworks_emutls_var_fields()
77 get_identifier ("module_id"), unsigned_type_node); in vxworks_emutls_var_fields()
83 get_identifier ("offset"), unsigned_type_node); in vxworks_emutls_var_fields()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/
H A Dvxworks.c72 get_identifier ("size"), unsigned_type_node); in vxworks_emutls_var_fields()
77 get_identifier ("module_id"), unsigned_type_node); in vxworks_emutls_var_fields()
83 get_identifier ("offset"), unsigned_type_node); in vxworks_emutls_var_fields()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/
H A Dvxworks.c73 get_identifier ("size"), unsigned_type_node); in vxworks_emutls_var_fields()
78 get_identifier ("module_id"), unsigned_type_node); in vxworks_emutls_var_fields()
84 get_identifier ("offset"), unsigned_type_node); in vxworks_emutls_var_fields()
/dports/lang/gcc9/gcc-9.4.0/gcc/config/gcn/
H A Dgcn-tree.c91 tree fnarg = build_int_cst (unsigned_type_node, 1); in execute_omp_gcn()
110 tree fnarg = build_zero_cst (unsigned_type_node); in execute_omp_gcn()
184 tree type = build_qualified_type (unsigned_type_node, in gcn_global_lock_addr()
222 tree arg_type = unsigned_type_node; in gcn_lockless_update()
330 tree uns_unlocked = build_int_cst (unsigned_type_node, 0); in gcn_lockfull_update()
331 tree uns_locked = build_int_cst (unsigned_type_node, 1); in gcn_lockfull_update()
345 tree lock_var = make_ssa_name (unsigned_type_node); in gcn_lockfull_update()
418 if (size == TYPE_SIZE (unsigned_type_node) in gcn_reduction_update()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/gcn/
H A Dgcn-tree.c91 tree fnarg = build_int_cst (unsigned_type_node, 1); in execute_omp_gcn()
110 tree fnarg = build_zero_cst (unsigned_type_node); in execute_omp_gcn()
184 tree type = build_qualified_type (unsigned_type_node, in gcn_global_lock_addr()
222 tree arg_type = unsigned_type_node; in gcn_lockless_update()
330 tree uns_unlocked = build_int_cst (unsigned_type_node, 0); in gcn_lockfull_update()
331 tree uns_locked = build_int_cst (unsigned_type_node, 1); in gcn_lockfull_update()
345 tree lock_var = make_ssa_name (unsigned_type_node); in gcn_lockfull_update()
418 if (size == TYPE_SIZE (unsigned_type_node) in gcn_reduction_update()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/gcn/
H A Dgcn-tree.c91 tree fnarg = build_int_cst (unsigned_type_node, 1); in execute_omp_gcn()
110 tree fnarg = build_zero_cst (unsigned_type_node); in execute_omp_gcn()
184 tree type = build_qualified_type (unsigned_type_node, in gcn_global_lock_addr()
222 tree arg_type = unsigned_type_node; in gcn_lockless_update()
330 tree uns_unlocked = build_int_cst (unsigned_type_node, 0); in gcn_lockfull_update()
331 tree uns_locked = build_int_cst (unsigned_type_node, 1); in gcn_lockfull_update()
345 tree lock_var = make_ssa_name (unsigned_type_node); in gcn_lockfull_update()
418 if (size == TYPE_SIZE (unsigned_type_node) in gcn_reduction_update()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/gcn/
H A Dgcn-tree.c91 tree fnarg = build_int_cst (unsigned_type_node, 1); in execute_omp_gcn()
110 tree fnarg = build_zero_cst (unsigned_type_node); in execute_omp_gcn()
184 tree type = build_qualified_type (unsigned_type_node, in gcn_global_lock_addr()
222 tree arg_type = unsigned_type_node; in gcn_lockless_update()
330 tree uns_unlocked = build_int_cst (unsigned_type_node, 0); in gcn_lockfull_update()
331 tree uns_locked = build_int_cst (unsigned_type_node, 1); in gcn_lockfull_update()
345 tree lock_var = make_ssa_name (unsigned_type_node); in gcn_lockfull_update()
418 if (size == TYPE_SIZE (unsigned_type_node) in gcn_reduction_update()
/dports/lang/gcc10/gcc-10.3.0/gcc/config/gcn/
H A Dgcn-tree.c91 tree fnarg = build_int_cst (unsigned_type_node, 1); in execute_omp_gcn()
110 tree fnarg = build_zero_cst (unsigned_type_node); in execute_omp_gcn()
184 tree type = build_qualified_type (unsigned_type_node, in gcn_global_lock_addr()
222 tree arg_type = unsigned_type_node; in gcn_lockless_update()
330 tree uns_unlocked = build_int_cst (unsigned_type_node, 0); in gcn_lockfull_update()
331 tree uns_locked = build_int_cst (unsigned_type_node, 1); in gcn_lockfull_update()
345 tree lock_var = make_ssa_name (unsigned_type_node); in gcn_lockfull_update()
418 if (size == TYPE_SIZE (unsigned_type_node) in gcn_reduction_update()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/gcn/
H A Dgcn-tree.c91 tree fnarg = build_int_cst (unsigned_type_node, 1); in execute_omp_gcn()
110 tree fnarg = build_zero_cst (unsigned_type_node); in execute_omp_gcn()
184 tree type = build_qualified_type (unsigned_type_node, in gcn_global_lock_addr()
222 tree arg_type = unsigned_type_node; in gcn_lockless_update()
330 tree uns_unlocked = build_int_cst (unsigned_type_node, 0); in gcn_lockfull_update()
331 tree uns_locked = build_int_cst (unsigned_type_node, 1); in gcn_lockfull_update()
345 tree lock_var = make_ssa_name (unsigned_type_node); in gcn_lockfull_update()
418 if (size == TYPE_SIZE (unsigned_type_node) in gcn_reduction_update()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dcoverage.c611 array_type = build_array_type (unsigned_type_node, array_type); in build_fn_info_type()
649 tree counters = build_int_cstu (unsigned_type_node, in build_fn_info_value()
689 gcov_ptr_type, unsigned_type_node, in build_ctr_info_type()
723 array_type = build_int_cstu (unsigned_type_node, in build_ctr_info_value()
852 field = build_decl (FIELD_DECL, NULL_TREE, unsigned_type_node); in build_gcov_info()
856 build_int_cstu (unsigned_type_node, n_fns), in build_gcov_info()
866 field = build_decl (FIELD_DECL, NULL_TREE, unsigned_type_node); in build_gcov_info()
870 build_int_cstu (unsigned_type_node, prg_ctr_mask), in build_gcov_info()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/gcn/
H A Dgcn-tree.c65 tree type = build_qualified_type (unsigned_type_node, in gcn_global_lock_addr()
103 tree arg_type = unsigned_type_node; in gcn_lockless_update()
211 tree uns_unlocked = build_int_cst (unsigned_type_node, 0); in gcn_lockfull_update()
212 tree uns_locked = build_int_cst (unsigned_type_node, 1); in gcn_lockfull_update()
226 tree lock_var = make_ssa_name (unsigned_type_node); in gcn_lockfull_update()
299 if (size == TYPE_SIZE (unsigned_type_node) in gcn_reduction_update()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/gcn/
H A Dgcn-tree.c65 tree type = build_qualified_type (unsigned_type_node, in gcn_global_lock_addr()
103 tree arg_type = unsigned_type_node; in gcn_lockless_update()
211 tree uns_unlocked = build_int_cst (unsigned_type_node, 0); in gcn_lockfull_update()
212 tree uns_locked = build_int_cst (unsigned_type_node, 1); in gcn_lockfull_update()
226 tree lock_var = make_ssa_name (unsigned_type_node); in gcn_lockfull_update()
299 if (size == TYPE_SIZE (unsigned_type_node) in gcn_reduction_update()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/gcn/
H A Dgcn-tree.c65 tree type = build_qualified_type (unsigned_type_node, in gcn_global_lock_addr()
103 tree arg_type = unsigned_type_node; in gcn_lockless_update()
211 tree uns_unlocked = build_int_cst (unsigned_type_node, 0); in gcn_lockfull_update()
212 tree uns_locked = build_int_cst (unsigned_type_node, 1); in gcn_lockfull_update()
226 tree lock_var = make_ssa_name (unsigned_type_node); in gcn_lockfull_update()
299 if (size == TYPE_SIZE (unsigned_type_node) in gcn_reduction_update()
/dports/lang/gcc11/gcc-11.2.0/gcc/config/gcn/
H A Dgcn-tree.c65 tree type = build_qualified_type (unsigned_type_node, in gcn_global_lock_addr()
103 tree arg_type = unsigned_type_node; in gcn_lockless_update()
211 tree uns_unlocked = build_int_cst (unsigned_type_node, 0); in gcn_lockfull_update()
212 tree uns_locked = build_int_cst (unsigned_type_node, 1); in gcn_lockfull_update()
226 tree lock_var = make_ssa_name (unsigned_type_node); in gcn_lockfull_update()
299 if (size == TYPE_SIZE (unsigned_type_node) in gcn_reduction_update()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/
H A Dvxworks.c73 get_identifier ("size"), unsigned_type_node); in vxworks_emutls_var_fields()
78 get_identifier ("module_id"), unsigned_type_node); in vxworks_emutls_var_fields()
/dports/lang/gcc9/gcc-9.4.0/gcc/config/
H A Dvxworks.c75 get_identifier ("size"), unsigned_type_node); in vxworks_emutls_var_fields()
80 get_identifier ("module_id"), unsigned_type_node); in vxworks_emutls_var_fields()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/
H A Dvxworks.c75 get_identifier ("size"), unsigned_type_node); in vxworks_emutls_var_fields()
80 get_identifier ("module_id"), unsigned_type_node); in vxworks_emutls_var_fields()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/
H A Dvxworks.c73 get_identifier ("size"), unsigned_type_node); in vxworks_emutls_var_fields()
78 get_identifier ("module_id"), unsigned_type_node); in vxworks_emutls_var_fields()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/
H A Dvxworks.c75 get_identifier ("size"), unsigned_type_node); in vxworks_emutls_var_fields()
80 get_identifier ("module_id"), unsigned_type_node); in vxworks_emutls_var_fields()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/
H A Dvxworks.c73 get_identifier ("size"), unsigned_type_node); in vxworks_emutls_var_fields()
78 get_identifier ("module_id"), unsigned_type_node); in vxworks_emutls_var_fields()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/
H A Dvxworks.c73 get_identifier ("size"), unsigned_type_node); in vxworks_emutls_var_fields()
78 get_identifier ("module_id"), unsigned_type_node); in vxworks_emutls_var_fields()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/
H A Dvxworks.c73 get_identifier ("size"), unsigned_type_node); in vxworks_emutls_var_fields()
78 get_identifier ("module_id"), unsigned_type_node); in vxworks_emutls_var_fields()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/
H A Dvxworks.c75 get_identifier ("size"), unsigned_type_node); in vxworks_emutls_var_fields()
80 get_identifier ("module_id"), unsigned_type_node); in vxworks_emutls_var_fields()

12345678910>>...58