HomeSort by: relevance | last modified time | path
    Searched refs:hm_ggc (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
imports.cc 227 hash_map_maybe_create<hm_ggc> (imported_decls);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-objcp-common.cc 154 hash_map_safe_put<hm_ggc> (debug_type_map, ktype, dtype);
constraint.cc 936 hash_map_safe_put<hm_ggc> (normalized_map, d, norm);
961 hash_map_safe_put<hm_ggc> (normalized_map, tmpl, norm);
983 hash_map_safe_put<hm_ggc> (normalized_map, expr, norm);
1250 bool found = hash_map_safe_put<hm_ggc> (decl_constraints, t, ci);
3229 hash_map_safe_put<hm_ggc> (decl_satisfied_cache, saved_t, result);
decl2.cc 5205 hash_map_safe_put<hm_ggc> (dynamic_initializers,
init.cc 637 hash_map_safe_put<hm_ggc> (nsdmi_inst, member, init);
pt.cc 7291 hash_map_safe_put<hm_ggc> (tparm_obj_values, decl, copy);
7944 hash_map_safe_put<hm_ggc> (defaulted_ttp_cache, otmpl, ntmpl);
30084 = hash_map_safe_get_or_insert<hm_ggc> (dguide_cache, tmpl))
constexpr.cc 1275 tree *slot = &(hash_map_safe_get_or_insert<hm_ggc>
decl.cc 9106 hash_map_safe_put<hm_ggc> (decomp_type_table, v[i], eltype);
  /src/external/gpl3/gcc.old/dist/gcc/
hash-map.h 342 enum hm_alloc { hm_heap = false, hm_ggc = true }; enumerator in enum:hm_alloc
  /src/external/gpl3/gcc/dist/gcc/cp/
contracts.cc 1302 hash_map_maybe_create<hm_ggc> (decl_pre_fn);
1312 hash_map_maybe_create<hm_ggc> (decl_post_fn);
1323 hash_map_maybe_create<hm_ggc> (decl_pre_fn);
1334 hash_map_maybe_create<hm_ggc> (decl_post_fn);
cp-objcp-common.cc 301 hash_map_safe_put<hm_ggc> (debug_type_map, ktype, dtype);
constraint.cc 1002 hash_map_safe_put<hm_ggc> (normalized_map, d, norm);
1055 hash_map_safe_put<hm_ggc> (normalized_map, expr, norm);
1322 bool found = hash_map_safe_put<hm_ggc> (decl_constraints, t, ci);
3350 hash_map_safe_put<hm_ggc> (decl_satisfied_cache, saved_t, result);
decl2.cc 5234 hash_map_safe_put<hm_ggc> (dynamic_initializers,
pt.cc 7402 hash_map_safe_put<hm_ggc> (tparm_obj_values, decl, copy);
8063 hash_map_safe_put<hm_ggc> (defaulted_ttp_cache, otmpl, ntmpl);
30881 = hash_map_safe_get_or_insert<hm_ggc> (dguide_cache, tmpl))
constexpr.cc 1461 tree *slot = &(hash_map_safe_get_or_insert<hm_ggc>
decl.cc 9541 hash_map_safe_put<hm_ggc> (decomp_type_table, v[i], eltype);
  /src/external/gpl3/gcc/dist/gcc/
hash-map.h 346 enum hm_alloc { hm_heap = false, hm_ggc = true }; enumerator in enum:hm_alloc

Completed in 185 milliseconds