Searched defs:EmitCUDAKernelCallExpr (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCUDARuntime.cpp27 RValue CGCUDARuntime::EmitCUDAKernelCallExpr(CodeGenFunction &CGF, function in class:CGCUDARuntime
H A DCGExprCXX.cpp306 RValue CodeGenFunction::EmitCUDAKernelCallExpr(const CUDAKernelCallExpr *E, function in class:CodeGenFunction
308 return CGM.getCUDARuntime().EmitCUDAKernelCallExpr(*this, E, ReturnValue);

Completed in 470 milliseconds