PostgreSQL Source Code
git master
|
#include <regguts.h>
Data Fields | |
int | type |
color | co |
struct state * | from |
struct state * | to |
struct arc * | outchain |
struct arc * | outchainRev |
struct arc * | inchain |
struct arc * | inchainRev |
struct arc * | colorchain |
struct arc * | colorchainRev |
color arc::co |
Definition at line 298 of file regguts.h.
Referenced by addArcs(), addKey(), clonesuccessorstates(), colorcomplement(), combine(), cparc(), createarc(), findarc(), newarc(), okcolors(), pull(), push(), sortins_cmp(), and sortouts_cmp().
struct arc* arc::colorchain |
Definition at line 307 of file regguts.h.
Referenced by uncolorchain().
struct arc* arc::colorchainRev |
Definition at line 308 of file regguts.h.
Referenced by colorchain().
struct state* arc::from |
Definition at line 299 of file regguts.h.
Referenced by breakconstraintloop(), cloneouts(), clonesuccessorstates(), colorcomplement(), cparc(), createarc(), freearc(), newarc(), pull(), push(), and sortins_cmp().
struct arc* arc::inchain |
Definition at line 304 of file regguts.h.
Referenced by changearctarget(), copyins(), freearc(), mergeins(), and moveins().
struct arc* arc::inchainRev |
Definition at line 305 of file regguts.h.
Referenced by changearctarget(), createarc(), and freearc().
struct arc* arc::outchain |
Definition at line 301 of file regguts.h.
Referenced by analyze(), changearcsource(), copyouts(), freearc(), and moveouts().
struct arc* arc::outchainRev |
Definition at line 302 of file regguts.h.
Referenced by changearcsource(), createarc(), and freearc().
struct state* arc::to |
Definition at line 300 of file regguts.h.
Referenced by addArcs(), addKey(), analyze(), breakconstraintloop(), cloneouts(), colorcomplement(), cparc(), createarc(), freearc(), newarc(), pull(), push(), and sortouts_cmp().
int arc::type |
Definition at line 297 of file regguts.h.
Referenced by clonesuccessorstates(), combine(), cparc(), freearc(), sortins_cmp(), and sortouts_cmp().