Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getParamType

503     return (NumParams == 1 && FTy.getParamType(0)->isPointerTy() &&
509 FTy.getParamType(0) == FTy.getReturnType() &&
510 FTy.getParamType(1)->isIntegerTy());
520 FTy.getParamType(0)->isPointerTy() &&
521 FTy.getParamType(1)->isPointerTy());
524 FTy.getParamType(0) == FTy.getReturnType() &&
525 FTy.getParamType(1) == FTy.getReturnType());
529 FTy.getParamType(0) == FTy.getReturnType() &&
530 FTy.getParamType(1) == FTy.getReturnType() &&
531 FTy.getParamType(2)->isIntegerTy());
536 if (!IsSizeTTy(FTy.getParamType(NumParams)))
541 return (NumParams == 2 && FTy.getReturnType() == FTy.getParamType(0) &&
542 FTy.getParamType(0) == FTy.getParamType(1) &&
543 FTy.getParamType(0) == PCharTy);
548 if (!IsSizeTTy(FTy.getParamType(NumParams)))
553 return (NumParams == 3 && FTy.getReturnType() == FTy.getParamType(0) &&
554 FTy.getParamType(0) == FTy.getParamType(1) &&
555 FTy.getParamType(0) == PCharTy &&
556 FTy.getParamType(2)->isIntegerTy());
559 return (NumParams == 3 && FTy.getParamType(0)->isPointerTy() &&
560 FTy.getParamType(1)->isPointerTy());
564 FTy.getParamType(0)->isPointerTy() &&
565 FTy.getParamType(0) == FTy.getParamType(1));
569 FTy.getParamType(0)->isPointerTy() &&
570 FTy.getParamType(0) == FTy.getParamType(1) &&
571 FTy.getParamType(2)->isIntegerTy());
575 return (NumParams == 2 && FTy.getParamType(0)->isPointerTy() &&
576 FTy.getParamType(0) == FTy.getParamType(1) &&
582 return (NumParams >= 2 && FTy.getParamType(0)->isPointerTy() &&
583 FTy.getParamType(1)->isPointerTy());
587 FTy.getParamType(0)->isPointerTy() &&
588 FTy.getParamType(1)->isPointerTy());
591 return (NumParams == 2 && FTy.getParamType(0)->isPointerTy() &&
592 FTy.getReturnType() == FTy.getParamType(0) &&
593 FTy.getParamType(0) == FTy.getParamType(1));
597 return (NumParams >= 2 && FTy.getParamType(1)->isPointerTy());
601 return (NumParams >= 1 && FTy.getParamType(0)->isPointerTy());
605 FTy.getParamType(0)->isPointerTy());
610 return (NumParams >= 2 && FTy.getParamType(0)->isPointerTy() &&
611 FTy.getParamType(1)->isPointerTy());
613 return (NumParams == 3 && FTy.getParamType(0)->isPointerTy() &&
614 FTy.getParamType(2)->isPointerTy());
616 return (NumParams == 3 && FTy.getParamType(1)->isPointerTy() &&
617 FTy.getParamType(2)->isPointerTy());
619 return (NumParams == 1 && FTy.getParamType(0)->isPointerTy());
623 return (NumParams == 3 && FTy.getParamType(0)->isPointerTy() &&
624 FTy.getParamType(1)->isPointerTy() &&
629 return (NumParams == 3 && FTy.getParamType(0)->isPointerTy() &&
630 FTy.getParamType(1)->isIntegerTy(32) &&
631 FTy.getParamType(2)->isIntegerTy() &&
636 return (NumParams >= 2 && FTy.getParamType(1)->isPointerTy());
641 if (!IsSizeTTy(FTy.getParamType(NumParams)))
646 return (NumParams == 3 && FTy.getReturnType() == FTy.getParamType(0) &&
647 FTy.getParamType(0)->isPointerTy() &&
648 FTy.getParamType(1)->isPointerTy() &&
649 IsSizeTTy(FTy.getParamType(2)));
653 if (!IsSizeTTy(FTy.getParamType(NumParams)))
657 return (NumParams == 3 && FTy.getReturnType() == FTy.getParamType(0) &&
658 FTy.getParamType(0)->isPointerTy() &&
659 FTy.getParamType(1)->isIntegerTy() &&
660 IsSizeTTy(FTy.getParamType(2)));
663 return (NumParams >= 2 && FTy.getParamType(1)->isPointerTy());
667 return (NumParams == 2 && FTy.getParamType(0)->isPointerTy() &&
670 return (NumParams == 3 && FTy.getParamType(1)->isPointerTy());
675 return (NumParams >= 1 && FTy.getParamType(0)->isPointerTy());
677 return (NumParams >= 2 && FTy.getParamType(0)->isPointerTy() &&
678 FTy.getParamType(1)->isPointerTy());
680 return (NumParams >= 2 && FTy.getParamType(0)->isPointerTy() &&
681 FTy.getParamType(1)->isPointerTy());
683 return (NumParams == 3 && FTy.getParamType(1)->isPointerTy());
686 return (NumParams == 3 && FTy.getParamType(0)->isPointerTy() &&
687 FTy.getParamType(1)->isPointerTy());
689 return (NumParams == 2 && FTy.getParamType(0)->isPointerTy());
708 return (NumParams == 1 && FTy.getParamType(0)->isPointerTy());
737 return (NumParams != 0 && FTy.getParamType(0)->isPointerTy());
740 return (NumParams == 2 && FTy.getParamType(0)->isPointerTy());
743 FTy.getParamType(0)->isPointerTy() &&
744 FTy.getParamType(1)->isPointerTy());
747 FTy.getParamType(1)->isPointerTy());
754 return (NumParams == 2 && FTy.getParamType(1)->isPointerTy());
756 return (NumParams == 3 && FTy.getParamType(0)->isPointerTy() &&
757 FTy.getParamType(2)->isPointerTy());
759 return (NumParams == 4 && FTy.getParamType(0)->isPointerTy() &&
760 FTy.getParamType(3)->isPointerTy());
763 FTy.getParamType(0)->isPointerTy() &&
764 FTy.getParamType(1)->isIntegerTy() &&
765 FTy.getParamType(2)->isIntegerTy() &&
766 FTy.getParamType(3)->isPointerTy());
768 return (NumParams >= 2 && FTy.getParamType(0)->isPointerTy() &&
769 FTy.getParamType(1)->isPointerTy());
772 return (NumParams >= 2 && FTy.getParamType(0)->isPointerTy() &&
773 FTy.getParamType(1)->isPointerTy());
775 return (NumParams >= 2 && FTy.getParamType(0)->isPointerTy() &&
776 FTy.getParamType(1)->isPointerTy());
780 return (NumParams == 2 && FTy.getParamType(1)->isPointerTy());
782 return (NumParams == 2 && FTy.getParamType(1)->isPointerTy());
785 return (NumParams == 2 && FTy.getParamType(0)->isPointerTy() &&
786 FTy.getParamType(1)->isPointerTy());
788 return (NumParams == 2 && FTy.getParamType(1)->isPointerTy());
791 return (NumParams == 4 && FTy.getParamType(1)->isPointerTy());
794 FTy.getParamType(0)->isPointerTy() &&
795 FTy.getParamType(1)->isPointerTy());
797 return (NumParams == 2 && FTy.getParamType(1)->isPointerTy());
799 return (NumParams == 3 && FTy.getParamType(1)->isPointerTy() &&
800 FTy.getParamType(2)->isPointerTy());
802 return (NumParams == 3 && FTy.getParamType(1)->isPointerTy() &&
803 FTy.getParamType(2)->isPointerTy());
807 return (NumParams == 2 && FTy.getParamType(0)->isPointerTy());
810 return (NumParams == 3 && FTy.getParamType(0)->isPointerTy() &&
811 FTy.getParamType(1)->isPointerTy());
813 return (NumParams == 4 && FTy.getParamType(0)->isPointerTy() &&
814 FTy.getParamType(2)->isPointerTy());
816 return (NumParams >= 2 && FTy.getParamType(0)->isPointerTy());
819 FTy.getParamType(0)->isPointerTy());
827 return (NumParams == 2 && FTy.getParamType(0)->isPointerTy() &&
828 FTy.getParamType(1)->isPointerTy());
830 return (NumParams == 3 && FTy.getParamType(0)->isPointerTy());
832 return (NumParams == 4 && FTy.getParamType(3)->isPointerTy());
836 FTy.getParamType(0)->isPointerTy());
838 return (NumParams == 3 && FTy.getParamType(1)->isPointerTy());
840 return (NumParams == 2 && FTy.getParamType(1)->isPointerTy());
842 return (NumParams >= 1 && FTy.getParamType(0)->isPointerTy());
846 return (NumParams >= 1 && FTy.getParamType(0)->isPointerTy() &&
847 FTy.getParamType(1)->isPointerTy());
849 return (NumParams >= 1 && FTy.getParamType(0)->isPointerTy() &&
850 FTy.getParamType(1)->isPointerTy());
853 FTy.getParamType(0)->isPointerTy() &&
854 FTy.getParamType(1)->isPointerTy());
859 return (NumParams == 2 && FTy.getParamType(1)->isPointerTy());
861 return (NumParams >= 2 && FTy.getParamType(0)->isPointerTy());
863 return (NumParams == 2 && FTy.getParamType
864 FTy.getParamType(1)->isPointerTy());
878 isa<PointerType>(FTy.getParamType(0)) &&
879 isa<PointerType>(FTy.getParamType(1)) &&
880 isa<IntegerType>(FTy.getParamType(2)));
884 return (NumParams == 1 && isa<PointerType>(FTy.getParamType(0)));
935 FTy.getReturnType() == FTy.getParamType(0));
950 FTy.getReturnType() == FTy.getParamType(0) &&
951 FTy.getReturnType() == FTy.getParamType(1));
960 FTy.getParamType(0)->isIntegerTy());
969 FTy.getReturnType() == FTy.getParamType(0));
973 FTy.getParamType(0)->isPointerTy() &&
974 FTy.getParamType(1)->isPointerTy() &&
975 FTy.getParamType(2)->isPointerTy());
980 FTy.getReturnType() == FTy.getParamType(0));
985 FTy.getReturnType() == FTy.getParamType(0));