Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExceptionSpec.cpp586 llvm::SmallPtrSet<CanQualType, 8> OldTypes, NewTypes; in CheckEquivalentExceptionSpecImpl() local
593 NewTypes.insert(TypePtr); in CheckEquivalentExceptionSpecImpl()
600 if (Success && OldTypes.size() == NewTypes.size()) in CheckEquivalentExceptionSpecImpl()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineCalls.cpp4899 std::vector<Type*> NewTypes; in transformCallThroughTrampoline() local
4900 NewTypes.reserve(FTy->getNumParams()+1); in transformCallThroughTrampoline()
4912 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()
4918 NewTypes.push_back(*I); in transformCallThroughTrampoline()
4927 FunctionType *NewFTy = FunctionType::get(FTy->getReturnType(), NewTypes, in transformCallThroughTrampoline()