Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5437 ExprResult CounterUpdateRes = in ActOnOMPIteratorExpr() local
5439 if (!CounterUpdateRes.isUsable()) { in ActOnOMPIteratorExpr()
5443 CounterUpdateRes = in ActOnOMPIteratorExpr()
5444 ActOnFinishFullExpr(CounterUpdateRes.get(), /*DiscardedValue=*/true); in ActOnOMPIteratorExpr()
5445 if (!CounterUpdateRes.isUsable()) { in ActOnOMPIteratorExpr()
5453 HD.CounterUpdate = CounterUpdateRes.get(); in ActOnOMPIteratorExpr()