Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp15570 bool IsParentReductionOp = ParentReductionOpDSA.DKind != OMPD_unknown; in actOnOMPReductionKindClause() local
15571 if ((DeclareReductionRef.isUnset() && IsParentReductionOp) || in actOnOMPReductionKindClause()
15573 (IsParentBOK && BOK != ParentBOK) || IsParentReductionOp) { in actOnOMPReductionKindClause()
15575 if (IsParentReductionOp && DeclareReductionRef.isUsable()) { in actOnOMPReductionKindClause()