Home
last modified time | relevance | path

Searched refs:field_init (Results 1 – 5 of 5) sorted by relevance

/openbsd/lib/libform/
H A Dform.h412 extern FORM_EXPORT(Form_Hook) field_init (const FORM *);
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h348 extern PTF_void field_init(FORM *);
/openbsd/gnu/gcc/gcc/
H A Dsys-protos.h348 extern PTF_void field_init(FORM *);
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c8410 tree field_init; in reshape_init() local
8426 field_init = reshape_init (TREE_TYPE (field), initp); in reshape_init()
8427 if (field_init == error_mark_node) in reshape_init()
8429 TREE_CHAIN (field_init) = CONSTRUCTOR_ELTS (new_init); in reshape_init()
8430 CONSTRUCTOR_ELTS (new_init) = field_init; in reshape_init()
/openbsd/gnu/gcc/gcc/cp/
H A Ddecl.c4552 tree field_init; in reshape_init_class() local
4571 field_init = reshape_init_r (TREE_TYPE (field), d, in reshape_init_class()
4573 CONSTRUCTOR_APPEND_ELT (CONSTRUCTOR_ELTS (new_init), field, field_init); in reshape_init_class()