Searched refs:IsMutable (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | ImmutableSet.h | 228 unsigned IsMutable : 1; variable 246 height(height), IsMutable(true), IsDigestCached(false), in ImutAVLTree() 259 bool isMutable() const { return IsMutable; } in isMutable() 280 IsMutable = false; in markImmutable() 354 IsMutable = false; in destroy()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | ImmutableSet.h | 228 unsigned IsMutable : 1; variable 246 IsMutable(true), IsDigestCached(false), IsCanonicalized(0), in ImutAVLTree() 259 bool isMutable() const { return IsMutable; } in isMutable() 280 IsMutable = false; in markImmutable() 354 IsMutable = false; in destroy()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | ImmutableSet.h | 230 bool IsMutable : 1; variable 247 : factory(f), left(l), right(r), height(height), IsMutable(true), in ImutAVLTree() 260 bool isMutable() const { return IsMutable; } in isMutable() 281 IsMutable = false; in markImmutable() 357 IsMutable = false; in destroy()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 5622 unsigned Quals, bool IsMutable) { in lookupIn() 5624 ConstArg && !IsMutable); in lookupIn() 5719 bool IsMutable = Field && Field->isMutable(); in shouldDeleteForClassSubobject() local 5737 shouldDeleteForSubobjectCall(Subobj, lookupIn(Class, Quals, IsMutable), in shouldDeleteForClassSubobject()
|