Searched refs:ArgsTy (Results 1 – 2 of 2) sorted by relevance
372 template <typename... ArgsTy>373 std::pair<iterator, bool> emplace_second(StringRef Key, ArgsTy &&... Args) { in emplace_second()382 Bucket = MapEntryTy::Create(Key, Allocator, std::forward<ArgsTy>(Args)...); in emplace_second()
124 Type* ArgsTy[] = { in GenEmptyFunction() local133 auto *FuncTy = FunctionType::get(Type::getVoidTy(Context), ArgsTy, false); in GenEmptyFunction()