/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/m4/ |
H A D | mtype.m4 | 3 define(complex_type, `GFC_COMPLEX_'kind)dnl macro
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/m4/ |
H A D | mtype.m4 | 3 define(complex_type, `GFC_COMPLEX_'kind)dnl macro
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | debug.h | 196 bool (*complex_type) (void *, unsigned int); member
|
H A D | debug.c | 2505 return (*fns->complex_type) (fhandle, type->size); in debug_write_type()
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | debug.h | 196 bool (*complex_type) (void *, unsigned int); member
|
H A D | debug.c | 2505 return (*fns->complex_type) (fhandle, type->size); in debug_write_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | calls.cc | 4009 tree complex_type = TREE_VALUE (p); in split_complex_types() local 4011 if (TREE_CODE (complex_type) == COMPLEX_TYPE in split_complex_types() 4012 && targetm.calls.split_complex_arg (complex_type)) in split_complex_types() 4017 TREE_VALUE (p) = TREE_TYPE (complex_type); in split_complex_types()
|
H A D | builtins.cc | 8437 tree complex_type = build_complex_type (type); in fold_builtin_sincos() local 8438 call = fold_const_call (as_combined_fn (fn), complex_type, arg0); in fold_builtin_sincos()
|
H A D | tree.def | 179 DEFTREECODE (COMPLEX_TYPE, "complex_type", tcc_type, 0)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | calls.c | 5009 tree complex_type = TREE_VALUE (p); in split_complex_types() local 5011 if (TREE_CODE (complex_type) == COMPLEX_TYPE in split_complex_types() 5012 && targetm.calls.split_complex_arg (complex_type)) in split_complex_types() 5017 TREE_VALUE (p) = TREE_TYPE (complex_type); in split_complex_types()
|
H A D | builtins.c | 9241 tree complex_type = build_complex_type (type); in fold_builtin_sincos() local 9242 call = fold_const_call (as_combined_fn (fn), complex_type, arg0); in fold_builtin_sincos()
|
H A D | tree.def | 179 DEFTREECODE (COMPLEX_TYPE, "complex_type", tcc_type, 0)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-intrinsic.c | 690 tree type, complex_type, func_1, func_2, func_cabs, func_frexp; in gfc_build_intrinsic_lib_fndecls() local 696 complex_type = gfc_complex_float128_type_node; in gfc_build_intrinsic_lib_fndecls() 720 func_cabs = build_function_type_list (type, complex_type, NULL_TREE); in gfc_build_intrinsic_lib_fndecls() 723 = build_function_type_list (complex_type, in gfc_build_intrinsic_lib_fndecls() 724 complex_type, complex_type, NULL_TREE); in gfc_build_intrinsic_lib_fndecls()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-intrinsic.cc | 698 tree type, complex_type, func_1, func_2, func_cabs, func_frexp; in gfc_build_intrinsic_lib_fndecls() local 704 complex_type = gfc_complex_float128_type_node; in gfc_build_intrinsic_lib_fndecls() 728 func_cabs = build_function_type_list (type, complex_type, NULL_TREE); in gfc_build_intrinsic_lib_fndecls() 731 = build_function_type_list (complex_type, in gfc_build_intrinsic_lib_fndecls() 732 complex_type, complex_type, NULL_TREE); in gfc_build_intrinsic_lib_fndecls()
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2020 | 13379 * gdbtypes.h (struct main_type) <complex_type>: New member.
|