Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp8237 bool IneqCondIsCanonical = SemaRef.getLangOpts().OpenMP >= 50; in checkAndSetCond() local
8240 << (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()