Lines Matching defs:mismatch
4945 << 3 /* parameter mismatch */
4953 << 3 /* parameter mismatch */
7738 // Rather than emitting a normal format/argument mismatch, we want to
7882 // be passed as variadic arguments, emit a plain old specifier mismatch
14468 bool mismatch = false;
14470 mismatch = !Context.hasSameType(ArgumentType, RequiredType);
14477 if (mismatch)
14481 mismatch = false;
14484 mismatch = !isLayoutCompatible(Context,
14488 mismatch = !isLayoutCompatible(Context, ArgumentType, RequiredType);
14490 if (mismatch)