Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:proto

290   if (const FunctionProtoType *proto = dyn_cast<FunctionProtoType>(fnType)) {
291 if (proto->isVariadic())
292 required = RequiredArgs(proto->getNumArgs());