Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:fnType

330                             const FunctionType *fnType,
339 if (const FunctionProtoType *proto = dyn_cast<FunctionProtoType>(fnType)) {
348 .isNoProtoCallVariadic(args, cast<FunctionNoProtoType>(fnType))) {
352 return CGT.arrangeFreeFunctionCall(fnType->getResultType(), args,
353 fnType->getExtInfo(), required);
362 const FunctionType *fnType) {
363 return arrangeFreeFunctionLikeCall(*this, args, fnType, 0);
370 const FunctionType *fnType) {
371 return arrangeFreeFunctionLikeCall(*this, args, fnType, 1);