Home
last modified time | relevance | path

Searched refs:arrangeFreeFunctionCall (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h84 const CGFunctionInfo &arrangeFreeFunctionCall(
92 arrangeFreeFunctionCall(CodeGenModule &CGM, CanQualType returnType, in arrangeFreeFunctionCall() function
95 return arrangeFreeFunctionCall(CGM, returnType, argTypes, info, {}, args); in arrangeFreeFunctionCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp70 const CGFunctionInfo &CodeGen::arrangeFreeFunctionCall( in arrangeFreeFunctionCall() function in CodeGen
H A DCodeGenTypes.h211 const CGFunctionInfo &arrangeFreeFunctionCall(const CallArgList &Args,
H A DCGExprComplex.cpp785 const CGFunctionInfo &FuncInfo = CGF.CGM.getTypes().arrangeFreeFunctionCall( in EmitComplexBinOpLibCall()
H A DCGExprCXX.cpp1344 CGF.EmitCall(CGF.CGM.getTypes().arrangeFreeFunctionCall( in EmitNewDeleteCall()
H A DCodeGenFunction.cpp1620 const CGFunctionInfo &FnInfo = CGM.getTypes().arrangeFreeFunctionCall( in GenerateCode()
H A DCGCall.cpp699 const CGFunctionInfo &CodeGenTypes::arrangeFreeFunctionCall( in arrangeFreeFunctionCall() function in CodeGenTypes
H A DCGExpr.cpp6467 const CGFunctionInfo &FnInfo = CGM.getTypes().arrangeFreeFunctionCall( in EmitCall()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenTypes.h188 const CIRGenFunctionInfo &arrangeFreeFunctionCall(const CallArgList &args,
H A DCIRGenCXXExpr.cpp260 cgf.emitCall(cgf.cgm.getTypes().arrangeFreeFunctionCall(args, calleeType), in emitNewDeleteCall()
H A DCIRGenCall.cpp367 CIRGenTypes::arrangeFreeFunctionCall(const CallArgList &args, in arrangeFreeFunctionCall() function in CIRGenTypes
H A DCIRGenExpr.cpp1234 cgm.getTypes().arrangeFreeFunctionCall(args, fnType); in emitCall()