Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenTypes.h259 const CGFunctionInfo &arrangeFreeFunctionCall(const CallArgList &Args,
262 const CGFunctionInfo &arrangeFreeFunctionCall(QualType ResTy,
DCodeGenABITypes.cpp64 const CGFunctionInfo &CodeGenABITypes::arrangeFreeFunctionCall( in arrangeFreeFunctionCall() function in CodeGenABITypes
DCGObjCRuntime.cpp375 CGM.getTypes().arrangeFreeFunctionCall(resultType, callArgs, einfo, in getMessageSendInfo()
383 CGM.getTypes().arrangeFreeFunctionCall(resultType, callArgs, in getMessageSendInfo()
DCGObjC.cpp593 CGF.EmitCall(CGF.getTypes().arrangeFreeFunctionCall(Context.VoidTy, args, in emitStructGetterCall()
859 CGF.EmitCall(CGF.getTypes().arrangeFreeFunctionCall(CGF.getContext().VoidTy, in emitCPPObjectAtomicGetterCall()
953 getTypes().arrangeFreeFunctionCall( in generateObjCGetterBody()
1070 CGF.EmitCall(CGF.getTypes().arrangeFreeFunctionCall(CGF.getContext().VoidTy, in emitStructSetterCall()
1108 CGF.EmitCall(CGF.getTypes().arrangeFreeFunctionCall(CGF.getContext().VoidTy, in emitCPPObjectAtomicSetterCall()
1241 EmitCall(getTypes().arrangeFreeFunctionCall(getContext().VoidTy, args, in generateObjCSetterBody()
1254 EmitCall(getTypes().arrangeFreeFunctionCall(getContext().VoidTy, args, in generateObjCSetterBody()
1613 EmitCall(CGM.getTypes().arrangeFreeFunctionCall(getContext().VoidTy, Args2, in EmitObjCForCollectionStmt()
DCGExprComplex.cpp597 const CGFunctionInfo &FuncInfo = CGF.CGM.getTypes().arrangeFreeFunctionCall( in EmitComplexBinOpLibCall()
DCGException.cpp1429 CGM.getTypes().arrangeFreeFunctionCall(Args, FPT, in Emit()
DCGCall.cpp444 CodeGenTypes::arrangeFreeFunctionCall(const CallArgList &args, in arrangeFreeFunctionCall() function in CodeGenTypes
461 CodeGenTypes::arrangeFreeFunctionCall(QualType resultType, in arrangeFreeFunctionCall() function in CodeGenTypes
DCGExprCXX.cpp1111 CGF.EmitCall(CGF.CGM.getTypes().arrangeFreeFunctionCall( in EmitNewDeleteCall()
DCGAtomic.cpp326 CGF.CGM.getTypes().arrangeFreeFunctionCall(resultType, args, in emitAtomicLibcall()
DCGExpr.cpp3882 const CGFunctionInfo &FnInfo = CGM.getTypes().arrangeFreeFunctionCall( in EmitCall()
DCGBuiltin.cpp1297 CGM.getTypes().arrangeFreeFunctionCall(E->getType(), Args, in EmitBuiltinExpr()
/external/clang/include/clang/CodeGen/
DCodeGenABITypes.h71 const CGFunctionInfo &arrangeFreeFunctionCall(CanQualType returnType,