HomeSort by relevance Sort by last modified time
    Searched refs:arrangeFreeFunctionCall (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/CodeGen/
CodeGenTypes.h 197 const CGFunctionInfo &arrangeFreeFunctionCall(const CallArgList &Args,
199 const CGFunctionInfo &arrangeFreeFunctionCall(QualType ResTy,
CGObjCRuntime.cpp 366 CGM.getTypes().arrangeFreeFunctionCall(resultType, callArgs, einfo,
374 CGM.getTypes().arrangeFreeFunctionCall(resultType, callArgs,
CGObjC.cpp 538 CGF.EmitCall(CGF.getTypes().arrangeFreeFunctionCall(Context.VoidTy, args,
804 CGF.EmitCall(CGF.getTypes().arrangeFreeFunctionCall(CGF.getContext().VoidTy,
    [all...]
CGAtomic.cpp 137 CGF.CGM.getTypes().arrangeFreeFunctionCall(resultType, args,
580 CGM.getTypes().arrangeFreeFunctionCall(RetTy, Args,
    [all...]
CGCall.cpp 354 return CGT.arrangeFreeFunctionCall(fnType->getResultType(), args,
363 CodeGenTypes::arrangeFreeFunctionCall(const CallArgList &args,
377 CodeGenTypes::arrangeFreeFunctionCall(QualType resultType,
    [all...]
CGExprCXX.cpp     [all...]
CGExpr.cpp     [all...]
CGBuiltin.cpp     [all...]

Completed in 68 milliseconds