Home
last modified time | relevance | path

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

/dports/net/dgd/dgd-1.4.23/src/comp/
H A Doptimize.c1328 static Uint opt_cond(node **m, int pop) in opt_cond() function
1660 d1 = opt_cond(&n->l.left, FALSE); in opt_expr()
1674 d2 = opt_cond(&n->r.right, pop); in opt_expr()
1710 d1 = opt_cond(&n->l.left, FALSE); in opt_expr()
1724 d2 = opt_cond(&n->r.right, pop); in opt_expr()
1760 i = opt_cond(&n->l.left, FALSE); in opt_expr()
2076 d2 = opt_cond(&n->l.left, FALSE); in opt_stmt()
2083 d1 = opt_cond(&n->l.left, FALSE); in opt_stmt()
2154 d1 = opt_cond(&n->l.left, FALSE); in opt_stmt()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/lalrpop-0.17.2/src/normalize/macro_expand/
H A Dmod.rs287 opt_cond: &Option<Condition>, in evaluate_cond()
289 if let Some(ref c) = *opt_cond { in evaluate_cond()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/lalrpop-0.16.3/src/normalize/macro_expand/
H A Dmod.rs272 opt_cond: &Option<Condition>, in evaluate_cond()
274 if let Some(ref c) = *opt_cond { in evaluate_cond()
/dports/net/krill/krill-0.9.4/cargo-crates/lalrpop-0.19.6/src/normalize/macro_expand/
H A Dmod.rs291 opt_cond: &Option<Condition>, in evaluate_cond()
293 if let Some(ref c) = *opt_cond { in evaluate_cond()
/dports/devel/xtl-quant-stack/xtl-0.7.4/include/xtl/
H A Dxoptional.hpp1324 bool_type opt_cond(cond); in UNARY_OPTIONAL() local
1325 return opt_cond.has_value() ? in UNARY_OPTIONAL()
1326 opt_cond.value() ? return_type(v1) : return_type(v2) : in UNARY_OPTIONAL()
/dports/lang/sdcc/sdcc-4.0.0/src/pic16/
H A Dpcode.c7373 …int opt=0, toofar=0, opt_cond = 0, cond_toofar=0, opt_reorder = 0, opt_gotonext = 0, opt_gotochain… in pic16_OptimizeJumps() local
7483 opt_cond++; in pic16_OptimizeJumps()
7567 opt, toofar, opt_cond, cond_toofar, opt_reorder, opt_gotonext, opt_gotochain); in pic16_OptimizeJumps()
/dports/audio/snd/snd-21.2/
H A Ds7.c66496 static s7_pointer opt_cond(opt_info *top)
66566 opc->v[0].fp = opt_cond; /* a placeholder */
66595 top->v[0].fp = opt_cond;