Searched refs:markImmutable (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DImmutableSet.h276 /// markImmutable - Clears the mutable flag for a tree. After this happens,
278 void markImmutable() { function in class:llvm::ImutAVLTree
402 markImmutable(T);
409 markImmutable(T);
597 /// markImmutable - Clears the mutable bits of a root and all of its
599 void markImmutable(TreeTy* T) { function in class:llvm::ImutAVLFactory
602 T->markImmutable();
603 markImmutable(getLeft(T));
604 markImmutable(getRight(T));
H A DImmutableIntervalMap.h145 this->markImmutable(T);

Completed in 169 milliseconds