Home
last modified time | relevance | path

Searched defs:addNodes (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/
DNodeSet.java431 public void addNodes(NodeList nodelist) in addNodes() method in NodeSet
471 public void addNodes(NodeSet ns) in addNodes() method in NodeSet
488 public void addNodes(NodeIterator iterator) in addNodes() method in NodeSet
DNodeSetDTM.java646 public void addNodes(DTMIterator iterator) in addNodes() method in NodeSetDTM
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCoreEngine.h306 void addNodes(const ExplodedNodeSet &S) { Frontier.insert(S); } in addNodes() function
307 void addNodes(ExplodedNode *N) { Frontier.Add(N); } in addNodes() function