Searched refs:IneqCondIsCanonical (Results 1 – 1 of 1) sorted by relevance
7667 bool IneqCondIsCanonical = SemaRef.getLangOpts().OpenMP >= 50; in checkAndSetCond() local7670 << (IneqCondIsCanonical ? 1 : 0) << LCDecl; in checkAndSetCond()7676 auto &&CheckAndSetCond = [this, IneqCondIsCanonical]( in checkAndSetCond()7689 } else if (IneqCondIsCanonical && Opcode == BO_NE) { in checkAndSetCond()7716 << (IneqCondIsCanonical ? 1 : 0) << S->getSourceRange() << LCDecl; in checkAndSetCond()