Home
last modified time | relevance | path

Searched refs:Mutable (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h361 bool Mutable; member
533 return LHS.Type == RHS.Type && LHS.Mutable == RHS.Mutable;
H A DWasmTraits.h56 return hash_combine(GlobalType.Type, GlobalType.Mutable);
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.cpp71 if (!Sym->getGlobalType().Mutable) in emitGlobalType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp256 return !Mutable; in lambdaCaptureShouldBeConst()
H A DSemaLambda.cpp547 bool ExplicitParams, bool Mutable) { in buildLambdaScope() argument
558 LSI->Mutable = Mutable; in buildLambdaScope()
1365 LSI->Mutable = MutableLoc.isValid(); in ActOnLambdaClosureQualifiers()
H A DSemaDecl.cpp15831 LSI->Mutable = !CallOperator->isConst(); in RebuildLambdaScopeInfo()
18835 bool Mutable in HandleField() local
18839 = CheckFieldDecl(II, T, TInfo, Record, Loc, Mutable, BitWidth, InitStyle, in HandleField()
18862 bool Mutable, Expr *BitWidth, in CheckFieldDecl() argument
18959 if (!InvalidDecl && Mutable) { in CheckFieldDecl()
18973 Mutable = false; in CheckFieldDecl()
18986 BitWidth, Mutable, InitStyle); in CheckFieldDecl()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp938 bool Mutable = true; in parseDirective() local
945 Mutable = false; in parseDirective()
953 WasmSym->setGlobalType(wasm::WasmGlobalType{uint8_t(*Type), Mutable}); in parseDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp236 bool Mutable = in getOrCreateWasmSymbol() local
242 Mutable}); in getOrCreateWasmSymbol()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp405 IO.mapRequired("GlobalMutable", Import.GlobalImport.Mutable); in mapping()
426 IO.mapRequired("Mutable", Global.Mutable); in mapping()
H A DWasmEmitter.cpp406 writeUint8(OS, Import.GlobalImport.Mutable); in writeSectionContent()
493 writeUint8(OS, Global.Mutable); in writeSectionContent()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3160 unsigned Mutable : 1;
3195 TypeSourceInfo *TInfo, Expr *BW, bool Mutable, in FieldDecl() argument
3198 Mutable(Mutable), StorageKind((InitStorageKind)InitStyle), in FieldDecl()
3211 TypeSourceInfo *TInfo, Expr *BW, bool Mutable,
3233 bool isMutable() const { return Mutable; } in isMutable()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h896 bool Mutable = true; variable
H A DSema.h4308 SourceLocation Loc, bool Mutable,
9027 bool Mutable);
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h86 bool Mutable; member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp844 W->OS << char(Import.Global.Mutable ? 1 : 0); in writeImportSection()
907 W->OS << char(Global.Type.Mutable); in writeGlobalSection()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1290 Im.Global.Mutable = readVaruint1(Ctx); in parseImportSection()
1427 Global.Type.Mutable = readVaruint1(Ctx); in parseGlobalSection()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4636 TypeSourceInfo *TInfo, Expr *BW, bool Mutable, in Create() argument
4639 BW, Mutable, InitStyle); in Create()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1533 FD->Mutable = Record.readInt(); in VisitFieldDecl()