Searched refs:Node2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslutils.c255 * Node2 - Possible parent node
259 * DESCRIPTION: Returns TRUE if Node1 is a descendant of Node2. Otherwise,
260 * return FALSE. Note, we assume a NULL Node2 element to be the
270 ACPI_NAMESPACE_NODE *Node2)
273 if (Node1 == Node2)
278 if (!Node2)
287 if (Node1 == Node2)
268 UtNodeIsDescendantOf( ACPI_NAMESPACE_NODE *Node1, ACPI_NAMESPACE_NODE *Node2) argument
H A Daslcompiler.h1262 ACPI_NAMESPACE_NODE *Node2);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp278 static xmlNodePtr getDominantNode(xmlNodePtr Node1, xmlNodePtr Node2) { argument
281 return Node2;
282 if (!Node2 || !Node2->ns)
284 if (namespaceOverrides(Node1->ns->href, Node2->ns->href))
286 return Node2;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h339 auto BoundsEqual = [=](Metadata *Node1, Metadata *Node2) -> bool {
340 if (Node1 == Node2)
344 ConstantAsMetadata *MD2 = dyn_cast_or_null<ConstantAsMetadata>(Node2);

Completed in 73 milliseconds