HomeSort by relevance Sort by last modified time
    Searched refs:BCounterFactory (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 70 /// BCounterFactory - A factory object for created BlockCounter objects.
73 BlockCounter::Factory BCounterFactory;
118 BCounterFactory(G.getAllocator()), FunctionSummaries(FS) {}
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 192 WList->setBlockCounter(BCounterFactory.GetEmptyCounter());
342 Counter = BCounterFactory.IncrementCount(Counter, LC->getCurrentStackFrame(),

Completed in 49 milliseconds