Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5861 ExprResult CounterUpdateRes = in ActOnOMPIteratorExpr() local
5863 if (!CounterUpdateRes.isUsable()) { in ActOnOMPIteratorExpr()
5867 CounterUpdateRes = in ActOnOMPIteratorExpr()
5868 ActOnFinishFullExpr(CounterUpdateRes.get(), /*DiscardedValue=*/true); in ActOnOMPIteratorExpr()
5869 if (!CounterUpdateRes.isUsable()) { in ActOnOMPIteratorExpr()
5877 HD.CounterUpdate = CounterUpdateRes.get(); in ActOnOMPIteratorExpr()