Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dbld.c978 nc->u.integer2 = val; in ffebld_constant_new_integer2_val()
1591 u.integer2 = *(array.integer2 + offset); in ffebld_constantarray_get()
1907 ptr.integer2 = malloc_new_zkp (ffebld_constant_pool(), in ffebld_constantarray_new()
2340 *aptr = array.integer2 + offset; in ffebld_constantarray_preparray()
2633 *cptr = source_array.integer2; in ffebld_constantarray_preparray()
2634 *size = sizeof (*source_array.integer2); in ffebld_constantarray_preparray()
2986 *aptr = array.integer2 + offset; in ffebld_constantarray_prepare()
3279 *cptr = &constant->integer2; in ffebld_constantarray_prepare()
3280 *size = sizeof (constant->integer2); in ffebld_constantarray_prepare()
3619 *(array.integer2 + offset) = constant.integer2; in ffebld_constantarray_put()
H A Dbld.h149 ffetargetInteger2 integer2; member
273 ffetargetInteger2 *integer2; member
770 #define ffebld_constant_integer2(c) ((c)->u.integer2)
832 #define ffebld_cu_ptr_integer2(u) &(u).integer2
882 #define ffebld_cu_val_integer2(u) (u).integer2
H A Ddata.c1020 sub_kind == FFEINFO_kindtypeINTEGER2 ? subscript->u.conter.expr->u.integer2 : in ffedata_eval_offset_()
1043 low_kind == FFEINFO_kindtypeINTEGER2 ? low->u.conter.expr->u.integer2 : in ffedata_eval_offset_()
1059 hi_kind == FFEINFO_kindtypeINTEGER2 ? high->u.conter.expr->u.integer2 : in ffedata_eval_offset_()