Searched refs:PUSH_FIELD_VALUE (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/java/ |
| D | class.c | 828 PUSH_FIELD_VALUE (rinit, "name_length", 830 PUSH_FIELD_VALUE (rinit, "resource_length", 834 PUSH_FIELD_VALUE (rinit, "data", data); 920 PUSH_FIELD_VALUE (cinit, "hash", build_int_2 (name_hash, 0)); 921 PUSH_FIELD_VALUE (cinit, "length", build_int_2 (name_len, 0)); 924 PUSH_FIELD_VALUE (cinit, "data", string); 1202 PUSH_FIELD_VALUE (finit, "name", build_utf8_ref (DECL_NAME (fdecl))); 1213 PUSH_FIELD_VALUE (finit, "type", type); 1219 PUSH_FIELD_VALUE (finit, "accflags", build_int_2 (flags, 0)); 1220 PUSH_FIELD_VALUE (finit, "bsize", TYPE_SIZE_UNIT (TREE_TYPE (fdecl))); [all …]
|
| D | constants.c | 477 PUSH_FIELD_VALUE (cons, "size", build_int_2 (outgoing_cpool->count, 0)); in build_constants_constructor() 478 PUSH_FIELD_VALUE (cons, "tags", tags_value); in build_constants_constructor() 479 PUSH_FIELD_VALUE (cons, "data", data_value); in build_constants_constructor()
|
| D | expr.c | 2526 PUSH_FIELD_VALUE (temp, "vtable", 2529 PUSH_FIELD_VALUE (temp, "sync_info", null_pointer_node); 2533 PUSH_FIELD_VALUE (value, "length", length); 2534 PUSH_FIELD_VALUE (value, "data", init);
|
| D | java-tree.h | 1667 #define PUSH_FIELD_VALUE(CONS, NAME, VALUE) {\ macro
|