Home
last modified time | relevance | path

Searched refs:c_create_fundamental_type (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dc-lang.c208 c_create_fundamental_type (struct objfile *objfile, int typeid) in c_create_fundamental_type() function
581 c_create_fundamental_type, /* Create fundamental type in this language */
649 c_create_fundamental_type, /* Create fundamental type in this language */
684 c_create_fundamental_type, /* Create fundamental type in this language */
724 c_create_fundamental_type, /* Create fundamental type in this language */
H A Dc-lang.h63 extern struct type *c_create_fundamental_type (struct objfile *, int);
H A Djv-lang.c972 return c_create_fundamental_type (objfile, typeid); in java_create_fundamental_type()
H A DChangeLog-1992304 * c-exp.y (c_create_fundamental_type): Remove unused nbytes.
618 * c-exp.y (c_create_fundamental_type): New function to create
623 c_create_fundamental_type to language struct initializers.
H A DChangeLog-1998345 * c-lang.c (c_create_fundamental_type): Added case to handle
H A DChangeLog-2001613 * c-lang.c (c_create_fundamental_type): For FT_CHAR, pass
H A DChangeLog-200211865 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,