Home
last modified time | relevance | path

Searched refs:NextOnly (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DRDFGraph.h507 NodeAddr<RefNode*> getNextRef(RegisterRef RR, Predicate P, bool NextOnly,
801 bool NextOnly, const DataFlowGraph &G) { in getNextRef() argument
811 if (NextOnly) in getNextRef()
/external/python/cpython2/Lib/test/
Dtest_collections.py409 class NextOnly: class
413 self.assertNotIsInstance(NextOnly(), Iterator)