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

  /src/external/gpl3/gcc/dist/gcc/
calls.cc 2646 tree type_arg_types;
2885 into their real and imaginary parts. Munge the type_arg_types
2898 type_arg_types = split_complex_types (TYPE_ARG_TYPES (funtype));
2901 type_arg_types = TYPE_ARG_TYPES (funtype);
2936 if (type_arg_types != 0)
2938 = (list_length (type_arg_types)
2974 if ((type_arg_types != 0 || TYPE_NO_NAMED_ARGS_STDARG_P (funtype))
2977 else if (type_arg_types !=
2645 tree type_arg_types; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
calls.cc 2594 tree type_arg_types;
2835 into their real and imaginary parts. Munge the type_arg_types
2848 type_arg_types = split_complex_types (TYPE_ARG_TYPES (funtype));
2851 type_arg_types = TYPE_ARG_TYPES (funtype);
2886 if (type_arg_types != 0)
2888 = (list_length (type_arg_types)
2922 if (type_arg_types != 0
2925 else if (type_arg_types !=
2593 tree type_arg_types; local
    [all...]

Completed in 38 milliseconds