Searched refs:SDBMDiffExprStorage (Results 1 – 4 of 4) sorted by relevance
58 struct SDBMDiffExprStorage : public SDBMExprStorage { struct65 static SDBMDiffExprStorage * argument67 auto *result = allocator.allocate<SDBMDiffExprStorage>(); in construct() argument
18 uniquer.registerParametricStorageType<detail::SDBMDiffExprStorage>(); in SDBMDialect()
535 return uniquer.get<detail::SDBMDiffExprStorage>(/*initFn=*/{}, lhs, rhs); in get()
31 struct SDBMDiffExprStorage;257 using ImplType = detail::SDBMDiffExprStorage;