Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1328 std::vector<Type*> NewTypes; in transformCallThroughTrampoline() local
1329 NewTypes.reserve(FTy->getNumParams()+1); in transformCallThroughTrampoline()
1341 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()
1347 NewTypes.push_back(*I); in transformCallThroughTrampoline()
1355 FunctionType *NewFTy = FunctionType::get(FTy->getReturnType(), NewTypes, in transformCallThroughTrampoline()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp563 llvm::SmallPtrSet<CanQualType, 8> OldTypes, NewTypes; in CheckEquivalentExceptionSpec() local
570 NewTypes.insert(TypePtr); in CheckEquivalentExceptionSpec()
575 Success = Success && OldTypes.size() == NewTypes.size(); in CheckEquivalentExceptionSpec()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2981 std::vector<Type*> NewTypes; in transformCallThroughTrampoline() local
2982 NewTypes.reserve(FTy->getNumParams()+1); in transformCallThroughTrampoline()
2994 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()
3000 NewTypes.push_back(*I); in transformCallThroughTrampoline()
3009 FunctionType *NewFTy = FunctionType::get(FTy->getReturnType(), NewTypes, in transformCallThroughTrampoline()