Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp11374 bool IsParentReductionOp = ParentReductionOpDSA.DKind != OMPD_unknown; in actOnOMPReductionKindClause() local
11375 if (!IsParentBOK && !IsParentReductionOp) { in actOnOMPReductionKindClause()
11379 if ((DeclareReductionRef.isUnset() && IsParentReductionOp) || in actOnOMPReductionKindClause()
11381 IsParentReductionOp) { in actOnOMPReductionKindClause()
11383 if (IsParentReductionOp && DeclareReductionRef.isUsable()) { in actOnOMPReductionKindClause()