Home | History | Annotate | Download | only in Analysis

Lines Matching refs:scratch

109   ValueVector scratch;
147 scratch.resize(decls);
168 for (unsigned I = 0, E = scratch.size(); I != E; ++I)
169 scratch[I] = V;
175 scratch = source;
177 scratch |= source;
182 bool changed = (dst != scratch);
184 dst = scratch;
186 printVector(block, scratch, 0);
192 scratch.reset();
198 return scratch[idx.getValue()];