Searched refs:void_type (Results 1 - 25 of 36) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Dvoid-type.exp46 declare_labels int_type void_type ptr_type
54 void_type: DW_TAG_base_type {
61 {DW_AT_type :$void_type}
66 {type :$void_type}
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dvoid-type.exp48 declare_labels int_type void_type ptr_type
56 void_type: DW_TAG_base_type {
63 {DW_AT_type :$void_type}
68 {type :$void_type}
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/
H A Dtut01-hello-world.c35 gcc_jit_type *void_type = local
44 void_type,
H A Dtut01-hello-world.cc35 gccjit::type void_type = ctxt.get_type (GCC_JIT_TYPE_VOID); local
44 void_type,
H A Dtut05-bf.c50 gcc_jit_type *void_type; member in struct:bf_compiler
336 bfc.void_type =
361 bfc.void_type,
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/docs/examples/
H A Dtut01-hello-world.c35 gcc_jit_type *void_type = local
44 void_type,
H A Dtut01-hello-world.cc35 gccjit::type void_type = ctxt.get_type (GCC_JIT_TYPE_VOID); local
44 void_type,
H A Dtut05-bf.c50 gcc_jit_type *void_type; member in struct:bf_compiler
336 bfc.void_type =
361 bfc.void_type,
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dcu.c110 struct type *void_type = objfile_type (objfile)->builtin_void; local
111 struct type *addr_type = lookup_pointer_type (void_type);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dft32-tdep.c561 struct type *void_type; local
575 void_type = arch_type (gdbarch, TYPE_CODE_VOID, TARGET_CHAR_BIT, "void");
576 func_void_type = make_function_type (void_type, NULL);
H A Df-typeprint.c379 struct type *void_type = builtin_f_type (gdbarch)->builtin_void;
380 fprintfi_filtered (level, stream, "%s", void_type->name ());
378 struct type *void_type = builtin_f_type (gdbarch)->builtin_void; local
H A Davr-tdep.c198 struct type *void_type; member in struct:gdbarch_tdep
1468 tdep->void_type = arch_type (gdbarch, TYPE_CODE_VOID, TARGET_CHAR_BIT,
1470 tdep->func_void_type = make_function_type (tdep->void_type, NULL);
H A Dctfread.c1128 struct type *void_type = objfile_type (ccp->of)->builtin_void; local
1152 /* TYPE_FIELD_TYPE must never be NULL. Fill it with void_type, if failed
1160 ftype->field (iparam).set_type (void_type);
1168 SYMBOL_TYPE (sym) = void_type;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dft32-tdep.c562 struct type *void_type; local
576 void_type = arch_type (gdbarch, TYPE_CODE_VOID, TARGET_CHAR_BIT, "void");
577 func_void_type = make_function_type (void_type, NULL);
H A Df-typeprint.c361 struct type *void_type = builtin_f_type (type->arch ())->builtin_void; local
362 gdb_printf (stream, "%*s%s", level, "", void_type->name ());
H A Davr-tdep.c199 struct type *void_type = nullptr; member in struct:gdbarch_tdep_base
1476 tdep->void_type = arch_type (gdbarch, TYPE_CODE_VOID, TARGET_CHAR_BIT,
1478 tdep->func_void_type = make_function_type (tdep->void_type, NULL);
H A Dz80-tdep.c66 struct type *void_type = nullptr; member in struct:gdbarch_tdep_base
1142 tdep->void_type = arch_type (gdbarch, TYPE_CODE_VOID, TARGET_CHAR_BIT,
1144 tdep->func_void_type = make_function_type (tdep->void_type, NULL);
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Ddebug.h186 bool (*void_type) (void *); member in struct:debug_write_fns
H A Dwrstabs.c109 long void_type; member in struct:stab_type_cache
589 if (info->type_cache.void_type != 0)
590 return stab_push_defined_type (info, info->type_cache.void_type, 0);
612 if (info->type_cache.void_type != 0)
613 return stab_push_defined_type (info, info->type_cache.void_type, 0);
622 info->type_cache.void_type = tindex;
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Ddebug.h186 bfd_boolean (*void_type) (void *); member in struct:debug_write_fns
H A Dwrstabs.c109 long void_type; member in struct:stab_type_cache
587 if (info->type_cache.void_type != 0)
588 return stab_push_defined_type (info, info->type_cache.void_type, 0);
610 if (info->type_cache.void_type != 0)
611 return stab_push_defined_type (info, info->type_cache.void_type, 0);
620 info->type_cache.void_type = tindex;
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Ddebug.h186 bfd_boolean (*void_type) (void *); member in struct:debug_write_fns
H A Dwrstabs.c109 long void_type; member in struct:stab_type_cache
589 if (info->type_cache.void_type != 0)
590 return stab_push_defined_type (info, info->type_cache.void_type, 0);
612 if (info->type_cache.void_type != 0)
613 return stab_push_defined_type (info, info->type_cache.void_type, 0);
622 info->type_cache.void_type = tindex;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-c-types.c228 return context->plugin ().void_type ();
/netbsd-current/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-c-types.c228 return context->plugin ().void_type ();

Completed in 334 milliseconds

12