HomeSort by: relevance | last modified time | path
    Searched refs:void_type (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
void-type.exp 46 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}
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
void-type.exp 46 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}
  /src/external/gpl3/gcc/dist/gcc/jit/docs/examples/
tut01-hello-world.c 35 gcc_jit_type *void_type = local
44 void_type,
tut01-hello-world.cc 35 gccjit::type void_type = ctxt.get_type (GCC_JIT_TYPE_VOID); local
44 void_type,
tut05-bf.c 50 gcc_jit_type *void_type; member in struct:bf_compiler
336 bfc.void_type =
361 bfc.void_type,
  /src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/
tut01-hello-world.c 35 gcc_jit_type *void_type = local
44 void_type,
tut01-hello-world.cc 35 gccjit::type void_type = ctxt.get_type (GCC_JIT_TYPE_VOID); local
44 void_type,
tut05-bf.c 50 gcc_jit_type *void_type; member in struct:bf_compiler
336 bfc.void_type =
361 bfc.void_type,
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
cu.c 114 struct type *void_type = builtin_type (objfile)->builtin_void; local
115 struct type *addr_type = lookup_pointer_type (void_type);
  /src/external/gpl3/binutils/dist/include/
gcc-c-fe.def 146 GCC_METHOD0 (gcc_type, void_type)
  /src/external/gpl3/binutils.old/dist/include/
gcc-c-fe.def 146 GCC_METHOD0 (gcc_type, void_type)
  /src/external/gpl3/gcc/dist/include/
gcc-c-fe.def 146 GCC_METHOD0 (gcc_type, void_type)
  /src/external/gpl3/gcc.old/dist/include/
gcc-c-fe.def 143 GCC_METHOD0 (gcc_type, void_type)
  /src/external/gpl3/gdb/dist/include/
gcc-c-fe.def 146 GCC_METHOD0 (gcc_type, void_type)
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
cu.c 111 struct type *void_type = builtin_type (objfile)->builtin_void; local
112 struct type *addr_type = lookup_pointer_type (void_type);
  /src/external/gpl3/gdb.old/dist/include/
gcc-c-fe.def 146 GCC_METHOD0 (gcc_type, void_type)
  /src/external/gpl3/gdb/dist/gdb/
ft32-tdep.c 563 struct type *void_type; local
579 void_type = alloc.new_type (TYPE_CODE_VOID, TARGET_CHAR_BIT, "void");
580 func_void_type = make_function_type (void_type, NULL);
f-typeprint.c 359 struct type *void_type = builtin_f_type (type->arch ())->builtin_void; local
360 gdb_printf (stream, "%*s%s", level, "", void_type->name ());
avr-tdep.c 199 struct type *void_type = nullptr; member in struct:gdbarch_tdep_base
1477 tdep->void_type = alloc.new_type (TYPE_CODE_VOID, TARGET_CHAR_BIT, "void");
1478 tdep->func_void_type = make_function_type (tdep->void_type, NULL);
  /src/external/gpl3/gdb.old/dist/gdb/
ft32-tdep.c 562 struct type *void_type; local
578 void_type = alloc.new_type (TYPE_CODE_VOID, TARGET_CHAR_BIT, "void");
579 func_void_type = make_function_type (void_type, NULL);
f-typeprint.c 361 struct type *void_type = builtin_f_type (type->arch ())->builtin_void; local
362 gdb_printf (stream, "%*s%s", level, "", void_type->name ());
  /src/external/gpl3/binutils/dist/binutils/
debug.h 186 bool (*void_type) (void *); member in struct:debug_write_fns
wrstabs.c 109 long void_type; member in struct:stab_type_cache
609 if (info->type_cache.void_type != 0)
610 return stab_push_defined_type (info, info->type_cache.void_type, 0);
632 if (info->type_cache.void_type != 0)
633 return stab_push_defined_type (info, info->type_cache.void_type, 0);
642 info->type_cache.void_type = tindex;
  /src/external/gpl3/binutils.old/dist/binutils/
debug.h 186 bool (*void_type) (void *); member in struct:debug_write_fns
wrstabs.c 109 long void_type; member in struct:stab_type_cache
611 if (info->type_cache.void_type != 0)
612 return stab_push_defined_type (info, info->type_cache.void_type, 0);
634 if (info->type_cache.void_type != 0)
635 return stab_push_defined_type (info, info->type_cache.void_type, 0);
644 info->type_cache.void_type = tindex;

Completed in 40 milliseconds

1 2