Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprOpenMP.h245 Expr *CounterUpdate = nullptr; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp848 Record.AddStmt(HD.CounterUpdate); in VisitOMPIteratorExpr()
H A DASTReaderStmt.cpp993 HD.CounterUpdate = Record.readSubExpr(); in VisitOMPIteratorExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4124 CGF.EmitIgnoredExpr(HelperData.CounterUpdate); in ~OMPIteratorGeneratorScope()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp5416 HD.CounterUpdate = CounterUpdateRes.get(); in ActOnOMPIteratorExpr()