Home
last modified time | relevance | path

Searched defs:Nodes (Results 1 – 22 of 22) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h80 const BoundNodes Nodes; member
269 SmallVector<BoundNodes, 1> Nodes; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h85 std::vector<CallGraphNode*> Nodes; variable
H A DInterval.h55 std::vector<BasicBlock*> Nodes; variable
H A DLazyCallGraph.h216 SmallVector<Node *, 1> Nodes; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DIntervalMap.cpp120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DAttributeImpl.h256 static void Profile(FoldingSetNodeID &ID, in Profile()
H A DAsmWriter.cpp2448 SmallVector<const MDNode *, 16> Nodes; in writeAllMDNodes() local
/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp740 virtual bool run(const BoundNodes *Nodes) override { in run()
762 virtual bool run(const BoundNodes *Nodes, ASTContext *Context) override { in run()
3838 bool run(const BoundNodes *Nodes) override { return false; } in TEST()
3839 bool run(const BoundNodes *Nodes, ASTContext *Context) override { in TEST()
4351 virtual bool run(const BoundNodes *Nodes) { return false; } in run()
4353 virtual bool run(const BoundNodes *Nodes, ASTContext *Context) { in run()
4402 virtual bool run(const BoundNodes *Nodes) { return false; } in run()
4404 virtual bool run(const BoundNodes *Nodes, ASTContext *Context) { in run()
4409 bool verify(const BoundNodes &Nodes, ASTContext &Context, const Stmt *Node) { in verify()
4418 bool verify(const BoundNodes &Nodes, ASTContext &Context, const Decl *Node) { in verify()
/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/
H A DSCCIteratorTest.cpp102 NodeType Nodes[N]; member in llvm::Graph
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DIntervalMap.h330 void adjustSiblingSizes(NodeT *Node[], unsigned Nodes, in adjustSiblingSizes()
1170 const unsigned Nodes = RootLeaf::Capacity / Leaf::Capacity + 1; in branchRoot() local
1211 const unsigned Nodes = RootBranch::Capacity / Branch::Capacity + 1; in splitRoot() local
1970 unsigned Nodes = 0; in overflow() local
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h267 llvm::FoldingSet<ExplodedNode> Nodes; variable
/minix3/external/bsd/llvm/dist/llvm/unittests/Analysis/
H A DLazyCallGraphTest.cpp159 std::vector<std::string> Nodes; in TEST() local
/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp73 BoundNodesTreeBuilder Nodes; member
900 MatchFinder::MatchResult::MatchResult(const BoundNodes &Nodes, in MatchResult()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp286 const std::vector<RegionNode *> &Nodes = *I; in orderNodes() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h183 NodeVector Nodes; variable
/minix3/external/bsd/llvm/dist/llvm/unittests/IR/
H A DMetadataTest.cpp195 MDNode *Nodes[] = {N0, N1, N2}; in TEST_F() local
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2169 SmallVectorImpl<TreePatternNode*> &Nodes = I->second; in InferAllTypes() local
2292 std::vector<Record*> Nodes = Records.getAllDerivedDefinitions("SDNode"); in ParseNodeInfo() local
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2691 void ExprEngine::ViewGraph(ArrayRef<const ExplodedNode*> Nodes) { in ViewGraph()
H A DBugReporter.cpp2855 ArrayRef<const ExplodedNode *> Nodes) { in TrimmedGraph()
/minix3/minix/drivers/power/acpi/include/
H A Daclocal.h1290 UINT32 Nodes; member
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DLangRef.rst2893 MDLocation
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1133 SmallSetVector<SDNode *, 16> Nodes; in recursivelyDeleteUnusedNodes() local