Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp594 llvm::SmallPtrSet<CanQualType, 8> OldTypes, NewTypes; in CheckEquivalentExceptionSpecImpl() local
601 NewTypes.insert(TypePtr); in CheckEquivalentExceptionSpecImpl()
608 if (Success && OldTypes.size() == NewTypes.size()) in CheckEquivalentExceptionSpecImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4417 std::vector<Type*> NewTypes; in transformCallThroughTrampoline() local
4418 NewTypes.reserve(FTy->getNumParams()+1); in transformCallThroughTrampoline()
4430 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()
4436 NewTypes.push_back(*I); in transformCallThroughTrampoline()
4446 FunctionType::get(FTy->getReturnType(), NewTypes, FTy->isVarArg()); in transformCallThroughTrampoline()