Searched defs:ref_ptr (Results 1 – 2 of 2) sorted by relevance
140 tree ref = tree_coverage_counter_ref (tag, base), ref_ptr; in tree_gen_interval_profiler() local167 tree ref = tree_coverage_counter_ref (tag, base), ref_ptr; in tree_gen_pow2_profiler() local190 tree ref = tree_coverage_counter_ref (tag, base), ref_ptr; in tree_gen_one_value_profiler() local
49 ref_ptr( const ref_ptr & rptr ) : _ptr( rptr.get() ) in ref_ptr() function