Searched refs:builtin_d_type (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dd-lang.c91 const struct builtin_d_type *builtin = builtin_d_type (gdbarch);
198 static struct builtin_d_type *
201 struct builtin_d_type *builtin_d_type = new struct builtin_d_type; local
204 builtin_d_type->builtin_void
206 builtin_d_type->builtin_bool
208 builtin_d_type->builtin_byte
210 builtin_d_type
279 builtin_d_type (struct gdbarch *gdbarch) function
[all...]
H A Dd-lang.h29 struct builtin_d_type struct
68 extern const struct builtin_d_type *builtin_d_type (struct gdbarch *);
H A Dd-exp.y58 #define parse_d_type(ps) builtin_d_type (ps->gdbarch ())
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dd-lang.c167 const struct builtin_d_type *builtin = builtin_d_type (gdbarch);
286 struct builtin_d_type *builtin_d_type local
287 = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct builtin_d_type);
290 builtin_d_type->builtin_void
292 builtin_d_type->builtin_bool
294 builtin_d_type->builtin_byte
296 builtin_d_type->builtin_ubyte
298 builtin_d_type
362 builtin_d_type (struct gdbarch *gdbarch) function
[all...]
H A Dd-lang.h29 struct builtin_d_type struct
67 extern const struct builtin_d_type *builtin_d_type (struct gdbarch *);
H A Dd-exp.y57 #define parse_d_type(ps) builtin_d_type (ps->gdbarch ())

Completed in 105 milliseconds