Searched defs:IsMutable (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang/lib/AST/Interp/ |
D | Descriptor.cpp | 56 static void ctorArrayDesc(Block *B, char *Ptr, bool IsConst, bool IsMutable, in ctorArrayDesc() 117 static void ctorRecord(Block *B, char *Ptr, bool IsConst, bool IsMutable, in ctorRecord() 189 bool IsTemporary, bool IsMutable) in Descriptor() 198 bool IsConst, bool IsTemporary, bool IsMutable) in Descriptor() 217 bool IsConst, bool IsTemporary, bool IsMutable) in Descriptor() 237 bool IsTemporary, bool IsMutable) in Descriptor()
|
D | Descriptor.h | 76 const bool IsMutable = false; member 180 unsigned IsMutable : 1; member
|
D | Program.cpp | 275 const bool IsMutable = FD->isMutable(); in getOrCreateRecord() local 298 bool IsMutable) { in createDescriptor()
|
/external/llvm-project/lldb/source/Plugins/Language/ObjC/ |
D | CFBasicHash.h | 28 bool IsMutable() const { return m_mutable; }; in IsMutable() function
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | ImmutableSet.h | 229 bool IsMutable : 1; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ImmutableSet.h | 228 bool IsMutable : 1; variable
|
/external/llvm/include/llvm/ADT/ |
D | ImmutableSet.h | 228 unsigned IsMutable : 1; variable
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 8842 bool IsMutable = Field && Field->isMutable(); in shouldDeleteForClassSubobject() local 12805 bool IsMutable = Field && Field->isMutable(); in visitClassSubobject() local
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 5719 bool IsMutable = Field && Field->isMutable(); in shouldDeleteForClassSubobject() local
|
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 3573 bool IsMutable = false) { in getSubobjectType()
|