| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | SubElementInterfaces.cpp | 97 static bool isMutable(Attribute attr) { in isMutable() function 100 static bool isMutable(Type type) { in isMutable() function 181 if (isMutable(interface)) in replaceSubElementsImpl()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | ImmutableSet.h | 246 bool isMutable() const { return IsMutable; } in isMutable() function 266 assert(isMutable() && "Mutable flag already removed."); in markImmutable() 279 assert(isMutable() && "Only a mutable tree can have its height changed."); in setHeight() 478 if (N->isMutable() && N->refCount == 0) 533 assert(!T->isMutable()); 554 assert(!T->isMutable()); 592 if (!T || !T->isMutable())
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | Driver.cpp | 582 static InputGlobal *createGlobal(StringRef name, bool isMutable) { in createGlobal() argument 585 wasmGlobal.Type = {uint8_t(is64 ? WASM_TYPE_I64 : WASM_TYPE_I32), isMutable}; in createGlobal() 591 static GlobalSymbol *createGlobalVariable(StringRef name, bool isMutable) { in createGlobalVariable() argument 592 InputGlobal *g = createGlobal(name, isMutable); in createGlobalVariable() 596 static GlobalSymbol *createOptionalGlobal(StringRef name, bool isMutable) { in createOptionalGlobal() argument 597 InputGlobal *g = createGlobal(name, isMutable); in createOptionalGlobal()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | AsmState.h | 146 assert(isMutable() && in getMutableData() 152 bool isMutable() const { return dataIsMutable; } in isMutable() function
|
| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | Pointer.h | 235 bool isMutable() const { return Base != 0 && getInlineDesc()->IsMutable; } in isMutable() function
|
| H A D | Program.cpp | 290 const bool IsMutable = FD->isMutable(); in getOrCreateRecord()
|
| H A D | Interp.cpp | 272 if (!Ptr.isMutable()) { in CheckMutable()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | StmtDataCollectors.td | 206 addData(S->isMutable());
|
| H A D | Decl.h | 2948 bool isMutable() const { return Mutable; } in isMutable() function
|
| H A D | ExprCXX.h | 2065 bool isMutable() const;
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaCUDA.cpp | 413 /* ConstArg */ ConstRHS && !F->isMutable(), in inferCUDATargetForImplicitSpecialMember()
|
| H A D | SemaExprMember.cpp | 1835 if (Field->isMutable()) BaseQuals.removeConst(); in BuildFieldReferenceExpr()
|
| H A D | SemaDeclCXX.cpp | 1459 if (FD->isMutable()) in checkMemberDecomposition() 7302 ConstArg && !F->isMutable())) in defaultedSpecialMemberIsConstexpr() 7698 if (Field->isMutable()) in visitSubobjects() 9108 bool IsMutable = Field && Field->isMutable(); in shouldDeleteForClassSubobject() 9733 bool ConstRHS = ConstArg && !FI->isMutable(); in checkTrivialClassMembers() 13245 bool IsMutable = Field && Field->isMutable(); in visitClassSubobject()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 1232 D->isMutable(), in VisitFieldDecl()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 979 if (Field->isMutable()) { in addedMember() 1062 if (!Field->hasInClassInitializer() && !Field->isMutable()) { in addedMember() 1257 if (Field->isMutable()) { in addedMember()
|
| H A D | ODRHash.cpp | 331 Hash.AddBoolean(D->isMutable()); in VisitFieldDecl()
|
| H A D | DeclPrinter.cpp | 827 if (!Policy.SuppressSpecifiers && D->isMutable()) in VisitFieldDecl()
|
| H A D | ExprCXX.cpp | 1284 bool LambdaExpr::isMutable() const { return !getCallOperator()->isConst(); } in isMutable() function in LambdaExpr
|
| H A D | JSONNodeDumper.cpp | 838 attributeOnlyIfTrue("mutable", FD->isMutable()); in VisitFieldDecl()
|
| H A D | TextNodeDumper.cpp | 1748 if (D->isMutable()) in VisitFieldDecl()
|
| H A D | StmtPrinter.cpp | 2215 if (Node->isMutable()) in VisitLambdaExpr()
|
| H A D | ExprConstant.cpp | 3500 if (Field->isMutable() && in diagnoseMutableFields() 3762 if (Field->isMutable() && in findSubobject() 3793 ObjType = getSubobjectType(ObjType, Field->getType(), Field->isMutable()); in findSubobject()
|
| /llvm-project-15.0.7/mlir/lib/AsmParser/ |
| H A D | Parser.cpp | 2373 blob.isMutable() && in parseAsBlob()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 922 Record.push_back(D->isMutable()); in VisitFieldDecl()
|
| H A D | ASTReader.cpp | 9737 const bool IsFirstMutable = FirstField->isMutable(); in diagnoseOdrViolations() 9738 const bool IsSecondMutable = SecondField->isMutable(); in diagnoseOdrViolations()
|