Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dira-lives.c779 int def, def_match; in make_early_clobber_and_input_conflicts() local
802 if ((def_match = op_alt[def].matches) >= 0 in make_early_clobber_and_input_conflicts()
803 && (op_alt[def_match].earlyclobber in make_early_clobber_and_input_conflicts()
806 if (op_alt[def_match].anything_ok) in make_early_clobber_and_input_conflicts()
809 def_cl = op_alt[def_match].cl; in make_early_clobber_and_input_conflicts()
H A Dira-lives.cc779 int def, def_match; in make_early_clobber_and_input_conflicts() local
802 if ((def_match = op_alt[def].matches) >= 0 in make_early_clobber_and_input_conflicts()
803 && (op_alt[def_match].earlyclobber in make_early_clobber_and_input_conflicts()
806 if (op_alt[def_match].anything_ok) in make_early_clobber_and_input_conflicts()
809 def_cl = op_alt[def_match].cl; in make_early_clobber_and_input_conflicts()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dira-lives.c779 int def, def_match; in make_early_clobber_and_input_conflicts() local
802 if ((def_match = op_alt[def].matches) >= 0 in make_early_clobber_and_input_conflicts()
803 && (op_alt[def_match].earlyclobber in make_early_clobber_and_input_conflicts()
806 if (op_alt[def_match].anything_ok) in make_early_clobber_and_input_conflicts()
809 def_cl = op_alt[def_match].cl; in make_early_clobber_and_input_conflicts()
/netbsd/sys/dev/ic/
H A Dnslm7x.c81 static int def_match(struct lm_softc *);
114 { def_match, def_attach } /* Must be last */
2343 def_match(struct lm_softc *sc) in def_match() function