Home | History | Annotate | Download | only in Checkers

Lines Matching defs:FPT

305   const FunctionProtoType *FPT
307 if (!FPT)
311 if (FPT->getNumArgs() != 1)
315 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(0));
343 const FunctionProtoType *FPT
345 if (!FPT)
349 if (FPT->getNumArgs() != 2)
353 if (!FPT->getArgType(0)->isIntegerType())
357 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(1));
389 const FunctionProtoType *FPT
391 if(!FPT)
395 if (FPT->getNumArgs() != 1)
399 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(0));
563 const FunctionProtoType *FPT
565 if (!FPT)
569 int numArgs = FPT->getNumArgs();
576 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(i));