Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp190 Expr *TaskgroupReductionRef = nullptr; member
577 return getTopOfStack().TaskgroupReductionRef; in getTaskgroupReductionRef()
582 return getStackElemAtLevel(Level).TaskgroupReductionRef && in isTaskgroupReductionRef()
583 cast<DeclRefExpr>(getStackElemAtLevel(Level).TaskgroupReductionRef) in isTaskgroupReductionRef()
1575 Expr *&TaskgroupReductionRef = getTopOfStack().TaskgroupReductionRef; in addTaskgroupReductionData() local
1576 if (!TaskgroupReductionRef) { in addTaskgroupReductionData()
1579 TaskgroupReductionRef = in addTaskgroupReductionData()
1600 Expr *&TaskgroupReductionRef = getTopOfStack().TaskgroupReductionRef; in addTaskgroupReductionData() local
1601 if (!TaskgroupReductionRef) { in addTaskgroupReductionData()
1604 TaskgroupReductionRef = in addTaskgroupReductionData()
[all …]