Home
last modified time | relevance | path

Searched refs:IsMutable (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DDescriptor.cpp85 bool IsMutable, bool IsVolatile, bool IsActive, in ctorArrayDesc() argument
104 Desc->IsFieldMutable = IsMutable || D->IsMutable; in ctorArrayDesc()
152 static void initField(Block *B, std::byte *Ptr, bool IsConst, bool IsMutable, in initField() argument
163 Desc->IsFieldMutable = IsMutable || D->IsMutable; in initField()
171 static void initBase(Block *B, std::byte *Ptr, bool IsConst, bool IsMutable, in initBase() argument
187 Desc->IsFieldMutable = IsMutable || D->IsMutable; in initBase()
192 initBase(B, Ptr + FieldOffset, IsConst, IsMutable, IsVolatile, IsActive, in initBase()
195 initField(B, Ptr + FieldOffset, IsConst, IsMutable, IsVolatile, IsActive, in initBase()
199 static void ctorRecord(Block *B, std::byte *Ptr, bool IsConst, bool IsMutable, in ctorRecord() argument
203 initBase(B, Ptr, IsConst, IsMutable, IsVolatile, IsActive, InUnion, V.Desc, in ctorRecord()
[all …]
H A DDescriptor.h36 bool IsMutable, bool IsVolatile, bool IsActive,
167 const bool IsMutable = false; member
184 MetadataSize MD, bool IsConst, bool IsTemporary, bool IsMutable,
189 bool IsConst, bool IsTemporary, bool IsMutable);
198 bool IsMutable);
206 bool IsTemporary, bool IsMutable, bool IsVolatile);
H A DProgram.cpp373 const bool IsMutable = FD->isMutable(); in getOrCreateRecord() local
378 /*isTemporary=*/false, IsMutable, IsVolatile); in getOrCreateRecord()
381 /*isTemporary=*/false, IsMutable, IsVolatile); in getOrCreateRecord()
398 bool IsMutable, bool IsVolatile, in createDescriptor() argument
405 IsMutable, IsVolatile); in createDescriptor()
422 IsMutable); in createDescriptor()
434 IsTemporary, IsMutable); in createDescriptor()
460 IsMutable); in createDescriptor()
470 IsMutable); in createDescriptor()
480 IsTemporary, IsMutable); in createDescriptor()
H A DProgram.h122 bool IsMutable = false,
125 IsMutable, IsVolatile);
132 bool IsMutable = false, bool IsVolatile = false,
H A DInterpBlock.h116 Desc->CtorFn(this, data(), Desc->IsConst, Desc->IsMutable, in invokeCtor()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCFBasicHash.h28 bool IsMutable() const { return m_mutable; }; in IsMutable() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h218 unsigned IsMutable : 1;
237 : factory(f), left(l), right(r), height(height), IsMutable(true), in ImutAVLTree()
250 bool isMutable() const { return IsMutable; } in isMutable()
271 IsMutable = false; in markImmutable()
347 IsMutable = false; in destroy()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp194 bool IsMutable = Blocks[0]->ContentMutable; in splitBlockImpl() local
196 B->ContentMutable = IsMutable; in splitBlockImpl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp9371 unsigned Quals, bool IsMutable) { in lookupIn()
9373 ConstArg && !IsMutable); in lookupIn()
9572 bool IsMutable = Field && Field->isMutable(); in shouldDeleteForClassSubobject() local
9590 shouldDeleteForSubobjectCall(Subobj, lookupIn(Class, Quals, IsMutable), in shouldDeleteForClassSubobject()
13953 bool IsMutable = Field && Field->isMutable(); in visitClassSubobject() local
13954 visitSubobjectCall(Subobj, lookupIn(Class, Quals, IsMutable)); in visitClassSubobject()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3901 bool IsMutable = false) { in getSubobjectType() argument
3905 if (ObjType.isConstQualified() && !IsMutable) in getSubobjectType()