Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dbld.c1016 nc->u.integer3 = val; in ffebld_constant_new_integer3_val()
1597 u.integer3 = *(array.integer3 + offset); in ffebld_constantarray_get()
1916 ptr.integer3 = malloc_new_zkp (ffebld_constant_pool(), in ffebld_constantarray_new()
2346 *aptr = array.integer3 + offset; in ffebld_constantarray_preparray()
2640 *cptr = source_array.integer3; in ffebld_constantarray_preparray()
2641 *size = sizeof (*source_array.integer3); in ffebld_constantarray_preparray()
2992 *aptr = array.integer3 + offset; in ffebld_constantarray_prepare()
3286 *cptr = &constant->integer3; in ffebld_constantarray_prepare()
3287 *size = sizeof (constant->integer3); in ffebld_constantarray_prepare()
3625 *(array.integer3 + offset) = constant.integer3; in ffebld_constantarray_put()
H A Dbld.h152 ffetargetInteger3 integer3; member
276 ffetargetInteger3 *integer3; member
771 #define ffebld_constant_integer3(c) ((c)->u.integer3)
833 #define ffebld_cu_ptr_integer3(u) &(u).integer3
883 #define ffebld_cu_val_integer3(u) (u).integer3
H A Ddata.c1021 sub_kind == FFEINFO_kindtypeINTEGER3 ? subscript->u.conter.expr->u.integer3 : in ffedata_eval_offset_()
1044 low_kind == FFEINFO_kindtypeINTEGER3 ? low->u.conter.expr->u.integer3 : in ffedata_eval_offset_()
1060 hi_kind == FFEINFO_kindtypeINTEGER3 ? high->u.conter.expr->u.integer3 : in ffedata_eval_offset_()