Home
last modified time | relevance | path

Searched refs:count_ptr (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/
H A DNSIndexSet.py86 count_ptr = self.valobj.CreateChildAtOffset(
92 count_ptr.GetValueAsUnsigned() +
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dlibgcc2.c1338 gcov_type *count_ptr; in __bb_exit_func() local
1400 count_ptr = ptr->counts; in __bb_exit_func()
1426 for (i = fn_info->arc_count; i > 0; i--, count_ptr++) in __bb_exit_func()
1430 *count_ptr += tmp_gcov; in __bb_exit_func()
1482 count_ptr = ptr->counts; in __bb_exit_func()
1493 for (i = fn_info->arc_count; i > 0; i--, count_ptr++) in __bb_exit_func()
1494 if (__write_gcov_type (*count_ptr, da_file, 8)) in __bb_exit_func()
/openbsd-src/gnu/gcc/gcc/
H A Dgcov.c1073 gcov_type *count_ptr = fn->counts; in solve_flow_graph() local
1115 if (count_ptr) in solve_flow_graph()
1116 arc->count = *count_ptr++; in solve_flow_graph()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.c4511 calc_live_regs (count_ptr, live_regs_mask) in calc_live_regs() argument
4512 int *count_ptr; in calc_live_regs()
4598 *count_ptr = count;