Searched refs:SuccessorProxy (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DCFG.h159 class SuccessorProxy { class in class:llvm::SuccIterator
163 explicit SuccessorProxy(const Self &It) : It(It) {} function in class:llvm::SuccIterator::SuccessorProxy
165 SuccessorProxy(const SuccessorProxy &) = default;
167 SuccessorProxy &operator=(SuccessorProxy RHS) {
172 SuccessorProxy &operator=(reference RHS) {
229 inline SuccessorProxy operator[](int Offset) {
232 return SuccessorProxy(TmpIt);

Completed in 161 milliseconds