Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCUDARuntime.cpp39 CGF.EmitSimpleCallExpr(E, ReturnValue); in EmitCUDAKernelCallExpr()
H A DCodeGenFunction.h3594 RValue EmitSimpleCallExpr(const CallExpr *E, ReturnValueSlot ReturnValue);
H A DCGExpr.cpp4383 RValue CodeGenFunction::EmitSimpleCallExpr(const CallExpr *E, in EmitSimpleCallExpr() function in CodeGenFunction