reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Transforms/Scalar/GVNExpression.h
  254   op_inserter &operator=(Value *val) {
  258   op_inserter &operator*() { return *this; }
  259   op_inserter &operator++() { return *this; }
  260   op_inserter &operator++(int) { return *this; }
usr/include/c++/7.4.0/bits/stl_algo.h
 4294     _OutputIterator
 4296 	      _OutputIterator __result, _UnaryOperation __unary_op)