Searched refs:heap_region (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.h835 heap_region (RK_HEAP)
1517 class heap_region : public region class in namespace:ana
1520 heap_region (region_id parent_rid, svalue_id sval_id) function in class:ana::heap_region
1523 heap_region (const heap_region &other);
1525 bool compare_fields (const heap_region &other) const;
1531 static bool can_merge_p (const heap_region *heap_a, region_id heap_a_rid,
1532 const heap_region *heap_b, region_id heap_b_rid,
1533 heap_region *merged_heap, region_id merged_heap_rid,
1545 is_a_helper <heap_region *>
[all...]
H A Dregion-model.cc998 const heap_region &this_sub
999 = (const heap_region &)*this;
1000 const heap_region &other_sub
1001 = (const heap_region &)other;
2952 /* class heap_region : public region. */
2954 /* heap_region's copy ctor. */
2956 heap_region::heap_region (const heap_region &other) function in class:ana::heap_region
2961 /* Compare the fields of this heap_region wit
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn-run.cc57 hsa_region_t heap_region = { 0 }; variable
304 return get_memory_region (region, &heap_region,
701 struct heap *heap = device_malloc (heap_size, heap_region);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn-run.c75 hsa_region_t heap_region = { 0 }; variable
322 return get_memory_region (region, &heap_region,
849 struct heap *heap = device_malloc (heap_size, heap_region);
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion.h78 heap_region (RK_HEAP)
514 class heap_region : public space_region class in namespace:ana
517 heap_region (unsigned id, region *parent) function in class:ana::heap_region
530 is_a_helper <const heap_region *>::test (const region *reg)
H A Dregion-model.h303 const heap_region *get_heap_region () const { return &m_heap_region; }
386 heap_region m_heap_region;
H A Dregion.cc979 /* class heap_region : public region. */
981 /* Implementation of region::dump_to_pp vfunc for heap_region. */
984 heap_region::dump_to_pp (pretty_printer *pp, bool simple) const
989 pp_string (pp, "heap_region()");

Completed in 286 milliseconds