Skip to content

TaintLattice::operator==

Equality predicate, sort of. Beware that this is not true equality since it is not symmetric.

Synopsis

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

virtual
bool
operator==(Lattice* other_) override;

Return Value

true if the objects are equal, false otherwise

Parameters

Name

Description

other_

The right operand

Created with MrDocs