Searched defs:CFGBlockValues (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
H A DUninitializedValues.cpp85 // CFGBlockValues: dataflow values for CFG blocks.
106 class CFGBlockValues { class in namespace:__anon17785
112 CFGBlockValues(const CFG &cfg);
142 CFGBlockValues::CFGBlockValues(const CFG &c) : cfg(c), vals(0) {} function in class:CFGBlockValues
144 void CFGBlockValues::computeSetOfDeclarations(const DeclContext &dc) {
167 void CFGBlockValues::setAllScratchValues(Value V) {
172 void CFGBlockValues::mergeIntoScratch(ValueVector const &source,
180 bool CFGBlockValues::updateValueVectorWithScratch(const CFGBlock *block) {
191 void CFGBlockValues
[all...]

Completed in 44 milliseconds