Searched refs:accumulator (Results 1 – 3 of 3) sorted by relevance
55 SCCInfo* accumulator; member59 dominator(false), accumulator(nullptr) {} in SCCInfo()
60 if (scc->accumulator != dominator) { in AccumulateLeaks()61 scc->accumulator = dominator; in AccumulateLeaks()
70 auto& accumulator = written_to_os_; in CommandProcessorTest() local73 [&accumulator](int /*fd*/, const void* write_buf, size_t buflen) { in CommandProcessorTest()74 accumulator.append(static_cast<const char*>(write_buf), buflen); in CommandProcessorTest()