Searched refs:NewTypes (Results 1 – 4 of 4) sorted by relevance
1328 std::vector<Type*> NewTypes; in transformCallThroughTrampoline() local1329 NewTypes.reserve(FTy->getNumParams()+1); in transformCallThroughTrampoline()1341 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()1347 NewTypes.push_back(*I); in transformCallThroughTrampoline()1355 FunctionType *NewFTy = FunctionType::get(FTy->getReturnType(), NewTypes, in transformCallThroughTrampoline()
563 llvm::SmallPtrSet<CanQualType, 8> OldTypes, NewTypes; in CheckEquivalentExceptionSpec() local570 NewTypes.insert(TypePtr); in CheckEquivalentExceptionSpec()575 Success = Success && OldTypes.size() == NewTypes.size(); in CheckEquivalentExceptionSpec()
2981 std::vector<Type*> NewTypes; in transformCallThroughTrampoline() local2982 NewTypes.reserve(FTy->getNumParams()+1); in transformCallThroughTrampoline()2994 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()3000 NewTypes.push_back(*I); in transformCallThroughTrampoline()3009 FunctionType *NewFTy = FunctionType::get(FTy->getReturnType(), NewTypes, in transformCallThroughTrampoline()
4461 std::vector<Type*> NewTypes; in transformCallThroughTrampoline() local4462 NewTypes.reserve(FTy->getNumParams()+1); in transformCallThroughTrampoline()4474 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()4480 NewTypes.push_back(*I); in transformCallThroughTrampoline()4489 FunctionType *NewFTy = FunctionType::get(FTy->getReturnType(), NewTypes, in transformCallThroughTrampoline()