Home
last modified time | relevance | path

Searched refs:BVPair (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
DUninitializedValues.cpp98 typedef std::pair<ValueVector *, ValueVector *> BVPair; typedef
102 BVPair *vals;
117 BVPair &getValueVectors(const CFGBlock *block, bool shouldLazyCreate);
121 bool updateValueVectors(const CFGBlock *block, const BVPair &newVals);
217 BVPair &CFGBlockValues::getValueVectors(const clang::CFGBlock *block, in getValueVectors()
257 const BVPair &newVals) { in updateValueVectors()
258 BVPair &vals = getValueVectors(block, true); in updateValueVectors()
606 BVPair vA = vals.getValueVectors(*itr, false); in runOnBlock()
608 BVPair vB = vals.getValueVectors(*itr, false); in runOnBlock()
610 BVPair valsAB; in runOnBlock()