HomeSort by: relevance | last modified time | path
    Searched defs:imports (Results 1 - 23 of 23) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
gen.c 52 * list of all IMPORTs
60 static struct import *imports = NULL; variable in typeref:struct:import
68 tmp->next = imports;
69 imports = tmp;
  /src/external/gpl3/binutils/dist/ld/
deffile.h 90 /* Used by imports for module names. */
93 /* From the IMPORTS commands. */
96 def_file_import *imports; member in struct:def_file
  /src/external/gpl3/binutils.old/dist/ld/
deffile.h 90 /* Used by imports for module names. */
93 /* From the IMPORTS commands. */
96 def_file_import *imports; member in struct:def_file
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-range-path.cc 121 fprintf (dump_file, "Imports:\n");
441 // Solve imports defined in this block, starting with the PHIs...
443 // ...and then the rest of the imports.
456 // Solve imports that are exported to the next block.
507 // Adjust all pointer imports in BB with non-null information.
536 // If NAME is a supported SSA_NAME, add it the bitmap in IMPORTS.
539 path_range_query::add_to_imports (tree name, bitmap imports)
543 return bitmap_set_bit (imports, SSA_NAME_VERSION (name));
547 // Compute the imports to the path ending in EXIT. These are
553 // path. On the other hand, not having enough imports will limit wha
581 add_to_imports (gimple_assign_rhs1 (def_stmt), imports); local
    [all...]
gimple-range-gori.cc 210 // If there are no imports, just return
265 // Don't calculate imports or export/dep chains if BB is not provided.
365 // Stmts not understood are always imports.
381 // Stmts with no understandable operands are also imports.
415 bitmap imports = get_imports (name); local
419 if (imports && bitmap_bit_p (imports, y))
479 // Return the bitmap vector of all imports to BB. Calculate if necessary.
482 gori_map::imports (basic_block bb) function in class:gori_map
515 return bitmap_bit_p (imports (bb), SSA_NAME_VERSION (name))
    [all...]
tree-ssa-threadedge.cc 1433 // Use STATE to generate the list of imports needed for the solver,
1439 auto_bitmap imports; local
1444 // Start with the imports to the final conditional.
1445 bitmap_copy (imports, gori.imports (m_path[0]));
1456 bitmap_set_bit (imports, SSA_NAME_VERSION (op));
1459 m_query->compute_ranges (m_path, imports);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h 142 ArrayRef<wasm::WasmImport> imports() const { return Imports; } function in class:llvm::object::WasmObjectFile
282 std::vector<wasm::WasmImport> Imports;
  /src/external/gpl3/gcc/dist/gcc/
gimple-range-gori.cc 134 // If there are no imports, just return
189 // Don't calculate imports or export/dep chains if BB is not provided.
276 // Stmts not understood or with no operands are always imports.
322 bitmap imports = get_imports (name); local
326 if (imports && bitmap_bit_p (imports, y))
386 // Return the bitmap vector of all imports to BB. Calculate if necessary.
389 gori_map::imports (basic_block bb) function in class:gori_map
426 return bitmap_bit_p (imports (bb), SSA_NAME_VERSION (name));
439 // Check for any imports
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
pef.c 743 bfd_pef_imported_symbol *imports = NULL; local
763 imports = bfd_malloc
765 if (libraries == NULL || imports == NULL)
781 4, &imports[i]));
828 if (loaderlen < (header.loader_strings_offset + imports[sym_index].name))
831 max = loaderlen - (header.loader_strings_offset + imports[sym_index].name);
833 symname += header.loader_strings_offset + imports[sym_index].name;
873 free (imports);
879 free (imports);
xcofflink.c 131 struct xcoff_import_file *imports; member in struct:xcoff_link_hash_table
846 for (pp = &xcoff_hash_table (info)->imports, c = 1;
1123 for (pp = &xcoff_hash_table (info)->imports, c = 1;
3775 for (fl = htab->imports; fl != NULL; fl = fl->next)
4058 for (fl = htab->imports; fl != NULL; fl = fl->next)
  /src/external/gpl3/binutils.old/dist/bfd/
pef.c 744 bfd_pef_imported_symbol *imports = NULL; local
764 imports = bfd_malloc
766 if (libraries == NULL || imports == NULL)
782 4, &imports[i]));
829 if (loaderlen < (header.loader_strings_offset + imports[sym_index].name))
832 max = loaderlen - (header.loader_strings_offset + imports[sym_index].name);
834 symname += header.loader_strings_offset + imports[sym_index].name;
874 free (imports);
880 free (imports);
xcofflink.c 131 struct xcoff_import_file *imports; member in struct:xcoff_link_hash_table
846 for (pp = &xcoff_hash_table (info)->imports, c = 1;
1123 for (pp = &xcoff_hash_table (info)->imports, c = 1;
3775 for (fl = htab->imports; fl != NULL; fl = fl->next)
4058 for (fl = htab->imports; fl != NULL; fl = fl->next)
  /src/external/gpl3/gdb/dist/bfd/
pef.c 744 bfd_pef_imported_symbol *imports = NULL; local
764 imports = bfd_malloc
766 if (libraries == NULL || imports == NULL)
782 4, &imports[i]));
829 if (loaderlen < (header.loader_strings_offset + imports[sym_index].name))
832 max = loaderlen - (header.loader_strings_offset + imports[sym_index].name);
834 symname += header.loader_strings_offset + imports[sym_index].name;
874 free (imports);
880 free (imports);
xcofflink.c 131 struct xcoff_import_file *imports; member in struct:xcoff_link_hash_table
803 for (pp = &xcoff_hash_table (info)->imports, c = 1;
1080 for (pp = &xcoff_hash_table (info)->imports, c = 1;
3732 for (fl = htab->imports; fl != NULL; fl = fl->next)
4014 for (fl = htab->imports; fl != NULL; fl = fl->next)
  /src/external/gpl3/gdb.old/dist/bfd/
pef.c 741 bfd_pef_imported_symbol *imports = NULL; local
761 imports = bfd_malloc
763 if (libraries == NULL || imports == NULL)
779 4, &imports[i]));
826 if (loaderlen < (header.loader_strings_offset + imports[sym_index].name))
829 max = loaderlen - (header.loader_strings_offset + imports[sym_index].name);
831 symname += header.loader_strings_offset + imports[sym_index].name;
871 free (imports);
877 free (imports);
xcofflink.c 131 struct xcoff_import_file *imports; member in struct:xcoff_link_hash_table
811 for (pp = &xcoff_hash_table (info)->imports, c = 1;
1088 for (pp = &xcoff_hash_table (info)->imports, c = 1;
3740 for (fl = htab->imports; fl != NULL; fl = fl->next)
4022 for (fl = htab->imports; fl != NULL; fl = fl->next)
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
statement.h 761 Dsymbols *imports; // Array of Import's member in class:ImportStatement
  /src/external/gpl3/binutils/dist/include/
hp-symtab.h 1799 unsigned int imports: 1; /* module have any imports? */ member in struct:quick_module
  /src/external/gpl3/binutils.old/dist/include/
hp-symtab.h 1799 unsigned int imports: 1; /* module have any imports? */ member in struct:quick_module
  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 854 bitmap imports = get_import_bitmap (); local
914 if (bitmap_bit_p (imports, base))
1199 name_lookup::adl_namespace_fns (tree scope, bitmap imports)
1254 if (!bitmap_bit_p (imports, cluster->indices[jx].base))
3756 bitmap imports = get_import_bitmap (); local
3774 if (!bitmap_bit_p (imports, cluster->indices[jx].base))
4479 /* Lookup the FRIEND_TMPL within all merged module imports. Used to dedup
6196 from imports. Users of this who, having found nothing, push a new
6639 bitmap imports = get_import_bitmap ();
6659 if (bitmap_bit_p (imports, base)
6635 bitmap imports = get_import_bitmap (); local
7511 bitmap imports = get_import_bitmap (); local
8152 bitmap imports = get_import_bitmap (); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 849 bitmap imports = get_import_bitmap (); local
909 if (bitmap_bit_p (imports, base))
1194 name_lookup::adl_namespace_fns (tree scope, bitmap imports)
1249 if (!bitmap_bit_p (imports, cluster->indices[jx].base))
3524 bitmap imports = get_import_bitmap (); local
3542 if (!bitmap_bit_p (imports, cluster->indices[jx].base))
5780 from imports. Users of this who, having found nothing, push a new
6222 bitmap imports = get_import_bitmap ();
6242 if (bitmap_bit_p (imports, base))
7314 bitmap imports = get_import_bitmap ()
6218 bitmap imports = get_import_bitmap (); local
7310 bitmap imports = get_import_bitmap (); local
7929 bitmap imports = get_import_bitmap (); local
    [all...]
  /src/external/gpl3/gdb/dist/include/
hp-symtab.h 1799 unsigned int imports: 1; /* module have any imports? */ member in struct:quick_module
  /src/external/gpl3/gdb.old/dist/include/
hp-symtab.h 1799 unsigned int imports: 1; /* module have any imports? */ member in struct:quick_module

Completed in 156 milliseconds