Searched refs:PrivateHelpersTy (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 2858 struct PrivateHelpersTy { struct 2859 PrivateHelpersTy(const Expr *OriginalRef, const VarDecl *Original, in PrivateHelpersTy() argument 2863 PrivateHelpersTy(const VarDecl *Original) : Original(Original) {} in PrivateHelpersTy() function 2872 typedef std::pair<CharUnits /*Align*/, PrivateHelpersTy> PrivateDataTy; 3626 PrivateHelpersTy(E, VD, cast<VarDecl>(cast<DeclRefExpr>(*I)->getDecl()), in emitTaskInit() 3636 PrivateHelpersTy( in emitTaskInit() 3647 PrivateHelpersTy(E, VD, cast<VarDecl>(cast<DeclRefExpr>(*I)->getDecl()), in emitTaskInit() 3653 Privates.emplace_back(CGM.getPointerAlign(), PrivateHelpersTy(VD)); in emitTaskInit() 3655 Privates.emplace_back(C.getDeclAlign(VD), PrivateHelpersTy(VD)); in emitTaskInit()
|