Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprOpenMP.h237 VarDecl *CounterVD = nullptr; member
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3697 HelperData.CounterVD, in OMPIteratorGeneratorScope()
3698 CGF.CreateMemTemp(HelperData.CounterVD->getType(), "counter.addr")); in OMPIteratorGeneratorScope()
3705 CGF.MakeAddrLValue(CGF.GetAddrOfLocalVar(HelperData.CounterVD), in OMPIteratorGeneratorScope()
3706 HelperData.CounterVD->getType()); in OMPIteratorGeneratorScope()
3721 CGF.EmitLoadOfScalar(CLVal, HelperData.CounterVD->getLocation()); in OMPIteratorGeneratorScope()
3723 HelperData.CounterVD->getType()->isSignedIntegerOrEnumerationType() in OMPIteratorGeneratorScope()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp5568 auto *CounterVD = in ActOnOMPIteratorExpr() local
5572 CounterVD->setImplicit(); in ActOnOMPIteratorExpr()
5574 BuildDeclRefExpr(CounterVD, CounterVD->getType(), VK_LValue, in ActOnOMPIteratorExpr()
5625 HD.CounterVD = CounterVD; in ActOnOMPIteratorExpr()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp852 Record.AddDeclRef(HD.CounterVD); in VisitOMPIteratorExpr()
H A DASTReaderStmt.cpp991 HD.CounterVD = cast_or_null<VarDecl>(Record.readDeclRef()); in VisitOMPIteratorExpr()