Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCUDARuntime.cpp38 CGF.EmitSimpleCallExpr(E, ReturnValue); in EmitCUDAKernelCallExpr()
H A DCodeGenFunction.h3955 RValue EmitSimpleCallExpr(const CallExpr *E, ReturnValueSlot ReturnValue);
H A DCGExpr.cpp4872 RValue CodeGenFunction::EmitSimpleCallExpr(const CallExpr *E, in EmitSimpleCallExpr() function in CodeGenFunction