Home
last modified time | relevance | path

Searched refs:complex_type (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/m4/
H A Dmtype.m43 define(complex_type, `GFC_COMPLEX_'kind)dnl macro
/netbsd-src/external/gpl3/gcc/dist/libgfortran/m4/
H A Dmtype.m43 define(complex_type, `GFC_COMPLEX_'kind)dnl macro
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddebug.h196 bool (*complex_type) (void *, unsigned int); member
H A Ddebug.c2505 return (*fns->complex_type) (fhandle, type->size); in debug_write_type()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddebug.h196 bool (*complex_type) (void *, unsigned int); member
H A Ddebug.c2505 return (*fns->complex_type) (fhandle, type->size); in debug_write_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcalls.cc4009 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 Dbuiltins.cc8437 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 Dtree.def179 DEFTREECODE (COMPLEX_TYPE, "complex_type", tcc_type, 0)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcalls.c5009 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 Dbuiltins.c9241 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 Dtree.def179 DEFTREECODE (COMPLEX_TYPE, "complex_type", tcc_type, 0)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-intrinsic.c690 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 Dtrans-intrinsic.cc698 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 DChangeLog-202013379 * gdbtypes.h (struct main_type) <complex_type>: New member.