Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h326 unsigned num_roots() const { return Roots.size(); } in num_roots() function
/external/avb/
Davbtool3297 def calc_fec_data_size(image_size, num_roots): argument
3313 ['fec', '--print-fec-size', str(image_size), '--roots', str(num_roots)],
3323 def generate_fec_data(image_filename, num_roots): argument
3338 ['fec', '--encode', '--roots', str(num_roots), image_filename,
3344 (magic, _, _, num_roots, fec_size, _, _) = struct.unpack(FEC_FOOTER_FORMAT,
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp168 if (G.num_roots() == 0) { // Initialize the analysis by constructing in ExecuteWorkList()
DBugReporter.cpp2871 assert(G->num_roots() == 1); in TrimmedGraph()