Searched defs:NodeId (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiffInternal.h25 struct NodeId { struct in namespace:clang::diff
32 NodeId() : Id(InvalidNodeId) {} function in struct:clang::diff::NodeId
33 NodeId(int Id) : Id(Id) {} function in struct:clang::diff::NodeId
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp382 int NodeId = User->getNodeId(); local
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactbl3.h576 UINT16 NodeId; member in struct:acpi_mpst_power_node
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h619 int NodeId = -1; member in class:llvm::SDNode

Completed in 130 milliseconds