Searched refs:NextOnly (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | RDFGraph.h | 507 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/ |
D | RDFGraph.h | 554 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/ |
D | test_collections.py | 409 class NextOnly: class 413 self.assertNotIsInstance(NextOnly(), Iterator)
|
/external/python/cpython3/Lib/test/ |
D | test_collections.py | 976 class NextOnly: class 980 self.assertNotIsInstance(NextOnly(), Iterator)
|