Searched refs:Collapsed (Results 1 – 2 of 2) sorted by relevance
948 std::string Collapsed = std::string(Raw); in isLabel() local949 llvm::erase_if(Collapsed, isSpace); in isLabel()950 StringRef Whole = Collapsed; in isLabel()1000 std::string Collapsed = std::string(RawString); in tryParseRegister() local1001 llvm::erase_if(Collapsed, isSpace); in tryParseRegister()1002 StringRef FullString = Collapsed; in tryParseRegister()
562 std::pair<ReferenceKind, const Node *> Collapsed = collapse(s); in printLeft() local563 Collapsed.second->printLeft(s); in printLeft()564 if (Collapsed.second->hasArray(s)) in printLeft()566 if (Collapsed.second->hasArray(s) || Collapsed.second->hasFunction(s)) in printLeft()569 s += (Collapsed.first == ReferenceKind::LValue ? "&" : "&&"); in printLeft()575 std::pair<ReferenceKind, const Node *> Collapsed = collapse(s); in printRight() local576 if (Collapsed.second->hasArray(s) || Collapsed.second->hasFunction(s)) in printRight()578 Collapsed.second->printRight(s); in printRight()