Home | History | Annotate | Download | only in regexp

Lines Matching refs:AT_END

349         at_end(false),
356 return (at_end == that->at_end) &&
365 at_end |= that->at_end;
399 bool at_end: 1;
761 AT_END,
768 return new(on_success->zone()) AssertionNode(AT_END, on_success);