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

  /external/clang/include/clang/CodeGen/
CodeGenABITypes.h 65 const CGFunctionInfo &arrangeFreeFunctionCall(CanQualType returnType,
  /external/clang/lib/CodeGen/
CodeGenABITypes.cpp 63 CodeGenABITypes::arrangeFreeFunctionCall(CanQualType returnType,
CodeGenTypes.h 198 const CGFunctionInfo &arrangeFreeFunctionCall(const CallArgList &Args,
200 const CGFunctionInfo &arrangeFreeFunctionCall(QualType ResTy,
CGObjCRuntime.cpp 367 CGM.getTypes().arrangeFreeFunctionCall(resultType, callArgs, einfo,
375 CGM.getTypes().arrangeFreeFunctionCall(resultType, callArgs,
CGObjC.cpp 541 CGF.EmitCall(CGF.getTypes().arrangeFreeFunctionCall(Context.VoidTy, args,
807 CGF.EmitCall(CGF.getTypes().arrangeFreeFunctionCall(CGF.getContext().VoidTy,
    [all...]
CGAtomic.cpp 129 CGF.CGM.getTypes().arrangeFreeFunctionCall(resultType, args,
727 CGM.getTypes().arrangeFreeFunctionCall(RetTy, Args,
    [all...]
CGCall.cpp 400 return CGT.arrangeFreeFunctionCall(fnType->getReturnType(), args,
409 CodeGenTypes::arrangeFreeFunctionCall(const CallArgList &args,
423 CodeGenTypes::arrangeFreeFunctionCall(QualType resultType,
    [all...]
CGExprCXX.cpp     [all...]
CGExpr.cpp     [all...]
CGBuiltin.cpp     [all...]

Completed in 109 milliseconds