Home | History | Annotate | Download | only in Sema

Lines Matching refs:Bad

519     OS << "Bad conversion";
1686 // this is a bad conversion sequence.
4624 /// sequence required to pass this argument, which may be a bad
4679 // Set up the conversion sequence as a "bad" conversion, to allow us
4806 if (ICS.Bad.Kind == BadConversionSequence::bad_qualifiers) {
8105 Expr *FromExpr = Conv.Bad.FromExpr;
8106 QualType FromTy = Conv.Bad.getFromType();
8107 QualType ToTy = Conv.Bad.getToType();
8367 llvm_unreachable("TDK_success while diagnosing bad deduction");
8378 assert(ParamD && "no parameter found for bad qualifiers deduction result");
8675 llvm_unreachable("TDK_success while diagnosing bad deduction");
8737 // 2. Bad conversions come first and are ordered by the number
8738 // of bad conversions and quality of good conversions.
8815 // Don't do anything on failures other than bad conversion.
8823 // Skip forward to the first bad conversion.
8827 assert(ConvIdx != ConvCount && "no bad conversion in candidate");
8861 // Builtin binary operator with a bad first conversion.