Searched refs:IneqCondIsCanonical (Results 1 – 1 of 1) sorted by relevance
6908 bool IneqCondIsCanonical = SemaRef.getLangOpts().OpenMP >= 50; in checkAndSetCond() local6911 << (IneqCondIsCanonical ? 1 : 0) << LCDecl; in checkAndSetCond()6929 } else if (IneqCondIsCanonical && BO->getOpcode() == BO_NE) in checkAndSetCond()6952 if (IneqCondIsCanonical) in checkAndSetCond()6967 << (IneqCondIsCanonical ? 1 : 0) << S->getSourceRange() << LCDecl; in checkAndSetCond()