Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DStringMap.h372 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()
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp124 Type* ArgsTy[] = { in GenEmptyFunction() local
133 auto *FuncTy = FunctionType::get(Type::getVoidTy(Context), ArgsTy, false); in GenEmptyFunction()