Searched defs:NodeMap (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_pepper_interface_html5_fs.h95 typedef std::map<Path, FakeHtml5FsNode> NodeMap; typedef in class:FakeHtml5FsFilesystem
96 NodeMap node_map_;
/external/chromium_org/net/spdy/
H A Dspdy_priority_forest.h127 typedef base::hash_map<NodeId, Node> NodeMap; typedef in class:net::SpdyPriorityForest
146 NodeMap all_nodes_; // maps from node IDs to Node objects
424 for (typename NodeMap::const_iterator iter = all_nodes_.begin();
489 typename NodeMap::const_iterator iter = all_nodes_.find(node_id);
498 for (typename NodeMap::const_iterator iter = all_nodes_.begin();
H A Dspdy_priority_tree.h151 typedef base::hash_map<NodeId, Node> NodeMap; typedef in class:net::SpdyPriorityTree
153 NodeMap all_nodes_; // maps from node IDs to Node objects
420 typename NodeMap::const_iterator iter = all_nodes_.find(node_id);
502 for (typename NodeMap::const_iterator iter = all_nodes_.begin();
/external/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h413 Node *lookup(const Function &F) const { return NodeMap.lookup(&F); }
424 Node *&N = NodeMap[&F];
464 DenseMap<const Function *, Node *> NodeMap; member in class:llvm::LazyCallGraph
500 /// the NodeMap.
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h363 typedef llvm::DenseMap<const ExplodedNode*, ExplodedNode*> NodeMap; typedef in class:clang::ento::ExplodedGraph
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h66 NodeMap[ID] = ast_type_traits::DynTypedNode::create(*Node);
75 IDToNodeMap::const_iterator It = NodeMap.find(ID);
76 if (It == NodeMap.end()) {
83 IDToNodeMap::const_iterator It = NodeMap.find(ID);
84 if (It == NodeMap.end()) {
92 return NodeMap < Other.NodeMap;
103 return NodeMap;
107 IDToNodeMap NodeMap; member in class:clang::ast_matchers::internal::BoundNodesMap
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h87 DenseMap<const Value*, SDValue> NodeMap; member in class:llvm::SelectionDAGBuilder
602 SDValue &N = NodeMap[V];

Completed in 1165 milliseconds