Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DUninitializedValues.cpp102 class CFGBlockValues { class
108 CFGBlockValues(const CFG &cfg);
109 ~CFGBlockValues();
139 CFGBlockValues::CFGBlockValues(const CFG &c) : cfg(c), vals(0) {} in CFGBlockValues() function in CFGBlockValues
141 CFGBlockValues::~CFGBlockValues() { in ~CFGBlockValues()
147 void CFGBlockValues::computeSetOfDeclarations(const DeclContext &dc) { in computeSetOfDeclarations()
170 void CFGBlockValues::setAllScratchValues(Value V) { in setAllScratchValues()
175 void CFGBlockValues::mergeIntoScratch(ValueVector const &source, in mergeIntoScratch()
183 bool CFGBlockValues::updateValueVectorWithScratch(const CFGBlock *block) { in updateValueVectorWithScratch()
194 void CFGBlockValues::resetScratch() { in resetScratch()
[all …]