Searched refs:convert_type (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-c.h51 gcc_type convert_type (struct type *type);
H A Dcompile-c-types.c32 gcc_type target = context->convert_type (TYPE_TARGET_TYPE (type));
45 element_type = context->convert_type (TYPE_TARGET_TYPE (type));
111 field_type = context->convert_type (type->field (i).type ());
176 return_type = context->convert_type (target_type);
181 array.elements[i] = context->convert_type (type->field (i).type ());
248 unqual_converted = context->convert_type (unqual);
265 gcc_type base = context->convert_type (TYPE_TARGET_TYPE (type));
349 compile_c_instance::convert_type (struct type *type) function in class:compile_c_instance
H A Dcompile-cplus-types.c355 convert_type (SYMBOL_TYPE (comp.bsymbol.symbol));
413 gcc_type target = instance->convert_type (TYPE_TARGET_TYPE (type));
445 gcc_type target = instance->convert_type (TYPE_TARGET_TYPE (type));
457 gcc_type element_type = instance->convert_type (TYPE_TARGET_TYPE (type));
530 gcc_type typedef_type = instance->convert_type (check_typedef (type));
559 instance->convert_type (TYPE_TYPEDEF_FIELD_TYPE (type, i), accessibility);
571 instance->convert_type (TYPE_NESTED_TYPES_FIELD_TYPE (type, i),
596 = instance->convert_type (type->field (i).type ());
670 gcc_type class_type = instance->convert_type (parent_type);
698 gcc_type class_type = instance->convert_type (containing_clas
1207 compile_cplus_instance::convert_type (struct type *type, function in class:compile_cplus_instance
[all...]
H A Dcompile-cplus.h146 gcc_type convert_type
H A Dcompile-cplus-symbols.c59 sym_type = instance->convert_type (SYMBOL_TYPE (sym.symbol));
323 sym_type = instance->convert_type (type);
H A Dcompile-c-symbols.c69 sym_type = context->convert_type (SYMBOL_TYPE (sym.symbol));
311 sym_type = context->convert_type (type);
/netbsd-current/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-c.h51 gcc_type convert_type (struct type *type);
H A Dcompile-c-types.c32 gcc_type target = context->convert_type (type->target_type ());
45 element_type = context->convert_type (type->target_type ());
111 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 ());
350 compile_c_instance::convert_type (struct type *type) function in class:compile_c_instance
H A Dcompile-cplus-types.c354 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_clas
1201 compile_cplus_instance::convert_type (struct type *type, function in class:compile_cplus_instance
[all...]
H A Dcompile-cplus.h146 gcc_type convert_type
H A Dcompile-cplus-symbols.c59 sym_type = instance->convert_type (sym.symbol->type ());
323 sym_type = instance->convert_type (type);
H A Dcompile-c-symbols.c69 sym_type = context->convert_type (sym.symbol->type ());
311 sym_type = context->convert_type (type);
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dsysinfo.cc383 using convert_type = std::codecvt_utf8<wchar_t>;
384 std::wstring_convert<convert_type, wchar_t> converter;
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/caf/
H A Dsingle.c468 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);
/netbsd-current/external/gpl3/gcc/dist/libgfortran/caf/
H A Dsingle.c468 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);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c2490 tree arg, argtype, convert_type = NULL_TREE; local
2505 convert_type = totype;
2513 convert_type = TREE_VALUE (parmnode);
2519 convert_type = argtype;
2529 reason = bad_arg_conversion_rejection (NULL_TREE, i, arg, convert_type,
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc2554 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,
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-nds32.c8874 int convert_type;
8887 convert_type = NORMAL_32_TO_16;
8889 convert_type = SPECIAL_32_TO_16;
8937 && convert_type == SPECIAL_32_TO_16)
8868 int convert_type; local
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-nds32.c8766 int convert_type;
8779 convert_type = NORMAL_32_TO_16;
8781 convert_type = SPECIAL_32_TO_16;
8829 && convert_type == SPECIAL_32_TO_16)
8760 int convert_type; local
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-nds32.c8724 int convert_type;
8737 convert_type = NORMAL_32_TO_16;
8739 convert_type = SPECIAL_32_TO_16;
8787 && convert_type == SPECIAL_32_TO_16)
8718 int convert_type; local
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-nds32.c8766 int convert_type;
8779 convert_type = NORMAL_32_TO_16;
8781 convert_type = SPECIAL_32_TO_16;
8829 && convert_type == SPECIAL_32_TO_16)
8760 int convert_type; local

Completed in 667 milliseconds