Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp6908 bool IneqCondIsCanonical = SemaRef.getLangOpts().OpenMP >= 50; in checkAndSetCond() local
6911 << (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()