Searched refs:WrapperArgs (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 1856 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 D | CGStmtOpenMP.cpp | 677 FunctionArgList Args, WrapperArgs; in GenerateOpenMPCapturedStmtFunction() local 703 *this, WrapperArgs, WrapperLocalAddrs, WrapperVLASizes, CXXThisValue, FO); in GenerateOpenMPCapturedStmtFunction()
|