Home | History | Annotate | Download | only in regexp

Lines Matching full:relation

909   enum Relation { LT, GEQ };
910 Guard(int reg, Relation op, int value)
915 Relation op() { return op_; }
920 Relation op_;