Home
last modified time | relevance | path

Searched refs:Node1 (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslutils.c309 ACPI_NAMESPACE_NODE *Node1, in UtNodeIsDescendantOf() argument
313 if (Node1 == Node2) in UtNodeIsDescendantOf()
325 while (Node1) in UtNodeIsDescendantOf()
327 if (Node1 == Node2) in UtNodeIsDescendantOf()
332 Node1 = Node1->Parent; in UtNodeIsDescendantOf()
H A Daslcompiler.h1265 ACPI_NAMESPACE_NODE *Node1,
/freebsd/contrib/llvm-project/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp274 static xmlNodePtr getDominantNode(xmlNodePtr Node1, xmlNodePtr Node2) { in getDominantNode() argument
276 if (!Node1 || !Node1->ns) in getDominantNode()
279 return Node1; in getDominantNode()
280 if (namespaceOverrides(Node1->ns->href, Node2->ns->href)) in getDominantNode()
281 return Node1; in getDominantNode()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h408 auto BoundsEqual = [=](Metadata *Node1, Metadata *Node2) -> bool {
409 if (Node1 == Node2)
412 ConstantAsMetadata *MD1 = dyn_cast_or_null<ConstantAsMetadata>(Node1);
704 auto BoundsEqual = [=](Metadata *Node1, Metadata *Node2) -> bool {
705 if (Node1 == Node2)
708 ConstantAsMetadata *MD1 = dyn_cast_or_null<ConstantAsMetadata>(Node1);
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp854 llvm::PointerUnion<CMD_TYPES_1> Node1; member
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp17514 SDValue Node1 = in tryMemPairCombine() local
17520 return Node1; in tryMemPairCombine()