| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Descriptor.cpp | 92 Desc->IsFieldMutable = IsMutable || D->IsMutable; in ctorArrayDesc() 147 Desc->IsFieldMutable = IsMutable || F->IsMutable; in ctorRecord() 231 bool IsConst, bool IsTemporary, bool IsMutable) in Descriptor() argument 234 IsMutable(IsMutable), IsTemporary(IsTemporary), CtorFn(getCtorPrim(Type)), in Descriptor() 243 bool IsMutable) in Descriptor() argument 247 IsMutable(IsMutable), IsTemporary(IsTemporary), IsArray(true), in Descriptor() 258 IsMutable(false), IsTemporary(IsTemporary), IsArray(true), in Descriptor() 267 bool IsMutable) in Descriptor() argument 271 ElemDesc(Elem), IsConst(IsConst), IsMutable(IsMutable), in Descriptor() 293 ElemRecord(R), IsConst(IsConst), IsMutable(IsMutable), in Descriptor() [all …]
|
| H A D | Descriptor.h | 34 bool IsMutable, bool IsActive, 109 const bool IsMutable = false; member 124 bool IsTemporary, bool IsMutable); 128 bool IsConst, bool IsTemporary, bool IsMutable); 135 unsigned NumElems, bool IsConst, bool IsTemporary, bool IsMutable); 143 bool IsTemporary, bool IsMutable);
|
| H A D | Program.cpp | 292 const bool IsMutable = FD->isMutable(); in getOrCreateRecord() local 296 /*isTemporary=*/false, IsMutable); in getOrCreateRecord() 299 /*isTemporary=*/false, IsMutable); in getOrCreateRecord() 316 bool IsMutable, const Expr *Init) { in createDescriptor() argument 321 IsMutable); in createDescriptor() 337 IsMutable); in createDescriptor() 350 IsTemporary, IsMutable); in createDescriptor() 375 IsMutable); in createDescriptor() 382 IsMutable); in createDescriptor()
|
| H A D | Program.h | 120 bool IsMutable = false) { 121 return allocateDescriptor(D, Type, MDSize, IsConst, IsTemporary, IsMutable); 128 bool IsMutable = false,
|
| H A D | InterpBlock.h | 109 Desc->CtorFn(this, data(), Desc->IsConst, Desc->IsMutable, in invokeCtor()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | CFBasicHash.h | 28 bool IsMutable() const { return m_mutable; }; in IsMutable() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ImmutableSet.h | 216 bool IsMutable : 1; variable 233 : factory(f), left(l), right(r), height(height), IsMutable(true), in ImutAVLTree() 246 bool isMutable() const { return IsMutable; } in isMutable() 267 IsMutable = false; in markImmutable() 343 IsMutable = false; in destroy()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 9292 unsigned Quals, bool IsMutable) { in lookupIn() 9294 ConstArg && !IsMutable); in lookupIn() 9491 bool IsMutable = Field && Field->isMutable(); in shouldDeleteForClassSubobject() local 9509 shouldDeleteForSubobjectCall(Subobj, lookupIn(Class, Quals, IsMutable), in shouldDeleteForClassSubobject() 13793 bool IsMutable = Field && Field->isMutable(); in visitClassSubobject() local 13794 visitSubobjectCall(Subobj, lookupIn(Class, Quals, IsMutable)); in visitClassSubobject()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 3656 bool IsMutable = false) { in getSubobjectType() argument 3660 if (ObjType.isConstQualified() && !IsMutable) in getSubobjectType()
|