Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1856 FunctionArgList WrapperArgs; in createParallelDataSharingWrapper() local
1867 WrapperArgs.emplace_back(&ParallelLevelArg); in createParallelDataSharingWrapper()
1868 WrapperArgs.emplace_back(&WrapperArg); in createParallelDataSharingWrapper()
1871 CGM.getTypes().arrangeBuiltinFunctionDeclaration(Ctx.VoidTy, WrapperArgs); in createParallelDataSharingWrapper()
1890 CGF.StartFunction(GlobalDecl(), Ctx.VoidTy, Fn, CGFI, WrapperArgs, in createParallelDataSharingWrapper()
H A DCGStmtOpenMP.cpp677 FunctionArgList Args, WrapperArgs; in GenerateOpenMPCapturedStmtFunction() local
703 *this, WrapperArgs, WrapperLocalAddrs, WrapperVLASizes, CXXThisValue, FO); in GenerateOpenMPCapturedStmtFunction()