Home
last modified time | relevance | path

Searched refs:IneqCondIsCanonical (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp7667 bool IneqCondIsCanonical = SemaRef.getLangOpts().OpenMP >= 50; in checkAndSetCond() local
7670 << (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()