Searched refs:Collapsed (Results 1 – 2 of 2) sorted by relevance
941 std::string Collapsed = Raw; in isLabel() local942 Collapsed.erase(llvm::remove_if(Collapsed, isspace), Collapsed.end()); in isLabel()943 StringRef Whole = Collapsed; in isLabel()987 std::string Collapsed = RawString; in ParseRegister() local988 Collapsed.erase(llvm::remove_if(Collapsed, isspace), Collapsed.end()); in ParseRegister()989 StringRef FullString = Collapsed; in ParseRegister()
547 std::pair<ReferenceKind, const Node *> Collapsed = collapse(s); in printLeft() local548 Collapsed.second->printLeft(s); in printLeft()549 if (Collapsed.second->hasArray(s)) in printLeft()551 if (Collapsed.second->hasArray(s) || Collapsed.second->hasFunction(s)) in printLeft()554 s += (Collapsed.first == ReferenceKind::LValue ? "&" : "&&"); in printLeft()560 std::pair<ReferenceKind, const Node *> Collapsed = collapse(s); in printRight() local561 if (Collapsed.second->hasArray(s) || Collapsed.second->hasFunction(s)) in printRight()563 Collapsed.second->printRight(s); in printRight()