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

  /src/external/gpl3/gdb/dist/gdb/compile/
compile-c-types.c 31 gcc_type target = context->convert_type (type->target_type ());
44 element_type = context->convert_type (type->target_type ());
110 field_type = context->convert_type (type->field (i).type ());
176 return_type = context->convert_type (target_type);
182 array.elements[i] = context->convert_type (type->field (i).type ());
248 unqual_converted = context->convert_type (unqual);
266 gcc_type base = context->convert_type (type->target_type ());
346 compile_c_instance::convert_type (struct type *type) function in class:compile_c_instance
compile-cplus-types.c 354 convert_type (comp.bsymbol.symbol->type ());
412 gcc_type target = instance->convert_type (type->target_type ());
444 gcc_type target = instance->convert_type (type->target_type ());
456 gcc_type element_type = instance->convert_type (type->target_type ());
529 gcc_type typedef_type = instance->convert_type (check_typedef (type));
558 instance->convert_type (TYPE_TYPEDEF_FIELD_TYPE (type, i), accessibility);
570 instance->convert_type (TYPE_NESTED_TYPES_FIELD_TYPE (type, i),
595 = instance->convert_type (type->field (i).type ());
669 gcc_type class_type = instance->convert_type (parent_type);
697 gcc_type class_type = instance->convert_type (containing_class)
1198 compile_cplus_instance::convert_type (struct type *type, function in class:compile_cplus_instance
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-c-types.c 31 gcc_type target = context->convert_type (type->target_type ());
44 element_type = context->convert_type (type->target_type ());
110 field_type = context->convert_type (type->field (i).type ());
176 return_type = context->convert_type (target_type);
182 array.elements[i] = context->convert_type (type->field (i).type ());
248 unqual_converted = context->convert_type (unqual);
266 gcc_type base = context->convert_type (type->target_type ());
346 compile_c_instance::convert_type (struct type *type) function in class:compile_c_instance
compile-cplus-types.c 354 convert_type (comp.bsymbol.symbol->type ());
412 gcc_type target = instance->convert_type (type->target_type ());
444 gcc_type target = instance->convert_type (type->target_type ());
456 gcc_type element_type = instance->convert_type (type->target_type ());
529 gcc_type typedef_type = instance->convert_type (check_typedef (type));
558 instance->convert_type (TYPE_TYPEDEF_FIELD_TYPE (type, i), accessibility);
570 instance->convert_type (TYPE_NESTED_TYPES_FIELD_TYPE (type, i),
595 = instance->convert_type (type->field (i).type ());
669 gcc_type class_type = instance->convert_type (parent_type);
697 gcc_type class_type = instance->convert_type (containing_class)
1198 compile_cplus_instance::convert_type (struct type *type, function in class:compile_cplus_instance
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/caf/
single.c 466 convert_type (void *dst, int dst_type, int dst_kind, void *src, int src_type, function
769 convert_type (GFC_DESCRIPTOR_DATA (dest), GFC_DESCRIPTOR_TYPE (dest),
853 convert_type (dst, GFC_DESCRIPTOR_TYPE (dest), dst_kind,
913 convert_type (dst, GFC_DESCRIPTOR_TYPE (dest), dst_kind,
961 convert_type (dst, GFC_DESCRIPTOR_TYPE (dest), dst_kind,
1055 convert_type (dst, GFC_DESCRIPTOR_TYPE (dest), dst_kind,
1122 convert_type (dst, GFC_DESCRIPTOR_TYPE (dest), dst_kind,
1180 convert_type (ds, dst_type, dst_kind, sr, src_type, src_kind, stat);
  /src/external/gpl3/gcc.old/dist/libgfortran/caf/
single.c 468 convert_type (void *dst, int dst_type, int dst_kind, void *src, int src_type, function
772 convert_type (GFC_DESCRIPTOR_DATA (dest), GFC_DESCRIPTOR_TYPE (dest),
856 convert_type (dst, GFC_DESCRIPTOR_TYPE (dest), dst_kind,
916 convert_type (dst, GFC_DESCRIPTOR_TYPE (dest), dst_kind,
964 convert_type (dst, GFC_DESCRIPTOR_TYPE (dest), dst_kind,
1058 convert_type (dst, GFC_DESCRIPTOR_TYPE (dest), dst_kind,
1125 convert_type (dst, GFC_DESCRIPTOR_TYPE (dest), dst_kind,
1183 convert_type (ds, dst_type, dst_kind, sr, src_type, src_kind, stat);
  /src/external/gpl3/binutils/dist/bfd/
elf32-nds32.c 8769 int convert_type;
8782 convert_type = NORMAL_32_TO_16;
8784 convert_type = SPECIAL_32_TO_16;
8832 && convert_type == SPECIAL_32_TO_16)
8763 int convert_type; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-nds32.c 8772 int convert_type;
8785 convert_type = NORMAL_32_TO_16;
8787 convert_type = SPECIAL_32_TO_16;
8835 && convert_type == SPECIAL_32_TO_16)
8766 int convert_type; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-nds32.c 8765 int convert_type;
8778 convert_type = NORMAL_32_TO_16;
8780 convert_type = SPECIAL_32_TO_16;
8828 && convert_type == SPECIAL_32_TO_16)
8759 int convert_type; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-nds32.c 8767 int convert_type;
8780 convert_type = NORMAL_32_TO_16;
8782 convert_type = SPECIAL_32_TO_16;
8830 && convert_type == SPECIAL_32_TO_16)
8761 int convert_type; local
  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 2655 tree arg, argtype, convert_type = NULL_TREE; local
2670 convert_type = totype;
2678 convert_type = TREE_VALUE (parmnode);
2684 convert_type = argtype;
2694 reason = bad_arg_conversion_rejection (NULL_TREE, i, arg, convert_type,
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 2554 tree arg, argtype, convert_type = NULL_TREE; local
2569 convert_type = totype;
2577 convert_type = TREE_VALUE (parmnode);
2583 convert_type = argtype;
2593 reason = bad_arg_conversion_rejection (NULL_TREE, i, arg, convert_type,

Completed in 85 milliseconds