/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMCInstLower.cpp | 65 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 D | WebAssemblyAsmPrinter.cpp | 192 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 D | Wasm.h | 94 bool Mutable; member 425 return LHS.Type == RHS.Type && LHS.Mutable == RHS.Mutable;
|
H A D | WasmTraits.h | 58 return hash_combine(GlobalType.Type, GlobalType.Mutable);
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
H A D | wasm2yaml.cpp | 239 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 D | WebAssemblyTargetStreamer.cpp | 75 if (!Sym->getGlobalType().Mutable) in emitGlobalType()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 787 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 D | Decl.h | 2798 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 D | index.rst | 73 - `Chapter #7: Extending the Language: Mutable Variables
|
H A D | LangImpl07.rst | 2 Kaleidoscope: Extending the Language: Mutable Variables 258 Mutable Variables in Kaleidoscope
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | WasmEmitter.cpp | 385 writeUint8(OS, Import.GlobalImport.Mutable); in writeSectionContent() 478 writeUint8(OS, Global.Mutable); in writeSectionContent()
|
H A D | WasmYAML.cpp | 398 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 D | SemaLambda.cpp | 488 bool Mutable) { in buildLambdaScope() argument 499 LSI->Mutable = Mutable; in buildLambdaScope()
|
H A D | SemaDecl.cpp | 14104 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 D | SemaExpr.cpp | 17251 !(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 D | ScopeInfo.h | 839 bool Mutable = false; variable
|
H A D | Sema.h | 3041 bool Mutable, Expr *BitfieldWidth, 6605 bool Mutable);
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 76 bool Mutable; member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | lang.opt | 353 Implement DIP1021: Mutable function arguments.
|
H A D | gdc.texi | 336 (Mutable function arguments).
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 805 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 D | WasmObjectFile.cpp | 1050 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 D | Decl.cpp | 4140 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 D | ASTReaderDecl.cpp | 1349 FD->Mutable = Record.readInt(); in VisitFieldDecl()
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 118556 Mutable addrmaps currently require an obstack. This was probably done
|