Searched refs:StructPtrTy (Results 1 – 1 of 1) sorted by relevance
876 Type *StructPtrTy = StructTy->getPointerTo(); in TEST_F() local888 M->getOrInsertFunction("ret_structptr", StructPtrTy); in TEST_F()890 M->getOrInsertFunction("take_structPtr", VoidTy, StructPtrTy); in TEST_F()941 EXPECT_EQ(Arg5Type, StructPtrTy); in TEST_F()