comparison gcc/coverage.h @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* coverage.h - Defines data exported from coverage.c 1 /* coverage.h - Defines data exported from coverage.c
2 Copyright (C) 1998-2017 Free Software Foundation, Inc. 2 Copyright (C) 1998-2018 Free Software Foundation, Inc.
3 3
4 This file is part of GCC. 4 This file is part of GCC.
5 5
6 GCC is free software; you can redistribute it and/or modify it under 6 GCC is free software; you can redistribute it and/or modify it under
7 the terms of the GNU General Public License as published by the Free 7 the terms of the GNU General Public License as published by the Free
49 /* Use a counter address from the most recent allocation. */ 49 /* Use a counter address from the most recent allocation. */
50 extern tree tree_coverage_counter_addr (unsigned /*counter*/, unsigned/*num*/); 50 extern tree tree_coverage_counter_addr (unsigned /*counter*/, unsigned/*num*/);
51 51
52 /* Get all the counters for the current function. */ 52 /* Get all the counters for the current function. */
53 extern gcov_type *get_coverage_counts (unsigned /*counter*/, 53 extern gcov_type *get_coverage_counts (unsigned /*counter*/,
54 unsigned /*expected*/,
55 unsigned /*cfg_checksum*/, 54 unsigned /*cfg_checksum*/,
56 unsigned /*lineno_checksum*/, 55 unsigned /*lineno_checksum*/);
57 const struct gcov_ctr_summary **);
58 56
59 extern tree get_gcov_type (void); 57 extern tree get_gcov_type (void);
60 extern bool coverage_node_map_initialized_p (void); 58 extern bool coverage_node_map_initialized_p (void);
61 59
62 #endif 60 #endif