reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
69 FArgTypes.push_back(Type::getInt8Ty(Ctx)); 70 FArgTypes.push_back(Type::getInt32Ty(Ctx)); 71 FArgTypes.push_back(Type::getInt64Ty(Ctx)); 73 FunctionType::get(Type::getVoidTy(Ctx), FArgTypes, false); 92 EXPECT_EQ(FArgTypes[Idx], Arg->getType()); 110 EXPECT_EQ(FArgTypes[Idx], Arg->getType());