Home | History | Annotate | Download | only in dmd

Lines Matching refs:MATCH

713      *  prints error message if more than one match
773 MATCH m1 = tf.equals(fd.type) ? MATCH.exact : MATCH.nomatch;
774 MATCH m2 = tf.equals(fdmatch.type) ? MATCH.exact : MATCH.nomatch;
784 MATCH m1 = (tf.mod == fd.type.mod) ? MATCH.exact : MATCH.nomatch;
785 MATCH m2 = (tf.mod == fdmatch.type.mod) ? MATCH.exact : MATCH.nomatch;
796 MATCH m1 = fd.parent.isClassDeclaration() ? MATCH.exact : MATCH.nomatch;
797 MATCH m2 = fdmatch.parent.isClassDeclaration() ? MATCH.exact : MATCH.nomatch;