Skip to content

TaintLattice::copy

copy overloads

Synopses

Declared in <src/midend/programAnalysis/genericDataflow/simpleAnalyses/taintAnalysis.h>

Returns a new copy of this vertex pointer.

virtual
Lattice*
copy() const override;

Assignment‐like operator. Makes this object point to the same lattice vertex as the other object. The other object must also be a TaintLattice object.

virtual
void
copy(Lattice* other_) override;

Created with MrDocs