Home
last modified time | relevance | path

Searched defs:decision (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dgenrecog.c170 struct decision struct
172 struct decision_head success; /* Nodes to test on success. */ argument
173 struct decision *next; /* Node to test on failure. */ argument
174 struct decision *prev; /* Node whose failure tests us. */ argument
175 struct decision *afterward; /* Node to test on success, argument
180 struct decision_test *tests; /* The tests for this node. */ argument
182 int number; /* Node number, used for labels */
183 int subroutine_number; /* Number of subroutine this node starts */
184 int need_label; /* Label needs to be output. */
H A Dcfgloop.h45 enum lpt_dec decision; member
/dragonfly/contrib/wpa_supplicant/src/eap_peer/
H A Deap_i.h51 EapDecision decision; member
319 EapDecision decision; member
H A Deap.c2302 static const char * eap_sm_decision_txt(EapDecision decision) in eap_sm_decision_txt()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgenrecog.c1538 struct decision : list_head <transition> struct
1549 decision *prev, *next; argument
1558 struct state : list_head <decision> argument
1576 decision::decision (const rtx_test &test_in) in decision() function
H A Dcfgloop.h35 enum lpt_dec decision; member
H A Dhaifa-sched.c2559 rfs_result (enum rfs_decision decision, int result, rtx tmp, rtx tmp2) in rfs_result()
/dragonfly/contrib/wpa_supplicant/src/eap_server/
H A Deap_i.h151 } decision; member