Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp65 bool Mutable = true; in GetGlobalAddressSymbol() local
68 WasmSym->setGlobalType(wasm::WasmGlobalType{uint8_t(Type), Mutable}); in GetGlobalAddressSymbol()
106 bool Mutable = in GetExternalSymbolSymbol() local
112 Mutable}); in GetExternalSymbolSymbol()
H A DWebAssemblyAsmPrinter.cpp192 bool Mutable = true; in emitGlobalVariable() local
195 Sym->setGlobalType(wasm::WasmGlobalType{uint8_t(Type), Mutable}); in emitGlobalVariable()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h94 bool Mutable; member
425 return LHS.Type == RHS.Type && LHS.Mutable == RHS.Mutable;
H A DWasmTraits.h58 return hash_combine(GlobalType.Type, GlobalType.Mutable);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp239 Im.GlobalImport.Mutable = Import.Global.Mutable; in dump()
301 G.Mutable = Global.Type.Mutable; in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.cpp75 if (!Sym->getGlobalType().Mutable) in emitGlobalType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp787 bool Mutable = true; in ParseDirective() local
792 Mutable = false; in ParseDirective()
801 wasm::WasmGlobalType{uint8_t(Type.getValue()), Mutable}); in ParseDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2798 unsigned Mutable : 1; variable
2845 QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable, in FieldDecl() argument
2848 BitField(false), Mutable(Mutable), CachedFieldIndex(0), in FieldDecl()
2861 TypeSourceInfo *TInfo, Expr *BW, bool Mutable,
2871 bool isMutable() const { return Mutable; } in isMutable()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A Dindex.rst73 - `Chapter #7: Extending the Language: Mutable Variables
H A DLangImpl07.rst2 Kaleidoscope: Extending the Language: Mutable Variables
258 Mutable Variables in Kaleidoscope
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp385 writeUint8(OS, Import.GlobalImport.Mutable); in writeSectionContent()
478 writeUint8(OS, Global.Mutable); in writeSectionContent()
H A DWasmYAML.cpp398 IO.mapRequired("GlobalMutable", Import.GlobalImport.Mutable); in mapping()
422 IO.mapRequired("Mutable", Global.Mutable); in mapping()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp488 bool Mutable) { in buildLambdaScope() argument
499 LSI->Mutable = Mutable; in buildLambdaScope()
H A DSemaDecl.cpp14104 LSI->Mutable = !CallOperator->isConst(); in RebuildLambdaScopeInfo()
16731 bool Mutable in HandleField() local
16735 = CheckFieldDecl(II, T, TInfo, Record, Loc, Mutable, BitWidth, InitStyle, in HandleField()
16768 bool Mutable, Expr *BitWidth, in CheckFieldDecl() argument
16861 if (!InvalidDecl && Mutable) { in CheckFieldDecl()
16875 Mutable = false; in CheckFieldDecl()
16888 BitWidth, Mutable, InitStyle); in CheckFieldDecl()
H A DSemaExpr.cpp17251 !(isa<LambdaScopeInfo>(CSI) && cast<LambdaScopeInfo>(CSI)->Mutable) && in isVariableAlreadyCapturedInScopeInfo()
17539 if (!LSI->Mutable && !CaptureType->isReferenceType()) in captureInLambda()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h839 bool Mutable = false; variable
H A DSema.h3041 bool Mutable, Expr *BitfieldWidth,
6605 bool Mutable);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h76 bool Mutable; member
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dlang.opt353 Implement DIP1021: Mutable function arguments.
H A Dgdc.texi336 (Mutable function arguments).
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp805 W->OS << char(Import.Global.Mutable ? 1 : 0); in writeImportSection()
868 W->OS << char(Global.Type.Mutable); in writeGlobalSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp1050 Im.Global.Mutable = readVaruint1(Ctx); in parseImportSection()
1165 Global.Type.Mutable = readVaruint1(Ctx); in parseGlobalSection()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp4140 TypeSourceInfo *TInfo, Expr *BW, bool Mutable, in Create() argument
4143 BW, Mutable, InitStyle); in Create()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1349 FD->Mutable = Record.readInt(); in VisitFieldDecl()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git118556 Mutable addrmaps currently require an obstack. This was probably done