Home | History | Annotate | Download | only in Checkers

Lines Matching defs:FPT

300   const FunctionProtoType *FPT
302 if (!FPT)
306 if (FPT->getNumArgs() != 1)
310 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(0));
338 const FunctionProtoType *FPT
340 if (!FPT)
344 if (FPT->getNumArgs() != 2)
348 if (!FPT->getArgType(0)->isIntegerType())
352 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(1));
384 const FunctionProtoType *FPT
386 if(!FPT)
390 if (FPT->getNumArgs() != 1)
394 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(0));
558 const FunctionProtoType *FPT
560 if (!FPT)
564 int numArgs = FPT->getNumArgs();
571 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(i));