Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDARuntime.cpp38 CGF.EmitSimpleCallExpr(E, ReturnValue, CallOrInvoke); in EmitCUDAKernelCallExpr()
H A DCodeGenFunction.h4528 RValue EmitSimpleCallExpr(const CallExpr *E, ReturnValueSlot ReturnValue,
H A DCGExpr.cpp5876 RValue CodeGenFunction::EmitSimpleCallExpr(const CallExpr *E, in EmitSimpleCallExpr() function in CodeGenFunction