|
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 colorchain(), and uncolorchain().
| struct arc* arc::colorchainRev |
Definition at line 308 of file regguts.h.
Referenced by colorchain(), and uncolorchain().
| struct state* arc::from |
Definition at line 299 of file regguts.h.
Referenced by breakconstraintloop(), cloneouts(), clonesuccessorstates(), colorcomplement(), cparc(), createarc(), freearc(), newarc(), pull(), push(), single_color_transition(), and sortins_cmp().
| struct arc* arc::inchain |
Definition at line 304 of file regguts.h.
Referenced by changearctarget(), copyins(), fixempties(), freearc(), mergeins(), moveins(), pull(), pushfwd(), and sortins().
| struct arc* arc::inchainRev |
Definition at line 305 of file regguts.h.
Referenced by changearctarget(), createarc(), freearc(), and sortins().
| struct arc* arc::outchain |
Definition at line 301 of file regguts.h.
Referenced by analyze(), breakconstraintloop(), changearcsource(), copyouts(), createarc(), fixconstraintloops(), fixempties(), freearc(), moveouts(), pullback(), push(), removecantmatch(), removetraverse(), and sortouts().
| struct arc* arc::outchainRev |
Definition at line 302 of file regguts.h.
Referenced by changearcsource(), createarc(), freearc(), and sortouts().
| 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(), single_color_transition(), 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().