Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCUDARuntime.cpp38 CGF.EmitSimpleCallExpr(E, ReturnValue); in EmitCUDAKernelCallExpr()
H A DCodeGenFunction.h4027 RValue EmitSimpleCallExpr(const CallExpr *E, ReturnValueSlot ReturnValue);
H A DCGExpr.cpp5003 RValue CodeGenFunction::EmitSimpleCallExpr(const CallExpr *E, in EmitSimpleCallExpr() function in CodeGenFunction