Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/CodeGen/
DCodeGenABITypes.h77 const CGFunctionInfo &arrangeFreeFunctionCall(CodeGenModule &CGM,
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCodeGenABITypes.cpp63 CodeGen::arrangeFreeFunctionCall(CodeGenModule &CGM, in arrangeFreeFunctionCall() function in CodeGen
DCodeGenTypes.h199 const CGFunctionInfo &arrangeFreeFunctionCall(const CallArgList &Args,
DCGExprComplex.cpp708 const CGFunctionInfo &FuncInfo = CGF.CGM.getTypes().arrangeFreeFunctionCall( in EmitComplexBinOpLibCall()
DCGExprCXX.cpp1316 CGF.EmitCall(CGF.CGM.getTypes().arrangeFreeFunctionCall( in EmitNewDeleteCall()
DCGCall.cpp630 CodeGenTypes::arrangeFreeFunctionCall(const CallArgList &args, in arrangeFreeFunctionCall() function in CodeGenTypes
DCGExpr.cpp5438 const CGFunctionInfo &FnInfo = CGM.getTypes().arrangeFreeFunctionCall( in EmitCall()