HomeSort by: relevance | last modified time | path
    Searched defs:complex_type (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
debug.h 196 bool (*complex_type) (void *, unsigned int); member in struct:debug_write_fns
debug.h 196 bool (*complex_type) (void *, unsigned int); member in struct:debug_write_fns
  /src/external/gpl3/binutils.old/dist/binutils/
debug.h 196 bool (*complex_type) (void *, unsigned int); member in struct:debug_write_fns
debug.h 196 bool (*complex_type) (void *, unsigned int); member in struct:debug_write_fns
  /src/external/gpl3/gcc/dist/gcc/
calls.cc 1334 && TREE_CODE (argtype) == COMPLEX_TYPE
2894 if (type && TREE_CODE (type) == COMPLEX_TYPE
4065 if (TREE_CODE (type) == COMPLEX_TYPE
4076 tree complex_type = TREE_VALUE (p);
4078 if (TREE_CODE (complex_type) == COMPLEX_TYPE
4079 && targetm.calls.split_complex_arg (complex_type))
4084 TREE_VALUE (p) = TREE_TYPE (complex_type);
4075 tree complex_type = TREE_VALUE (p); local
calls.cc 1334 && TREE_CODE (argtype) == COMPLEX_TYPE
2894 if (type && TREE_CODE (type) == COMPLEX_TYPE
4065 if (TREE_CODE (type) == COMPLEX_TYPE
4076 tree complex_type = TREE_VALUE (p);
4078 if (TREE_CODE (complex_type) == COMPLEX_TYPE
4079 && targetm.calls.split_complex_arg (complex_type))
4084 TREE_VALUE (p) = TREE_TYPE (complex_type);
4075 tree complex_type = TREE_VALUE (p); local
builtins.cc 1877 case COMPLEX_TYPE: return complex_type_class;
9249 tree complex_type = build_complex_type (type);
9250 call = fold_const_call (as_combined_fn (fn), complex_type, arg0);
9406 if (validate_arg (arg, COMPLEX_TYPE)
10540 if (validate_arg (arg0, COMPLEX_TYPE)
10546 if (validate_arg (arg0, COMPLEX_TYPE)
10552 if (validate_arg (arg0, COMPLEX_TYPE)
9246 tree complex_type = build_complex_type (type); local
builtins.cc 1877 case COMPLEX_TYPE: return complex_type_class;
9249 tree complex_type = build_complex_type (type);
9250 call = fold_const_call (as_combined_fn (fn), complex_type, arg0);
9406 if (validate_arg (arg, COMPLEX_TYPE)
10540 if (validate_arg (arg0, COMPLEX_TYPE)
10546 if (validate_arg (arg0, COMPLEX_TYPE)
10552 if (validate_arg (arg0, COMPLEX_TYPE)
9246 tree complex_type = build_complex_type (type); local
  /src/external/gpl3/gcc.old/dist/gcc/
calls.cc 1313 && TREE_CODE (argtype) == COMPLEX_TYPE
2844 if (type && TREE_CODE (type) == COMPLEX_TYPE
3999 if (TREE_CODE (type) == COMPLEX_TYPE
4010 tree complex_type = TREE_VALUE (p);
4012 if (TREE_CODE (complex_type) == COMPLEX_TYPE
4013 && targetm.calls.split_complex_arg (complex_type))
4018 TREE_VALUE (p) = TREE_TYPE (complex_type);
4009 tree complex_type = TREE_VALUE (p); local
calls.cc 1313 && TREE_CODE (argtype) == COMPLEX_TYPE
2844 if (type && TREE_CODE (type) == COMPLEX_TYPE
3999 if (TREE_CODE (type) == COMPLEX_TYPE
4010 tree complex_type = TREE_VALUE (p);
4012 if (TREE_CODE (complex_type) == COMPLEX_TYPE
4013 && targetm.calls.split_complex_arg (complex_type))
4018 TREE_VALUE (p) = TREE_TYPE (complex_type);
4009 tree complex_type = TREE_VALUE (p); local
builtins.cc 1864 case COMPLEX_TYPE: return complex_type_class;
8440 tree complex_type = build_complex_type (type);
8441 call = fold_const_call (as_combined_fn (fn), complex_type, arg0);
8597 if (validate_arg (arg, COMPLEX_TYPE)
9352 if (validate_arg (arg0, COMPLEX_TYPE)
9358 if (validate_arg (arg0, COMPLEX_TYPE)
9364 if (validate_arg (arg0, COMPLEX_TYPE)
8437 tree complex_type = build_complex_type (type); local
builtins.cc 1864 case COMPLEX_TYPE: return complex_type_class;
8440 tree complex_type = build_complex_type (type);
8441 call = fold_const_call (as_combined_fn (fn), complex_type, arg0);
8597 if (validate_arg (arg, COMPLEX_TYPE)
9352 if (validate_arg (arg0, COMPLEX_TYPE)
9358 if (validate_arg (arg0, COMPLEX_TYPE)
9364 if (validate_arg (arg0, COMPLEX_TYPE)
8437 tree complex_type = build_complex_type (type); local
  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.h 992 struct type *complex_type; member in union:main_type::__anon215
gdbtypes.h 992 struct type *complex_type; member in union:main_type::__anon215
  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.h 1008 struct type *complex_type; member in union:main_type::__anon292
gdbtypes.h 1008 struct type *complex_type; member in union:main_type::__anon292
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-intrinsic.cc 336 if (TREE_CODE (TREE_TYPE (args[0])) == COMPLEX_TYPE
551 if (TREE_CODE (TREE_TYPE (args[0])) == COMPLEX_TYPE
698 tree type, complex_type, func_1, func_2, func_cabs, func_frexp; local
704 complex_type = gfc_complex_float128_type_node;
728 func_cabs = build_function_type_list (type, complex_type, NULL_TREE);
731 = build_function_type_list (complex_type,
732 complex_type, complex_type, NULL_TREE);
3370 else if (TREE_CODE (TREE_TYPE (args[0])) == COMPLEX_TYPE)
trans-intrinsic.cc 336 if (TREE_CODE (TREE_TYPE (args[0])) == COMPLEX_TYPE
551 if (TREE_CODE (TREE_TYPE (args[0])) == COMPLEX_TYPE
698 tree type, complex_type, func_1, func_2, func_cabs, func_frexp; local
704 complex_type = gfc_complex_float128_type_node;
728 func_cabs = build_function_type_list (type, complex_type, NULL_TREE);
731 = build_function_type_list (complex_type,
732 complex_type, complex_type, NULL_TREE);
3370 else if (TREE_CODE (TREE_TYPE (args[0])) == COMPLEX_TYPE)
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-intrinsic.cc 336 if (TREE_CODE (TREE_TYPE (args[0])) == COMPLEX_TYPE
551 if (TREE_CODE (TREE_TYPE (args[0])) == COMPLEX_TYPE
698 tree type, complex_type, func_1, func_2, func_3, func_cabs, func_frexp; local
704 complex_type = gfc_complex_float128_type_node;
730 func_cabs = build_function_type_list (type, complex_type, NULL_TREE);
733 = build_function_type_list (complex_type,
734 complex_type, complex_type, NULL_TREE);
3377 else if (TREE_CODE (TREE_TYPE (args[0])) == COMPLEX_TYPE)
trans-intrinsic.cc 336 if (TREE_CODE (TREE_TYPE (args[0])) == COMPLEX_TYPE
551 if (TREE_CODE (TREE_TYPE (args[0])) == COMPLEX_TYPE
698 tree type, complex_type, func_1, func_2, func_3, func_cabs, func_frexp; local
704 complex_type = gfc_complex_float128_type_node;
730 func_cabs = build_function_type_list (type, complex_type, NULL_TREE);
733 = build_function_type_list (complex_type,
734 complex_type, complex_type, NULL_TREE);
3377 else if (TREE_CODE (TREE_TYPE (args[0])) == COMPLEX_TYPE)

Completed in 230 milliseconds