Searched refs:use_before (Results 1 – 2 of 2) sorted by relevance
295 UsePosition* use_before = NULL; in SplitAt() local301 use_before = use_after; in SplitAt()306 use_before = use_after; in SplitAt()312 if (use_before != NULL) { in SplitAt()313 use_before->next_ = NULL; in SplitAt()
656 UsePosition* use_before = nullptr; in DetachAt() local662 use_before = use_after; in DetachAt()667 use_before = use_after; in DetachAt()673 if (use_before != nullptr) { in DetachAt()674 use_before->set_next(nullptr); in DetachAt()685 if (connect_hints == ConnectHints && use_before != nullptr && in DetachAt()687 use_after->SetHint(use_before); in DetachAt()693 return use_before; in DetachAt()