Searched refs:IncrStmt (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 14310 ExprResult IncrStmt = SemaRef.BuildUnaryOp( in ActOnOpenMPTileDirective() local 14312 if (!IncrStmt.isUsable()) in ActOnOpenMPTileDirective() 14340 IncrStmt.get(), Inner, LoopHelper.Init->getBeginLoc(), in ActOnOpenMPTileDirective() 14380 ExprResult IncrStmt = in ActOnOpenMPTileDirective() local 14383 if (!IncrStmt.isUsable()) in ActOnOpenMPTileDirective() 14388 IncrStmt.get(), Inner, LoopHelper.Init->getBeginLoc(), in ActOnOpenMPTileDirective() 14993 ExprResult IncrStmt = SemaRef.BuildUnaryOp( in ActOnOpenMPInterchangeDirective() local 14995 if (!IncrStmt.isUsable()) in ActOnOpenMPInterchangeDirective() 15006 Context, InitStmt.get(), CondExpr.get(), nullptr, IncrStmt.get(), Inner, in ActOnOpenMPInterchangeDirective()
|