Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h69 const CGFunctionInfo &arrangeFreeFunctionCall(CodeGenModule &CGM,
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp58 CodeGen::arrangeFreeFunctionCall(CodeGenModule &CGM, in arrangeFreeFunctionCall() function in CodeGen
H A DCodeGenTypes.h263 const CGFunctionInfo &arrangeFreeFunctionCall(const CallArgList &Args,
H A DCGExprComplex.cpp627 const CGFunctionInfo &FuncInfo = CGF.CGM.getTypes().arrangeFreeFunctionCall( in EmitComplexBinOpLibCall()
H A DCGExprCXX.cpp1300 CGF.EmitCall(CGF.CGM.getTypes().arrangeFreeFunctionCall( in EmitNewDeleteCall()
H A DCGCall.cpp616 CodeGenTypes::arrangeFreeFunctionCall(const CallArgList &args, in arrangeFreeFunctionCall() function in CodeGenTypes
H A DCGExpr.cpp4770 const CGFunctionInfo &FnInfo = CGM.getTypes().arrangeFreeFunctionCall( in EmitCall()