Home
last modified time | relevance | path

Searched refs:n_artificial (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc6951 int n_location = 0, n_low_pc = 0, n_high_pc = 0, n_artificial = 0; in check_die() local
6971 ++n_artificial; in check_die()
6986 if (n_location > 1 || n_low_pc > 1 || n_high_pc > 1 || n_artificial > 1 in check_die()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c6805 int n_location = 0, n_low_pc = 0, n_high_pc = 0, n_artificial = 0; in check_die() local
6825 ++n_artificial; in check_die()
6840 if (n_location > 1 || n_low_pc > 1 || n_high_pc > 1 || n_artificial > 1 in check_die()