Lines Matching refs:FTy
835 FunctionType *FTy = F.getFunctionType(); in inferPrototypeAttributes() local
842 if (FTy->getNumParams() != 1 || !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
850 if (FTy->getNumParams() != 2 || in inferPrototypeAttributes()
851 !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
852 !FTy->getParamType(1)->isIntegerTy()) in inferPrototypeAttributes()
864 if (FTy->getNumParams() < 2 || in inferPrototypeAttributes()
865 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
877 if (FTy->getNumParams() < 2 || in inferPrototypeAttributes()
878 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
885 if (FTy->getNumParams() != 3 || in inferPrototypeAttributes()
886 !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
887 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
901 if (FTy->getNumParams() < 2 || in inferPrototypeAttributes()
902 !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
903 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
912 if (FTy->getNumParams() != 2 || !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
920 if (FTy->getNumParams() < 2 || !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
927 if (FTy->getNumParams() < 1 || !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
935 if (FTy->getNumParams() < 1 || !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
942 if (FTy->getNumParams() < 1 || !FTy->getReturnType()->isPointerTy() || in inferPrototypeAttributes()
943 !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
952 if (FTy->getNumParams() < 2 || in inferPrototypeAttributes()
953 !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
954 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
962 if (FTy->getNumParams() < 2 || in inferPrototypeAttributes()
963 !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
964 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
973 if (FTy->getNumParams() < 2 || in inferPrototypeAttributes()
974 !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
975 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
983 if (FTy->getNumParams() != 3 || in inferPrototypeAttributes()
984 !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
985 !FTy->getParamType(2)->isPointerTy()) in inferPrototypeAttributes()
993 if (FTy->getNumParams() != 3 || in inferPrototypeAttributes()
994 !FTy->getParamType(1)->isPointerTy() || in inferPrototypeAttributes()
995 !FTy->getParamType(2)->isPointerTy()) in inferPrototypeAttributes()
1003 if (FTy->getNumParams() != 1 || in inferPrototypeAttributes()
1004 !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1011 if (FTy->getNumParams() != 1 || in inferPrototypeAttributes()
1012 !FTy->getReturnType()->isPointerTy()) in inferPrototypeAttributes()
1018 if (FTy->getNumParams() != 3 || in inferPrototypeAttributes()
1019 !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
1020 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1029 if (FTy->getNumParams() != 3) in inferPrototypeAttributes()
1037 if (FTy->getNumParams() < 2 || in inferPrototypeAttributes()
1038 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1046 if (FTy->getNumParams() < 2 || in inferPrototypeAttributes()
1047 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1054 if (!FTy->getReturnType()->isPointerTy()) in inferPrototypeAttributes()
1059 if (FTy->getNumParams() == 0 || in inferPrototypeAttributes()
1060 !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1067 if (FTy->getNumParams() == 0 || in inferPrototypeAttributes()
1068 !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1074 if (FTy->getNumParams() != 2 || in inferPrototypeAttributes()
1075 !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
1076 !FTy->getReturnType()->isPointerTy()) in inferPrototypeAttributes()
1083 if (FTy->getNumParams() != 3 || in inferPrototypeAttributes()
1084 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1090 if (FTy->getNumParams() < 1 || in inferPrototypeAttributes()
1091 !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1099 if (FTy->getNumParams() < 1 || in inferPrototypeAttributes()
1100 !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1107 if (FTy->getNumParams() < 2 || in inferPrototypeAttributes()
1108 !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
1109 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1118 if (FTy->getNumParams() < 2 || in inferPrototypeAttributes()
1119 !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
1120 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1128 if (FTy->getNumParams() != 3 || !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1135 if (FTy->getNumParams() != 3 || in inferPrototypeAttributes()
1136 !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
1137 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1145 if (FTy->getNumParams() != 3 || in inferPrototypeAttributes()
1146 !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
1147 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1155 if (FTy->getNumParams() != 2 || !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1161 if (FTy->getNumParams() != 2 || in inferPrototypeAttributes()
1162 !FTy->getReturnType()->isPointerTy()) in inferPrototypeAttributes()
1169 if (FTy->getNumParams() == 0 || !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1178 if (FTy->getNumParams() == 0 || !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1187 if (FTy->getNumParams() != 1 || !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1194 if (FTy->getNumParams() != 2 || !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1201 if (FTy->getNumParams() != 2 || in inferPrototypeAttributes()
1202 !FTy->getReturnType()->isPointerTy() || in inferPrototypeAttributes()
1203 !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
1204 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1214 if (FTy->getNumParams() != 2 || in inferPrototypeAttributes()
1215 !FTy->getReturnType()->isPointerTy() || in inferPrototypeAttributes()
1216 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1237 if (FTy->getNumParams() == 0 || !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1243 if (FTy->getNumParams() != 1 || !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1255 if (FTy->getNumParams() != 2 || !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1261 if (FTy->getNumParams() != 3 || in inferPrototypeAttributes()
1262 !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
1263 !FTy->getParamType(2)->isPointerTy()) in inferPrototypeAttributes()
1269 if (FTy->getNumParams() != 4 || in inferPrototypeAttributes()
1270 !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
1271 !FTy->getParamType(3)->isPointerTy()) in inferPrototypeAttributes()
1278 if (FTy->getNumParams() != 4 || in inferPrototypeAttributes()
1279 !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
1280 !FTy->getParamType(3)->isPointerTy()) in inferPrototypeAttributes()
1287 if (FTy->getNumParams() < 2 || in inferPrototypeAttributes()
1288 !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
1289 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1298 if (FTy->getNumParams() < 2 || in inferPrototypeAttributes()
1299 !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
1300 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1308 if (FTy->getNumParams() < 2 || in inferPrototypeAttributes()
1309 !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
1310 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1319 if (FTy->getNumParams() == 0 || !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1325 if (FTy->getNumParams() != 1 || !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1336 if (FTy->getNumParams() != 2 || !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1342 if (FTy->getNumParams() != 1 || !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1349 if (FTy->getNumParams() != 2 || !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1355 if (FTy->getNumParams() != 1 || !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1361 if (FTy->getNumParams() != 1 || !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1368 if (FTy->getNumParams() != 1 || !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1376 if (FTy->getNumParams() != 2 || in inferPrototypeAttributes()
1377 !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
1378 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1387 if (FTy->getNumParams() != 2 || !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1395 if (FTy->getNumParams() != 1 || !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1402 if (FTy->getNumParams() != 4 || !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1408 if (FTy->getNumParams() != 4 || !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1418 if (FTy->getNumParams() != 2 || in inferPrototypeAttributes()
1419 !FTy->getReturnType()->isPointerTy() || in inferPrototypeAttributes()
1420 !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
1421 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1431 if (FTy->getNumParams() != 1 || !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1437 if (FTy->getNumParams() != 2 || !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1444 if (FTy->getNumParams() != 3 || in inferPrototypeAttributes()
1445 !FTy->getParamType(1)->isPointerTy() || in inferPrototypeAttributes()
1446 !FTy->getParamType(2)->isPointerTy()) in inferPrototypeAttributes()
1455 if (FTy->getNumParams() != 3 || in inferPrototypeAttributes()
1456 !FTy->getParamType(1)->isPointerTy() || in inferPrototypeAttributes()
1457 !FTy->getParamType(2)->isPointerTy()) in inferPrototypeAttributes()
1465 if (!FTy->getReturnType()->isPointerTy()) in inferPrototypeAttributes()
1471 if (FTy->getNumParams() != 2 || !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1479 if (FTy->getNumParams() != 3 || in inferPrototypeAttributes()
1480 !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
1481 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1489 if (FTy->getNumParams() != 4 || in inferPrototypeAttributes()
1490 !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
1491 !FTy->getParamType(2)->isPointerTy()) in inferPrototypeAttributes()
1499 if (FTy->getNumParams() < 2 || !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1506 if (FTy->getNumParams() != 1 || in inferPrototypeAttributes()
1507 !FTy->getReturnType()->isPointerTy() || in inferPrototypeAttributes()
1508 !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1516 if (!FTy->getReturnType()->isPointerTy()) in inferPrototypeAttributes()
1522 if (FTy->getNumParams() != 1 || !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1535 if (FTy->getNumParams() != 2 || in inferPrototypeAttributes()
1536 !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
1537 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1545 if (FTy->getNumParams() != 3 || !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1552 if (FTy->getNumParams() != 4 || !FTy->getParamType(3)->isPointerTy()) in inferPrototypeAttributes()
1559 if (FTy->getNumParams() < 1 || in inferPrototypeAttributes()
1560 !FTy->getReturnType()->isPointerTy() || in inferPrototypeAttributes()
1561 !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1569 if (FTy->getNumParams() != 3 || in inferPrototypeAttributes()
1570 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1577 if (FTy->getNumParams() != 1 || !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1583 if (FTy->getNumParams() != 2 || !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1589 if (FTy->getNumParams() < 1 || in inferPrototypeAttributes()
1590 !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1599 if (FTy->getNumParams() < 1 || in inferPrototypeAttributes()
1600 !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
1601 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1609 if (FTy->getNumParams() < 1 || in inferPrototypeAttributes()
1610 !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
1611 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1620 if (FTy->getNumParams() != 2 || in inferPrototypeAttributes()
1621 !FTy->getReturnType()->isPointerTy() || in inferPrototypeAttributes()
1622 !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
1623 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1634 if (FTy->getNumParams() == 0 || !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1640 if (!FTy->getReturnType()->isPointerTy()) in inferPrototypeAttributes()
1647 if (FTy->getNumParams() != 2 || !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()
1653 if (FTy->getNumParams() < 2 || !FTy->getParamType(0)->isPointerTy()) in inferPrototypeAttributes()
1660 if (FTy->getNumParams() != 2 || !FTy->getParamType(0)->isPointerTy() || in inferPrototypeAttributes()
1661 !FTy->getParamType(1)->isPointerTy()) in inferPrototypeAttributes()