Home | History | Annotate | Download | only in Sema

Lines Matching refs:Failed

354 /// the default argument for the parameter param failed.
2109 bool Failed = D.getMutableDeclSpec().SetTypeQual(
2111 (void)Failed;
2112 assert(!Failed && "Making a constexpr member const shouldn't fail");
2679 /// parsing or instantiating the initializer failed.
5867 // failed.
12142 bool Failed) {
12145 !Failed) {
12150 Failed = true;
12153 if (!Failed && VerifyIntegerConstantExpression(Converted.get(), &Cond,
12156 Failed = true;
12158 if (!Failed && !Cond) {
12165 Failed = true;
12171 Failed);