Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DUninitializedValues.cpp106 class CFGBlockValues { class
112 CFGBlockValues(const CFG &cfg);
142 CFGBlockValues::CFGBlockValues(const CFG &c) : cfg(c), vals(0) {} in CFGBlockValues() function in CFGBlockValues
144 void CFGBlockValues::computeSetOfDeclarations(const DeclContext &dc) { in computeSetOfDeclarations()
167 void CFGBlockValues::setAllScratchValues(Value V) { in setAllScratchValues()
172 void CFGBlockValues::mergeIntoScratch(ValueVector const &source, in mergeIntoScratch()
180 bool CFGBlockValues::updateValueVectorWithScratch(const CFGBlock *block) { in updateValueVectorWithScratch()
191 void CFGBlockValues::resetScratch() { in resetScratch()
195 ValueVector::reference CFGBlockValues::operator[](const VarDecl *vd) { in operator []()
432 CFGBlockValues &vals;
[all …]