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

/haiku-buildtools/legacy/gcc/gcc/f/
H A Ddata.c398 && (ffestorag_init (ffedata_storage_) != NULL)))
457 && (ffestorag_init (ffedata_storage_) != NULL)))
525 && (ffestorag_init (ffedata_storage_) != NULL)))
1154 assert (ffestorag_init (st) == NULL); /* No init info on storage itself. */
1176 if (ffestorag_init (mst) != NULL)
1274 ffebit_kill (ffebld_accter_bits (ffestorag_init (mst)));
1275 ffebld_set_op (ffestorag_init (mst), FFEBLD_opARRTER);
1276 ffebld_set_arrter (ffestorag_init (mst),
1277 ffebld_accter (ffestorag_init (mst)));
1278 ffebld_arrter_set_size (ffestorag_init (ms
[all...]
H A Dstorag.h124 #define ffestorag_init(s) ((s)->init) macro
H A Dcom.c8760 if (ffestorag_init (st) != NULL)
8766 switch (ffebld_op (sexp = ffestorag_init (st)))
8847 if (is_init && (ffestorag_init (st) == NULL))
8902 if (ffestorag_init (eqst) != NULL)
8908 switch (ffebld_op (sexp = ffestorag_init (eqst)))
8991 || (is_init && (ffestorag_init (eqst) == NULL)))
12603 info either is in ffestorag_init or, if that is NULL,
12606 ffestorag_init may contain an opCONTER or opARRTER. opCONTER may occur
12633 if (ffestorag_init (st) == NULL)
12657 init = ffestorag_init (s
[all...]

Completed in 65 milliseconds