Home
last modified time | relevance | path

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

/src/sys/contrib/dev/acpica/components/namespace/
H A Dnsrepair2.c628 goto RemoveElement; in AcpiNsRepair_CST()
640 RemoveElement: in AcpiNsRepair_CST()
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp261 auto RemoveElement = [Element, Predicate](auto &Container) -> bool { in removeElement() local
274 return RemoveElement(Lines); in removeElement()
276 if (RemoveElement(Children)) { in removeElement()
278 return RemoveElement(Symbols); in removeElement()
280 return RemoveElement(Types); in removeElement()
282 return RemoveElement(Scopes); in removeElement()