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

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp606 llvm::SmallPtrSet<CanQualType, 8> OldTypes, NewTypes; local
613 NewTypes.insert(TypePtr);
620 if (Success && OldTypes.size() == NewTypes.size())
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4187 std::vector<Type*> NewTypes; local
4188 NewTypes.reserve(FTy->getNumParams()+1);
4200 NewTypes.push_back(NestTy);
4206 NewTypes.push_back(*I);
4216 FunctionType::get(FTy->getReturnType(), NewTypes, FTy->isVarArg());

Completed in 182 milliseconds