Searched refs:isMutable (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h252 /// isMutable - Returns true if the left and right subtree references
258 bool isMutable() const { return IsMutable; } function in class:llvm::ImutAVLTree
278 assert(isMutable() && "Mutable flag already removed.");
291 assert(isMutable() && "Only a mutable tree can have its height changed.");
484 if (N->isMutable() && N->refCount == 0)
539 assert(!T->isMutable());
560 assert(!T->isMutable());
598 if (!T || !T->isMutable())
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h238 bool isMutable() const { return Base != 0 && getInlineDesc()->IsMutable; } function in class:clang::interp::Pointer
H A DInterp.cpp272 if (!Ptr.isMutable()) {
H A DProgram.cpp44 /*isMutable=*/false);
230 /*isMutable=*/false);
275 const bool IsMutable = FD->isMutable();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp356 /* ConstArg */ ConstRHS && !F->isMutable(),
H A DSemaExprMember.cpp1803 if (Field->isMutable()) BaseQuals.removeConst();
H A DSemaDeclCXX.cpp1404 if (FD->isMutable())
6826 ConstArg && !F->isMutable()))
7216 if (Field->isMutable())
8543 bool IsMutable = Field && Field->isMutable();
9167 bool ConstRHS = ConstArg && !FI->isMutable();
12459 bool IsMutable = Field && Field->isMutable();
H A DSemaTemplateInstantiateDecl.cpp1015 D->isMutable(),
H A DTreeTransform.h11848 E->isMutable());
H A DSemaExpr.cpp11654 if (Field->isMutable()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp330 Hash.AddBoolean(D->isMutable());
H A DDeclCXX.cpp981 if (Field->isMutable()) {
1058 if (!Field->hasInClassInitializer() && !Field->isMutable()) {
H A DTextNodeDumper.cpp1363 if (D->isMutable())
H A DDeclPrinter.cpp813 if (!Policy.SuppressSpecifiers && D->isMutable())
H A DStmtPrinter.cpp1991 if (Node->isMutable())
H A DJSONNodeDumper.cpp778 attributeOnlyIfTrue("mutable", FD->isMutable());
H A DExprCXX.cpp1318 bool LambdaExpr::isMutable() const { function in class:LambdaExpr
H A DExprConstant.cpp3043 if (Field->isMutable() &&
3308 if (Field->isMutable() &&
3339 ObjType = getSubobjectType(ObjType, Field->getType(), Field->isMutable());
H A DASTImporter.cpp3577 ToType, ToTInfo, ToBitWidth, D->isMutable(),
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp915 Record.push_back(D->isMutable());
1926 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isMutable
1959 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isMutable
H A DASTReader.cpp10125 const bool IsFirstMutable = FirstField->isMutable();
10126 const bool IsSecondMutable = SecondField->isMutable();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2021 bool isMutable() const;
H A DDecl.h2804 bool isMutable() const { return Mutable; }

Completed in 915 milliseconds