Searched refs:CharacterTypeStorage (Results 1 – 2 of 2) sorted by relevance
41 struct CharacterTypeStorage;98 detail::CharacterTypeStorage> {
363 struct CharacterTypeStorage : public mlir::TypeStorage { struct370 static CharacterTypeStorage *construct(mlir::TypeStorageAllocator &allocator, in construct() argument372 auto *storage = allocator.allocate<CharacterTypeStorage>(); in construct()373 return new (storage) CharacterTypeStorage{kind}; in construct()382 CharacterTypeStorage() = delete;383 explicit CharacterTypeStorage(KindTy kind) : kind{kind} {} in CharacterTypeStorage() argument