Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h326 unsigned num_roots() const { return Roots.size(); } in num_roots() function
/external/grpc-grpc/src/core/tsi/
Dssl_transport_security.cc584 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/
Davbtool3638 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/
DCoreEngine.cpp168 if (G.num_roots() == 0) { // Initialize the analysis by constructing in ExecuteWorkList()
DBugReporter.cpp2871 assert(G->num_roots() == 1); in TrimmedGraph()