Home | History | Annotate | Download | only in src

Lines Matching refs:vfalse

87   Label vtrue(this), vfalse(this), end(this);
88 Branch(condition, &vtrue, &vfalse);
95 Bind(&vfalse);