Home
last modified time | relevance | path

Searched defs:NodeId (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
DASTDiffInternal.h25 struct NodeId { struct
32 NodeId() : Id(InvalidNodeId) {} in NodeId() function
33 NodeId(int Id) : Id(Id) {} in NodeId() argument
41 bool isValid() const { return Id != InvalidNodeId; } in isValid() argument
42 bool isInvalid() const { return Id == InvalidNodeId; } in isInvalid() argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h31 using NodeId = typename GraphT::NodeId; in applyR1() local
75 using NodeId = typename GraphT::NodeId; in applyR2() local
181 using NodeId = GraphBase::NodeId; in backpropagate() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h280 using NodeId = GraphBase::NodeId; variable
430 using NodeId = GraphBase::NodeId; in reduce() local
DRDFGraph.h260 using NodeId = uint32_t; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DModuleSummaryIndex.cpp533 auto NodeId = [](uint64_t ModId, GlobalValue::GUID Id) { in exportToDot() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
DRewriteRule.cpp313 EditGenerator transformer::rewriteDescendants(std::string NodeId, in rewriteDescendants()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp399 int NodeId = User->getNodeId(); in run() local
/freebsd-12-stable/sys/contrib/dev/acpica/include/
Dactbl2.h1117 UINT16 NodeId; member