Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp19410 bool IsParentReductionOp = ParentReductionOpDSA.DKind != OMPD_unknown; in actOnOMPReductionKindClause() local
19411 if ((DeclareReductionRef.isUnset() && IsParentReductionOp) || in actOnOMPReductionKindClause()
19413 (IsParentBOK && BOK != ParentBOK) || IsParentReductionOp) { in actOnOMPReductionKindClause()
19415 if (IsParentReductionOp && DeclareReductionRef.isUsable()) { in actOnOMPReductionKindClause()