Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringMap.h376 template <typename... ArgsTy>
377 std::pair<iterator, bool> try_emplace(StringRef Key, ArgsTy &&... Args) { in try_emplace()
386 Bucket = MapEntryTy::Create(Key, Allocator, std::forward<ArgsTy>(Args)...); in try_emplace()
/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()