Home | History | Annotate | Download | only in regexp

Lines Matching refs:Relation

858   enum Relation { LT, GEQ };
859 Guard(int reg, Relation op, int value)
864 Relation op() { return op_; }
869 Relation op_;