Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h595 void setCombinedCond(Expr *CombCond) { in setCombinedCond() argument
598 *std::next(child_begin(), CombinedConditionOffset) = CombCond; in setCombinedCond()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp5462 ExprResult CombCond; in checkOpenMPLoop() local
5464 CombCond = in checkOpenMPLoop()
5696 Built.DistCombinedFields.Cond = CombCond.get(); in checkOpenMPLoop()