Searched refs:num_roots (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExplodedGraph.h | 326 unsigned num_roots() const { return Roots.size(); } in num_roots() function
|
/external/grpc-grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 584 size_t num_roots = 0; in x509_store_load_certs() local 624 num_roots++; in x509_store_load_certs() 627 if (num_roots == 0) { in x509_store_load_certs()
|
/external/avb/ |
D | avbtool | 3638 def calc_fec_data_size(image_size, num_roots): argument 3654 ['fec', '--print-fec-size', str(image_size), '--roots', str(num_roots)], 3664 def generate_fec_data(image_filename, num_roots): argument 3679 ['fec', '--encode', '--roots', str(num_roots), image_filename, 3685 (magic, _, _, num_roots, fec_size, _, _) = struct.unpack(FEC_FOOTER_FORMAT,
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CoreEngine.cpp | 168 if (G.num_roots() == 0) { // Initialize the analysis by constructing in ExecuteWorkList()
|
D | BugReporter.cpp | 2871 assert(G->num_roots() == 1); in TrimmedGraph()
|