Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2834 struct PrivateHelpersTy { struct
2835 PrivateHelpersTy(const Expr *OriginalRef, const VarDecl *Original, in PrivateHelpersTy() argument
2839 PrivateHelpersTy(const VarDecl *Original) : Original(Original) {} in PrivateHelpersTy() function
2848 typedef std::pair<CharUnits /*Align*/, PrivateHelpersTy> PrivateDataTy;
3602 PrivateHelpersTy(E, VD, cast<VarDecl>(cast<DeclRefExpr>(*I)->getDecl()), in emitTaskInit()
3612 PrivateHelpersTy( in emitTaskInit()
3623 PrivateHelpersTy(E, VD, cast<VarDecl>(cast<DeclRefExpr>(*I)->getDecl()), in emitTaskInit()
3629 Privates.emplace_back(CGM.getPointerAlign(), PrivateHelpersTy(VD)); in emitTaskInit()
3631 Privates.emplace_back(C.getDeclAlign(VD), PrivateHelpersTy(VD)); in emitTaskInit()