Searched refs:RealAttributeStorage (Results 1 – 2 of 2) sorted by relevance
25 struct RealAttributeStorage : public mlir::AttributeStorage { struct28 RealAttributeStorage(int kind, const llvm::APFloat &value) in RealAttributeStorage() argument30 RealAttributeStorage(const KeyTy &key) in RealAttributeStorage() function31 : RealAttributeStorage(key.first, key.second) {} in RealAttributeStorage()40 static RealAttributeStorage *42 return new (allocator.allocate<RealAttributeStorage>()) in construct()43 RealAttributeStorage(key); in construct()
28 struct RealAttributeStorage;124 detail::RealAttributeStorage> {