Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h320 unsigned num_roots() const { return Roots.size(); } in num_roots() function
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp167 if (G->num_roots() == 0) { // Initialize the analysis by constructing in ExecuteWorkList()
DBugReporter.cpp2896 assert(G->num_roots() == 1); in TrimmedGraph()