Searched refs:NewTypes (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp594 llvm::SmallPtrSet<CanQualType, 8> OldTypes, NewTypes; local
601 NewTypes.insert(TypePtr);
608 if (Success && OldTypes.size() == NewTypes.size())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp5087 std::vector<Type*> NewTypes; local
5088 NewTypes.reserve(FTy->getNumParams()+1);
5100 NewTypes.push_back(NestTy);
5106 NewTypes.push_back(*I);
5115 FunctionType *NewFTy = FunctionType::get(FTy->getReturnType(), NewTypes,

Completed in 78 milliseconds