Home
last modified time | relevance | path

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

/dports/net/dgd/dgd-1.4.23/src/comp/
H A Dnode.h57 # define F_FLOW (F_ENTRY | F_REACH | F_END) macro
H A Dcompile.c1186 n->flags |= n->l.left->flags & F_FLOW & ~F_RETURN & ~flags; in c_block()
1229 n1->flags |= n2->flags & F_FLOW; in c_do()
1242 n1->flags |= n2->flags & F_FLOW & ~(F_ENTRY | F_RETURN); in c_while()
1257 n2->flags = n4->flags & F_FLOW & ~(F_ENTRY | F_RETURN); in c_for()
1441 stmt->flags |= stmt->r.right->flags & F_FLOW; in c_endswitch()