Home
last modified time | relevance | path

Searched refs:integer4 (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dbld.c1054 nc->u.integer4 = val; in ffebld_constant_new_integer4_val()
1603 u.integer4 = *(array.integer4 + offset); in ffebld_constantarray_get()
1925 ptr.integer4 = malloc_new_zkp (ffebld_constant_pool(), in ffebld_constantarray_new()
2352 *aptr = array.integer4 + offset; in ffebld_constantarray_preparray()
2647 *cptr = source_array.integer4; in ffebld_constantarray_preparray()
2648 *size = sizeof (*source_array.integer4); in ffebld_constantarray_preparray()
2998 *aptr = array.integer4 + offset; in ffebld_constantarray_prepare()
3293 *cptr = &constant->integer4; in ffebld_constantarray_prepare()
3294 *size = sizeof (constant->integer4); in ffebld_constantarray_prepare()
3631 *(array.integer4 + offset) = constant.integer4; in ffebld_constantarray_put()
H A Dbld.h155 ffetargetInteger4 integer4; member
279 ffetargetInteger4 *integer4; member
772 #define ffebld_constant_integer4(c) ((c)->u.integer4)
834 #define ffebld_cu_ptr_integer4(u) &(u).integer4
884 #define ffebld_cu_val_integer4(u) (u).integer4
H A Ddata.c1022 sub_kind == FFEINFO_kindtypeINTEGER4 ? subscript->u.conter.expr->u.integer4 : in ffedata_eval_offset_()
1045 low_kind == FFEINFO_kindtypeINTEGER4 ? low->u.conter.expr->u.integer4 : in ffedata_eval_offset_()
1061 hi_kind == FFEINFO_kindtypeINTEGER4 ? high->u.conter.expr->u.integer4 : in ffedata_eval_offset_()