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

  /external/llvm/include/llvm/ADT/
ImmutableSet.h 228 unsigned IsMutable : 1;
246 height(height), IsMutable(true), IsDigestCached(false),
253 /// isMutable - Returns true if the left and right subtree references
259 bool isMutable() const { return IsMutable; }
279 assert(isMutable() && "Mutable flag already removed.");
280 IsMutable = false;
292 assert(isMutable() && "Only a mutable tree can have its height changed.");
354 IsMutable = false;
484 if (N->isMutable() && N->refCount == 0
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 171 milliseconds