Searched refs:found_and_iter (Results 1 – 1 of 1) sorted by relevance
1106 std::pair<bool, llvm::StringRef::const_iterator> found_and_iter = in ParseOperands() local1108 if (found_and_iter.first) { in ParseOperands()1109 osi = found_and_iter.second; in ParseOperands()