TaintLattice::meetUpdate Merges this lattice node with another and stores the result in this node. Returns true iff this node changed. Synopsis Declared in <src/midend/programAnalysis/genericDataflow/simpleAnalyses/taintAnalysis.h> virtual bool meetUpdate(Lattice* other_) override; Created with MrDocs