Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Dstd.c139 typedef struct _ffestd_stmt_ *ffestdStmt_; typedef
155 ffestdStmt_ next;
156 ffestdStmt_ previous;
495 ffestdStmt_ first;
496 ffestdStmt_ last;
509 static void ffestd_stmt_append_ (ffestdStmt_ stmt);
510 static ffestdStmt_ ffestd_stmt_new_ (ffestdStmtId_ id);
613 ffestd_stmt_append_ (ffestdStmt_ stmt) in ffestd_stmt_append_()
615 stmt->next = (ffestdStmt_) &ffestd_stmt_list_.first; in ffestd_stmt_append_()
626 static ffestdStmt_
[all …]