Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp14499 ExprResult IncrStmt = SemaRef.BuildUnaryOp( in ActOnOpenMPTileDirective() local
14501 if (!IncrStmt.isUsable()) in ActOnOpenMPTileDirective()
14529 IncrStmt.get(), Inner, LoopHelper.Init->getBeginLoc(), in ActOnOpenMPTileDirective()
14564 ExprResult IncrStmt = SemaRef.BuildBinOp( in ActOnOpenMPTileDirective() local
14568 if (!IncrStmt.isUsable()) in ActOnOpenMPTileDirective()
14573 IncrStmt.get(), Inner, LoopHelper.Init->getBeginLoc(), in ActOnOpenMPTileDirective()
14760 ExprResult IncrStmt = SemaRef.BuildUnaryOp( in ActOnOpenMPStripeDirective() local
14763 if (!IncrStmt.isUsable()) in ActOnOpenMPStripeDirective()
14791 IncrStmt.get(), Inner, LoopHelper.Init->getBeginLoc(), in ActOnOpenMPStripeDirective()
14823 ExprResult IncrStmt = SemaRef.BuildBinOp( in ActOnOpenMPStripeDirective() local
[all …]