Lines Matching refs:at_start
2334 if (assertion_type() == AT_START && not_at_start) return still_to_find;
2346 if (assertion_type() == AT_START && not_at_start) return;
2481 details, compiler, 0, trace->at_start() == Trace::FALSE_VALUE);
3070 bool not_at_start = (trace->at_start() == Trace::FALSE_VALUE);
3154 if (assertion_type_ == AT_START && not_at_start) {
3175 case AT_START: {
3176 if (trace->at_start() == Trace::FALSE_VALUE) {
3180 if (trace->at_start() == Trace::UNKNOWN) {
3985 bool not_at_start = current_trace->at_start() == Trace::FALSE_VALUE;
4574 case AssertionNode::AT_START: