Home | History | Annotate | Download | only in Sema

Lines Matching defs:Cond

12152     llvm::APSInt Cond;
12153 if (!Failed && VerifyIntegerConstantExpression(Converted.get(), &Cond,
12158 if (!Failed && !Cond) {