Searched refs:FArgTypes (Results 1 – 1 of 1) sorted by relevance
74 FArgTypes.push_back(Type::getInt8Ty(Ctx)); in ModuleWithFunctionTest()75 FArgTypes.push_back(Type::getInt32Ty(Ctx)); in ModuleWithFunctionTest()76 FArgTypes.push_back(Type::getInt64Ty(Ctx)); in ModuleWithFunctionTest()78 FunctionType::get(Type::getVoidTy(Ctx), FArgTypes, false); in ModuleWithFunctionTest()84 SmallVector<Type *, 3> FArgTypes; member in llvm::__anona34c645b0111::ModuleWithFunctionTest97 EXPECT_EQ(FArgTypes[Idx], Arg->getType()); in TEST_F()119 EXPECT_EQ(FArgTypes[Idx], Arg->getType()); in TEST_F()