My Project
Classes | Namespaces | Typedefs
StorageUniquer.h File Reference
#include "mlir/Support/STLExtras.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/Support/Allocator.h"
Include dependency graph for StorageUniquer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mlir::StorageUniquer
 
class  mlir::StorageUniquer::BaseStorage
 
class  mlir::StorageUniquer::StorageAllocator
 

Namespaces

 mlir
 
 mlir::detail
 Check if a Callable type can be invoked with the given set of arg types.
 

Typedefs

template<typename ImplTy , typename... Args>
using mlir::detail::has_impltype_getkey_t = decltype(ImplTy::getKey(std::declval< Args >()...))
 Trait to check if ImplTy provides a 'getKey' method with types 'Args'. More...
 
template<typename ImplTy , typename T >
using mlir::detail::has_impltype_hash_t = decltype(ImplTy::hashKey(std::declval< T >()))
 Trait to check if ImplTy provides a 'hashKey' method for 'T'. More...