reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
223 inline Self &operator-=(int RHS) { return operator+=(-RHS); }
include/llvm/IR/Instructions.h 3282 CaseIteratorImpl &operator-=(ptrdiff_t N) {
include/llvm/Support/BinaryStreamArray.h 346 FixedStreamArrayIterator<T> &operator-=(std::ptrdiff_t N) {