HomeSort by: relevance | last modified time | path
    Searched defs:TaskgroupReductionRef (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 184 Expr *TaskgroupReductionRef = nullptr;
554 return getTopOfStack().TaskgroupReductionRef;
559 return getStackElemAtLevel(Level).TaskgroupReductionRef &&
560 cast<DeclRefExpr>(getStackElemAtLevel(Level).TaskgroupReductionRef)
1442 Expr *&TaskgroupReductionRef =
1443 getTopOfStack().TaskgroupReductionRef;
1444 if (!TaskgroupReductionRef) {
1447 TaskgroupReductionRef =
1468 Expr *&TaskgroupReductionRef =
1469 getTopOfStack().TaskgroupReductionRef;
    [all...]
SemaOpenMP.cpp 184 Expr *TaskgroupReductionRef = nullptr;
554 return getTopOfStack().TaskgroupReductionRef;
559 return getStackElemAtLevel(Level).TaskgroupReductionRef &&
560 cast<DeclRefExpr>(getStackElemAtLevel(Level).TaskgroupReductionRef)
1442 Expr *&TaskgroupReductionRef =
1443 getTopOfStack().TaskgroupReductionRef;
1444 if (!TaskgroupReductionRef) {
1447 TaskgroupReductionRef =
1468 Expr *&TaskgroupReductionRef =
1469 getTopOfStack().TaskgroupReductionRef;
    [all...]

Completed in 86 milliseconds