Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Ddata.c397 && (ffestorag_init (ffedata_storage_) != NULL))) in ffedata_advance_()
456 && (ffestorag_init (ffedata_storage_) != NULL))) in ffedata_advance_()
524 && (ffestorag_init (ffedata_storage_) != NULL))) in ffedata_advance_()
1214 assert (ffestorag_init (st) == NULL); /* No init info on storage itself. */ in ffedata_gather_()
1236 if (ffestorag_init (mst) != NULL) in ffedata_gather_()
1334 ffebit_kill (ffebld_accter_bits (ffestorag_init (mst))); in ffedata_gather_()
1335 ffebld_set_op (ffestorag_init (mst), FFEBLD_opARRTER); in ffedata_gather_()
1336 ffebld_set_arrter (ffestorag_init (mst), in ffedata_gather_()
1337 ffebld_accter (ffestorag_init (mst))); in ffedata_gather_()
1338 ffebld_arrter_set_size (ffestorag_init (mst), in ffedata_gather_()
[all …]
Dstorag.h124 #define ffestorag_init(s) ((s)->init) macro
Dcom.c8458 if (ffestorag_init (st) != NULL) in ffecom_transform_common_()
8464 switch (ffebld_op (sexp = ffestorag_init (st))) in ffecom_transform_common_()
8543 if (is_init && (ffestorag_init (st) == NULL)) in ffecom_transform_common_()
8589 if (ffestorag_init (eqst) != NULL) in ffecom_transform_equiv_()
8595 switch (ffebld_op (sexp = ffestorag_init (eqst))) in ffecom_transform_equiv_()
8676 || (is_init && (ffestorag_init (eqst) == NULL))) in ffecom_transform_equiv_()
12096 if (ffestorag_init (st) == NULL) in ffecom_notify_init_storage()
12858 assert (ffestorag_init (st) == NULL); in ffecom_sym_end_transition()