HomeSort by relevance Sort by last modified time
    Searched refs:markImmutable (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/ADT/
ImmutableSet.h 277 /// markImmutable - Clears the mutable flag for a tree. After this happens,
279 void markImmutable() {
403 markImmutable(T);
410 markImmutable(T);
598 /// markImmutable - Clears the mutable bits of a root and all of its
600 void markImmutable(TreeTy* T) {
603 T->markImmutable();
604 markImmutable(getLeft(T));
605 markImmutable(getRight(T));
    [all...]
ImmutableIntervalMap.h 102 this->MarkImmutable(T);
145 this->markImmutable(T);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 

Completed in 79 milliseconds