Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:fnType

288                                   const FunctionType *fnType) {
290 if (const FunctionProtoType *proto = dyn_cast<FunctionProtoType>(fnType)) {
294 .isNoProtoCallVariadic(args, cast<FunctionNoProtoType>(fnType))) {
298 return arrangeFunctionCall(fnType->getResultType(), args,
299 fnType->getExtInfo(), required);