Searched refs:IneqCondIsCanonical (Results 1 – 1 of 1) sorted by relevance
8237 bool IneqCondIsCanonical = SemaRef.getLangOpts().OpenMP >= 50; in checkAndSetCond() local8240 << (IneqCondIsCanonical ? 1 : 0) << LCDecl; in checkAndSetCond()8247 [this, IneqCondIsCanonical](BinaryOperatorKind Opcode, const Expr *LHS, in checkAndSetCond()8259 } else if (IneqCondIsCanonical && Opcode == BO_NE) { in checkAndSetCond()8286 << (IneqCondIsCanonical ? 1 : 0) << S->getSourceRange() << LCDecl; in checkAndSetCond()