Home | History | Annotate | Download | only in src

Lines Matching refs:at_start

2306   if (assertion_type() == AT_START && not_at_start) return still_to_find;
2318 if (assertion_type() == AT_START && not_at_start) return;
2454 details, compiler, 0, trace->at_start() == Trace::FALSE_VALUE);
3050 bool not_at_start = (trace->at_start() == Trace::FALSE_VALUE);
3134 if (assertion_type_ == AT_START && not_at_start) {
3155 case AT_START: {
3156 if (trace->at_start() == Trace::FALSE_VALUE) {
3160 if (trace->at_start() == Trace::UNKNOWN) {
3922 current_trace->at_start() == Trace::FALSE_VALUE);
4618 case AssertionNode::AT_START: