Home | History | Annotate | Download | only in pub

Lines Matching defs:iffalse

2107          nonzero, iffalse otherwise.  Note that it is STRICT, ie. both
2108 iftrue and iffalse are evaluated in all cases.
2110 ppIRExpr output: ITE(<cond>,<iftrue>,<iffalse>),
2116 IRExpr* iffalse; /* False expression */
2176 extern IRExpr* IRExpr_ITE ( IRExpr* cond, IRExpr* iftrue, IRExpr* iffalse );