Searched refs:FArgTypes (Results 1 – 1 of 1) sorted by relevance
58 FArgTypes.push_back(Type::getInt8Ty(Ctx)); in ModuleWithFunctionTest()59 FArgTypes.push_back(Type::getInt32Ty(Ctx)); in ModuleWithFunctionTest()60 FArgTypes.push_back(Type::getInt64Ty(Ctx)); in ModuleWithFunctionTest()62 FunctionType::get(Type::getVoidTy(Ctx), FArgTypes, false); in ModuleWithFunctionTest()68 SmallVector<Type *, 3> FArgTypes; member in llvm::__anon7ff1444d0111::ModuleWithFunctionTest81 EXPECT_EQ(FArgTypes[Idx], Arg->getType()); in TEST_F()99 EXPECT_EQ(FArgTypes[Idx], Arg->getType()); in TEST_F()