Home
last modified time | relevance | path

Searched refs:Collapsed (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp941 std::string Collapsed = Raw; in isLabel() local
942 Collapsed.erase(llvm::remove_if(Collapsed, isspace), Collapsed.end()); in isLabel()
943 StringRef Whole = Collapsed; in isLabel()
987 std::string Collapsed = RawString; in ParseRegister() local
988 Collapsed.erase(llvm::remove_if(Collapsed, isspace), Collapsed.end()); in ParseRegister()
989 StringRef FullString = Collapsed; in ParseRegister()
/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h547 std::pair<ReferenceKind, const Node *> Collapsed = collapse(s); in printLeft() local
548 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() local
561 if (Collapsed.second->hasArray(s) || Collapsed.second->hasFunction(s)) in printRight()
563 Collapsed.second->printRight(s); in printRight()