| ImmutableSet.h | 47 using Factory = ImutAVLFactory<ImutInfo>; 222 Factory *factory; member in class:llvm::ImutAVLTree 238 // Internal methods (node manipulation; used by Factory). 244 ImutAVLTree(Factory *f, ImutAVLTree* l, ImutAVLTree* r, value_type_ref v, 246 : factory(f), left(l), right(r), height(height), IsMutable(true), 268 // methods of a factory object (see below). When a tree 351 factory->Cache[factory->maskCacheIndex(computeDigest())] = next; 357 factory->freeNodes.push_back(this) [all...] |