Home
last modified time | relevance | path

Searched defs:coverage_data (Results 1 – 25 of 38) sorted by relevance

12

/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dcoverage.c56 struct GTY((chain_next ("%h.next"))) coverage_data struct
58 struct coverage_data *next; /* next function */ argument
59 unsigned ident; /* function ident */
60 unsigned lineno_checksum; /* function lineno checksum */
61 unsigned cfg_checksum; /* function cfg checksum */
62 tree fn_decl; /* the function decl */
63 tree ctr_vars[GCOV_COUNTERS]; /* counter variables. */
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dcoverage.c56 struct GTY((chain_next ("%h.next"))) coverage_data struct
58 struct coverage_data *next; /* next function */ argument
59 unsigned ident; /* function ident */
60 unsigned lineno_checksum; /* function lineno checksum */
61 unsigned cfg_checksum; /* function cfg checksum */
62 tree fn_decl; /* the function decl */
63 tree ctr_vars[GCOV_COUNTERS]; /* counter variables. */
/dports/devel/py-vsts/vsts-0.1.25/vsts/test/v4_0/models/
H A Dcode_coverage_summary.py29 def __init__(self, build=None, coverage_data=None, delta_build=None): argument
/dports/devel/py-vsts/vsts-0.1.25/vsts/test/v4_1/models/
H A Dcode_coverage_summary.py29 def __init__(self, build=None, coverage_data=None, delta_build=None): argument
/dports/devel/p5-Test2-Harness-UI/Test2-Harness-UI-0.000097/lib/Test2/Harness/UI/Schema/Overlay/
H A DRun.pm127 sub coverage_data { subroutine
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dcoverage.c61 struct GTY((chain_next ("%h.next"))) coverage_data struct
63 struct coverage_data *next; /* next function */ argument
64 unsigned ident; /* function ident */
65 unsigned lineno_checksum; /* function lineno checksum */
66 unsigned cfg_checksum; /* function cfg checksum */
67 tree fn_decl; /* the function decl */
68 tree ctr_vars[GCOV_COUNTERS]; /* counter variables. */
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dcoverage.c54 struct GTY((chain_next ("%h.next"))) coverage_data struct
56 struct coverage_data *next; /* next function */ argument
57 unsigned ident; /* function ident */
58 unsigned lineno_checksum; /* function lineno checksum */
59 unsigned cfg_checksum; /* function cfg checksum */
83 static GTY(()) struct coverage_data *functions_head = 0; argument
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dcoverage.c54 struct GTY((chain_next ("%h.next"))) coverage_data struct
56 struct coverage_data *next; /* next function */ argument
57 unsigned ident; /* function ident */
58 unsigned lineno_checksum; /* function lineno checksum */
59 unsigned cfg_checksum; /* function cfg checksum */
83 static GTY(()) struct coverage_data *functions_head = 0; argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcoverage.c55 struct GTY((chain_next ("%h.next"))) coverage_data struct
57 struct coverage_data *next; /* next function */ argument
58 unsigned ident; /* function ident */
59 unsigned lineno_checksum; /* function lineno checksum */
60 unsigned cfg_checksum; /* function cfg checksum */
84 static GTY(()) struct coverage_data *functions_head = 0; argument
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dcoverage.c56 struct GTY((chain_next ("%h.next"))) coverage_data struct
58 struct coverage_data *next; /* next function */ argument
59 unsigned ident; /* function ident */
60 unsigned lineno_checksum; /* function lineno checksum */
61 unsigned cfg_checksum; /* function cfg checksum */
85 static GTY(()) struct coverage_data *functions_head = 0; argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dcoverage.c56 struct GTY((chain_next ("%h.next"))) coverage_data struct
58 struct coverage_data *next; /* next function */ argument
59 unsigned ident; /* function ident */
60 unsigned lineno_checksum; /* function lineno checksum */
61 unsigned cfg_checksum; /* function cfg checksum */
85 static GTY(()) struct coverage_data *functions_head = 0; argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dcoverage.c55 struct GTY((chain_next ("%h.next"))) coverage_data struct
57 struct coverage_data *next; /* next function */ argument
58 unsigned ident; /* function ident */
59 unsigned lineno_checksum; /* function lineno checksum */
60 unsigned cfg_checksum; /* function cfg checksum */
84 static GTY(()) struct coverage_data *functions_head = 0; argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dcoverage.c56 struct GTY((chain_next ("%h.next"))) coverage_data struct
58 struct coverage_data *next; /* next function */ argument
59 unsigned ident; /* function ident */
60 unsigned lineno_checksum; /* function lineno checksum */
61 unsigned cfg_checksum; /* function cfg checksum */
85 static GTY(()) struct coverage_data *functions_head = 0; argument
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dcoverage.c56 struct GTY((chain_next ("%h.next"))) coverage_data struct
58 struct coverage_data *next; /* next function */ argument
59 unsigned ident; /* function ident */
60 unsigned lineno_checksum; /* function lineno checksum */
61 unsigned cfg_checksum; /* function cfg checksum */
85 static GTY(()) struct coverage_data *functions_head = 0; argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dcoverage.c55 struct GTY((chain_next ("%h.next"))) coverage_data struct
57 struct coverage_data *next; /* next function */ argument
58 unsigned ident; /* function ident */
59 unsigned lineno_checksum; /* function lineno checksum */
60 unsigned cfg_checksum; /* function cfg checksum */
84 static GTY(()) struct coverage_data *functions_head = 0; argument
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dcoverage.c56 struct GTY((chain_next ("%h.next"))) coverage_data struct
58 struct coverage_data *next; /* next function */ argument
59 unsigned ident; /* function ident */
60 unsigned lineno_checksum; /* function lineno checksum */
61 unsigned cfg_checksum; /* function cfg checksum */
85 static GTY(()) struct coverage_data *functions_head = 0; argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dcoverage.c55 struct GTY((chain_next ("%h.next"))) coverage_data struct
57 struct coverage_data *next; /* next function */ argument
58 unsigned ident; /* function ident */
59 unsigned lineno_checksum; /* function lineno checksum */
60 unsigned cfg_checksum; /* function cfg checksum */
84 static GTY(()) struct coverage_data *functions_head = 0; argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcoverage.c55 struct GTY((chain_next ("%h.next"))) coverage_data struct
57 struct coverage_data *next; /* next function */ argument
58 unsigned ident; /* function ident */
59 unsigned lineno_checksum; /* function lineno checksum */
60 unsigned cfg_checksum; /* function cfg checksum */
84 static GTY(()) struct coverage_data *functions_head = 0; argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dcoverage.c56 struct GTY((chain_next ("%h.next"))) coverage_data struct
58 struct coverage_data *next; /* next function */ argument
59 unsigned ident; /* function ident */
60 unsigned lineno_checksum; /* function lineno checksum */
61 unsigned cfg_checksum; /* function cfg checksum */
85 static GTY(()) struct coverage_data *functions_head = 0; argument
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dcoverage.c56 struct GTY((chain_next ("%h.next"))) coverage_data struct
58 struct coverage_data *next; /* next function */ argument
59 unsigned ident; /* function ident */
60 unsigned lineno_checksum; /* function lineno checksum */
61 unsigned cfg_checksum; /* function cfg checksum */
85 static GTY(()) struct coverage_data *functions_head = 0; argument
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dcoverage.c56 struct GTY((chain_next ("%h.next"))) coverage_data struct
58 struct coverage_data *next; /* next function */ argument
59 unsigned ident; /* function ident */
60 unsigned lineno_checksum; /* function lineno checksum */
61 unsigned cfg_checksum; /* function cfg checksum */
85 static GTY(()) struct coverage_data *functions_head = 0; argument
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dcoverage.c56 struct GTY((chain_next ("%h.next"))) coverage_data struct
58 struct coverage_data *next; /* next function */ argument
59 unsigned ident; /* function ident */
60 unsigned lineno_checksum; /* function lineno checksum */
61 unsigned cfg_checksum; /* function cfg checksum */
85 static GTY(()) struct coverage_data *functions_head = 0; argument
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dcoverage.c55 struct GTY((chain_next ("%h.next"))) coverage_data struct
57 struct coverage_data *next; /* next function */ argument
58 unsigned ident; /* function ident */
59 unsigned lineno_checksum; /* function lineno checksum */
60 unsigned cfg_checksum; /* function cfg checksum */
84 static GTY(()) struct coverage_data *functions_head = 0; argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/coverage/coverage/
H A Djsonreport.py75 def report_one_file(self, coverage_data, analysis): argument
/dports/devel/eric6/eric6-21.11/eric/eric6/DebugClients/Python/coverage/
H A Djsonreport.py75 def report_one_file(self, coverage_data, analysis): argument

12