Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExceptionSpec.cpp599 llvm::SmallPtrSet<CanQualType, 8> OldTypes, NewTypes; in CheckEquivalentExceptionSpecImpl() local
606 NewTypes.insert(TypePtr); in CheckEquivalentExceptionSpecImpl()
613 if (Success && OldTypes.size() == NewTypes.size()) in CheckEquivalentExceptionSpecImpl()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3562 std::vector<Type*> NewTypes; in transformCallThroughTrampoline() local
3563 NewTypes.reserve(FTy->getNumParams()+1); in transformCallThroughTrampoline()
3575 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()
3581 NewTypes.push_back(*I); in transformCallThroughTrampoline()
3590 FunctionType *NewFTy = FunctionType::get(FTy->getReturnType(), NewTypes, in transformCallThroughTrampoline()