Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DExprOpenMP.h245 Expr *CounterUpdate = nullptr; member
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTWriterStmt.cpp855 Record.AddStmt(HD.CounterUpdate); in VisitOMPIteratorExpr()
DASTReaderStmt.cpp994 HD.CounterUpdate = Record.readSubExpr(); in VisitOMPIteratorExpr()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp3740 CGF.EmitIgnoredExpr(HelperData.CounterUpdate); in ~OMPIteratorGeneratorScope()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaExpr.cpp5628 HD.CounterUpdate = CounterUpdateRes.get(); in ActOnOMPIteratorExpr()