Home
last modified time | relevance | path

Searched refs:NextOnly (Results 1 – 4 of 4) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFGraph.h554 NodeAddr<RefNode*> getNextRef(RegisterRef RR, Predicate P, bool NextOnly,
889 bool NextOnly, const DataFlowGraph &G) { in getNextRef() argument
899 if (NextOnly) in getNextRef()
/external/python/cpython2/Lib/test/
Dtest_collections.py409 class NextOnly: class
413 self.assertNotIsInstance(NextOnly(), Iterator)
/external/python/cpython3/Lib/test/
Dtest_collections.py976 class NextOnly: class
980 self.assertNotIsInstance(NextOnly(), Iterator)