Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/
DASTMatchFinder.h80 const BoundNodes Nodes; member
269 SmallVector<BoundNodes, 1> Nodes; variable
/external/llvm/include/llvm/Analysis/
DCallGraphSCCPass.h85 std::vector<CallGraphNode*> Nodes; variable
DInterval.h55 std::vector<BasicBlock*> Nodes; variable
DLazyCallGraph.h216 SmallVector<Node *, 1> Nodes; variable
/external/jsoncpp/include/json/
Dreader.h171 typedef std::stack<Value *> Nodes; typedef
/external/llvm/lib/Support/
DIntervalMap.cpp120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
/external/llvm/docs/
DLangRef.rst2925 .. _MDCompileUnit:
2927 MDCompileUnit
2952 MDFile
2966 MDBasicType
2993 MDSubroutineType
3009 MDDerivedType
3052 MDCompositeType
3101 MDSubrange
3115 MDEnumerator
3127 MDTemplateTypeParameter
[all …]
/external/llvm/lib/IR/
DAttributeImpl.h256 static void Profile(FoldingSetNodeID &ID, in Profile()
DAsmWriter.cpp2987 SmallVector<const MDNode *, 16> Nodes; in writeAllMDNodes() local
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp755 bool run(const BoundNodes *Nodes) override { in run()
777 bool run(const BoundNodes *Nodes, ASTContext *Context) override { in run()
3869 bool run(const BoundNodes *Nodes) override { return false; } in TEST()
3870 bool run(const BoundNodes *Nodes, ASTContext *Context) override { in TEST()
4382 bool run(const BoundNodes *Nodes) override { return false; } in run()
4384 bool run(const BoundNodes *Nodes, ASTContext *Context) override { in run()
4433 bool run(const BoundNodes *Nodes) override { return false; } in run()
4435 bool run(const BoundNodes *Nodes, ASTContext *Context) override { in run()
4440 bool verify(const BoundNodes &Nodes, ASTContext &Context, const Stmt *Node) { in verify()
4449 bool verify(const BoundNodes &Nodes, ASTContext &Context, const Decl *Node) { in verify()
/external/llvm/include/llvm/ADT/
DIntervalMap.h331 void adjustSiblingSizes(NodeT *Node[], unsigned Nodes, in adjustSiblingSizes()
1160 const unsigned Nodes = RootLeaf::Capacity / Leaf::Capacity + 1; in branchRoot() local
1201 const unsigned Nodes = RootBranch::Capacity / Branch::Capacity + 1; in splitRoot() local
1960 unsigned Nodes = 0; in overflow() local
/external/llvm/unittests/ADT/
DSCCIteratorTest.cpp100 NodeType Nodes[N]; member in llvm::Graph
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h265 llvm::FoldingSet<ExplodedNode> Nodes; variable
/external/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp159 std::vector<std::string> Nodes; in TEST() local
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp73 BoundNodesTreeBuilder Nodes; member
900 MatchFinder::MatchResult::MatchResult(const BoundNodes &Nodes, in MatchResult()
/external/llvm/include/llvm/CodeGen/PBQP/
DGraph.h183 NodeVector Nodes; variable
/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp1309 std::vector<SDNode*> Nodes; in PreprocessISelDAG() local
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2262 SmallVectorImpl<TreePatternNode*> &Nodes = I->second; in InferAllTypes() local
2385 std::vector<Record*> Nodes = Records.getAllDerivedDefinitions("SDNode"); in ParseNodeInfo() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2682 void ExprEngine::ViewGraph(ArrayRef<const ExplodedNode*> Nodes) { in ViewGraph()
DBugReporter.cpp2853 ArrayRef<const ExplodedNode *> Nodes) { in TrimmedGraph()
/external/llvm/unittests/IR/
DMetadataTest.cpp275 MDNode *Nodes[] = {N0, N1, N2}; in TEST_F() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1166 SmallSetVector<SDNode *, 16> Nodes; in recursivelyDeleteUnusedNodes() local