Searched refs:ref_count (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ipa/
H A Dpr43812.C14 if (--ref_count <= 0) {
18 mutable int ref_count; member in class:RefCounted
/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload_engine.h83 ref_count(0), is_static(false)
93 ref_count(ptr.ref_count), is_static(ptr.is_static)
108 return __sync_fetch_and_add(&ref_count, 1);
110 return _InterlockedIncrement(&ref_count) - 1;
119 return __sync_sub_and_fetch(&ref_count, 1);
121 return _InterlockedDecrement(&ref_count);
129 return ref_count;
155 long ref_count; member in class:PtrData
164 cpu_addr(addr, len), ref_count(
200 long ref_count; member in class:AutoData
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dtem01.C38 : the_p(the_p_arg), ref_count(ref_count_arg) {}
58 bool unique() const {return ref_count.unique();}
62 ref_counter<N>& refCount() {return ref_count;}
66 ref_counter<N> ref_count; member in class:ref_pointer
75 ref_count = rhs.ref_count;
85 ref_count = ref_counter<N>();
/haiku-buildtools/libtool/mdemo/
H A Dmlib.c56 printf ("module reference count: %i\n", info->ref_count);
H A Dmain.c55 printf ("module reference count: %i\n", info->ref_count);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dpr32604.f905 INTEGER :: ref_count component in type:mulliken_restraint_type
/haiku-buildtools/legacy/gcc/libobjc/
H A Dsarray.c254 arr->ref_count = 1;
318 assert(array->ref_count == 1); /* stop if lazy copied... */
402 assert(array->ref_count != 0); /* Freed multiple times!!! */
404 if(--(array->ref_count) != 0) /* There exists copies of me */
413 if((array->is_copy_of) && ((array->is_copy_of->ref_count - 1) == 0))
499 arr->ref_count = 1;
500 oarr->ref_count += 1;
/haiku-buildtools/gcc/libcilkrts/runtime/
H A Dcilk_fiber.cpp801 int ref_count = this->dec_ref_count(); local
802 if (ref_count == 0) {
810 return ref_count;
851 int ref_count = this->sub_from_ref_count(2); local
852 if (ref_count == 0) {
856 return ref_count;
861 int ref_count = dec_ref_count(); local
862 if (ref_count == 0) {
867 return ref_count;
H A Dsysdep-unix.c220 int ref_count = cilk_fiber_deallocate_from_thread(w->l->scheduling_fiber); local
224 CILK_ASSERT(0 == ref_count);
H A Dscheduler.c944 int ref_count = cilk_fiber_remove_reference(fiber, &w->l->fiber_pool); local
947 CILK_ASSERT(0 == ref_count);
1028 int ref_count = cilk_fiber_remove_reference(fiber, &w->l->fiber_pool); local
1031 CILK_ASSERT(0 == ref_count);
2918 int ref_count = cilk_fiber_remove_reference(w->l->scheduling_fiber, NULL); local
2920 CILK_ASSERT(0 == ref_count);
/haiku-buildtools/legacy/gcc/libobjc/objc/
H A Dsarray.h140 short ref_count; member in struct:sarray
/haiku-buildtools/libtool/libltdl/
H A Dltdl.h252 int ref_count; /* number of times lt_dlopened minus
245 int ref_count; /* number of times lt_dlopened minus member in struct:__anon3595
H A Dltdl.c2353 if (!LT_DLIS_RESIDENT (tmp) && tmp->info.ref_count <= level)
2422 ++cur->info.ref_count;
3421 if ((*phandle)->info.ref_count == 0)
3423 (*phandle)->info.ref_count = 1;
3822 handle->info.ref_count--;
3824 /* Note that even with resident modules, we must track the ref_count
3828 if (handle->info.ref_count <= 0 && !LT_DLIS_RESIDENT (handle))
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-loop-prefetch.c640 gather_memory_references (struct loop *loop, bool *no_other_refs, unsigned *ref_count) argument
651 *ref_count = 0;
681 *ref_count += 1;
687 *ref_count += 1;
H A Dsymtab.c1320 x_section->ref_count--;
1321 if (!x_section->ref_count)
1350 x_section->ref_count++;
H A Dcgraph.h39 int ref_count; variable

Completed in 280 milliseconds