Searched refs:Mutable (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasmTraits.h58 return hash_combine(GlobalType.Type, GlobalType.Mutable);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h87 bool Mutable; member in struct:llvm::wasm::WasmGlobalType
379 return LHS.Type == RHS.Type && LHS.Mutable == RHS.Mutable;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp83 bool Mutable = local
89 Mutable});
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp357 writeUint8(OS, Import.GlobalImport.Mutable);
428 writeUint8(OS, Global.Mutable);
H A DWasmYAML.cpp387 IO.mapRequired("GlobalMutable", Import.GlobalImport.Mutable);
411 IO.mapRequired("Mutable", Global.Mutable);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp489 bool Mutable) {
500 LSI->Mutable = Mutable;
482 buildLambdaScope(LambdaScopeInfo *LSI, CXXMethodDecl *CallOperator, SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault, SourceLocation CaptureDefaultLoc, bool ExplicitParams, bool ExplicitResultType, bool Mutable) argument
H A DSemaDecl.cpp5034 /*BitWidth=*/nullptr, /*Mutable=*/false,
5132 /*BitWidth=*/nullptr, /*Mutable=*/false,
13606 LSI->Mutable = !CallOperator->isConst();
16093 bool Mutable local
16097 = CheckFieldDecl(II, T, TInfo, Record, Loc, Mutable, BitWidth, InitStyle,
16130 bool Mutable, Expr *BitWidth,
16240 if (!InvalidDecl && Mutable) {
16254 Mutable = false;
16267 BitWidth, Mutable, InitStyle);
16127 CheckFieldDecl(DeclarationName Name, QualType T, TypeSourceInfo *TInfo, RecordDecl *Record, SourceLocation Loc, bool Mutable, Expr *BitWidth, InClassInitStyle InitStyle, SourceLocation TSSL, AccessSpecifier AS, NamedDecl *PrevDecl, Declarator *D) argument
H A DSemaExpr.cpp11653 // Mutable fields can be modified even if the class is const.
15853 !(isa<LambdaScopeInfo>(CSI) && cast<LambdaScopeInfo>(CSI)->Mutable) &&
16144 if (!LSI->Mutable && !CaptureType->isReferenceType())
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h814 bool Mutable = false; member in class:clang::sema::final
H A DSema.h2617 bool Mutable, Expr *BitfieldWidth,
6122 bool Mutable);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h73 bool Mutable; member in struct:llvm::WasmYAML::Global
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2731 unsigned Mutable : 1;
2778 QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable,
2781 BitField(false), Mutable(Mutable), CachedFieldIndex(0),
2794 TypeSourceInfo *TInfo, Expr *BW, bool Mutable,
2804 bool isMutable() const { return Mutable; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp912 Im.Global.Mutable = readVaruint1(Ctx);
994 Global.Type.Mutable = readVaruint1(Ctx);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp720 W.OS << char(Import.Global.Mutable ? 1 : 0);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4009 TypeSourceInfo *TInfo, Expr *BW, bool Mutable,
4012 BW, Mutable, InitStyle);
4006 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable, InClassInitStyle InitStyle) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1336 FD->Mutable = Record.readInt();

Completed in 487 milliseconds