Searched refs:NextOnly (Results 1 – 5 of 5) 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/llvm-project/llvm/include/llvm/CodeGen/ |
D | RDFGraph.h | 553 NodeAddr<RefNode*> getNextRef(RegisterRef RR, Predicate P, bool NextOnly, 884 bool NextOnly, const DataFlowGraph &G) { in getNextRef() argument 894 if (NextOnly) in getNextRef()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFGraph.h | 553 NodeAddr<RefNode*> getNextRef(RegisterRef RR, Predicate P, bool NextOnly, 888 bool NextOnly, const DataFlowGraph &G) { in getNextRef() argument 898 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 | 1125 class NextOnly: class 1129 self.assertNotIsInstance(NextOnly(), Iterator)
|