Searched refs:arrangeFreeFunctionCall (Results 1 – 12 of 12) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CodeGenTypes.h | 259 const CGFunctionInfo &arrangeFreeFunctionCall(const CallArgList &Args, 262 const CGFunctionInfo &arrangeFreeFunctionCall(QualType ResTy,
|
D | CodeGenABITypes.cpp | 64 const CGFunctionInfo &CodeGenABITypes::arrangeFreeFunctionCall( in arrangeFreeFunctionCall() function in CodeGenABITypes
|
D | CGObjCRuntime.cpp | 375 CGM.getTypes().arrangeFreeFunctionCall(resultType, callArgs, einfo, in getMessageSendInfo() 383 CGM.getTypes().arrangeFreeFunctionCall(resultType, callArgs, in getMessageSendInfo()
|
D | CGObjC.cpp | 593 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()
|
D | CGExprComplex.cpp | 597 const CGFunctionInfo &FuncInfo = CGF.CGM.getTypes().arrangeFreeFunctionCall( in EmitComplexBinOpLibCall()
|
D | CGException.cpp | 1429 CGM.getTypes().arrangeFreeFunctionCall(Args, FPT, in Emit()
|
D | CGCall.cpp | 444 CodeGenTypes::arrangeFreeFunctionCall(const CallArgList &args, in arrangeFreeFunctionCall() function in CodeGenTypes 461 CodeGenTypes::arrangeFreeFunctionCall(QualType resultType, in arrangeFreeFunctionCall() function in CodeGenTypes
|
D | CGExprCXX.cpp | 1111 CGF.EmitCall(CGF.CGM.getTypes().arrangeFreeFunctionCall( in EmitNewDeleteCall()
|
D | CGAtomic.cpp | 326 CGF.CGM.getTypes().arrangeFreeFunctionCall(resultType, args, in emitAtomicLibcall()
|
D | CGExpr.cpp | 3882 const CGFunctionInfo &FnInfo = CGM.getTypes().arrangeFreeFunctionCall( in EmitCall()
|
D | CGBuiltin.cpp | 1297 CGM.getTypes().arrangeFreeFunctionCall(E->getType(), Args, in EmitBuiltinExpr()
|
/external/clang/include/clang/CodeGen/ |
D | CodeGenABITypes.h | 71 const CGFunctionInfo &arrangeFreeFunctionCall(CanQualType returnType,
|