Searched refs:removeIndex (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | pipeline.py | 87 def remove(pipeObj, removeIndex): argument 89 def removeInt(src, removeIndex, dst, idx): argument 93 idx = removeInt(s[1], removeIndex, dst2, idx) 96 if idx != removeIndex: 102 removeInt(pipeObj, removeIndex, dst, 0)
|