HomeSort by relevance Sort by last modified time
    Searched refs:htab_t (Results 1 - 10 of 10) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
hashtab.h 144 typedef struct htab *htab_t; typedef in typeref:struct:htab
151 extern htab_t htab_create_alloc (size_t, htab_hash,
155 extern htab_t htab_create_alloc_ex (size_t, htab_hash,
160 extern htab_t htab_create_typed_alloc (size_t, htab_hash, htab_eq, htab_del,
164 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
165 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del);
167 extern void htab_set_functions_ex (htab_t, htab_hash,
172 extern void htab_delete (htab_t);
173 extern void htab_empty (htab_t);
175 extern void * htab_find (htab_t, const void *)
    [all...]
function.h 528 htab_t GTY((skip)) value_histograms;
556 htab_t GTY ((param_is (union tree_node))) used_types_hash;
687 extern GTY((param_is (struct types_used_by_vars_entry))) htab_t
except.h 207 htab_t GTY((param_is (struct throw_stmt_node))) throw_stmt_table;
tree-flow.h 74 htab_t GTY((param_is (union tree_node))) default_defs;
92 htab_t GTY ((param_is (struct tm_restart_node))) tm_restart;
104 htab_t htab;
cfgloop.h 205 htab_t GTY((param_is (struct loop_exit))) exits;
cgraph.h 231 htab_t GTY((param_is (struct cgraph_edge))) call_site_hash;
    [all...]
tree-flow-inline.h 48 first_htab_element (htab_iterator *hti, htab_t table)
    [all...]
gtype-desc.h     [all...]
gimple.h 959 htab_t temp_htab;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h     [all...]

Completed in 2549 milliseconds