Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h348 bool Mutable;
514 return LHS.Type == RHS.Type && LHS.Mutable == RHS.Mutable;
309 bool Mutable; global() member
H A DWasmTraits.h56 return hash_combine(GlobalType.Type, GlobalType.Mutable);
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.cpp73 if (!Sym->getGlobalType().Mutable) in emitGlobalType()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp257 return !Mutable; in lambdaCaptureShouldBeConst()
H A DSemaLambda.cpp526 bool ExplicitParams, bool Mutable) {
537 LSI->Mutable = Mutable; in findEnumForBlockReturn()
1338 LSI->Mutable = MutableLoc.isValid(); in ActOnStartOfLambdaDefinition()
2040 /*Mutable=*/false, ICIS_NoInit); in BuildLambdaExpr()
484 buildLambdaScope(LambdaScopeInfo * LSI,CXXMethodDecl * CallOperator,SourceRange IntroducerRange,LambdaCaptureDefault CaptureDefault,SourceLocation CaptureDefaultLoc,bool ExplicitParams,bool Mutable) buildLambdaScope() argument
H A DSemaDecl.cpp5652 /*BitWidth=*/nullptr, /*Mutable=*/false, in BuildAnonymousStructOrUnion()
5740 /*BitWidth=*/nullptr, /*Mutable=*/false, in BuildAnonymousStructOrUnion()
15380 LSI->Mutable = !CallOperator->isConst(); in CheckParameter()
18303 bool Mutable in ActOnObjCContainerFinishDefinition()
18307 = CheckFieldDecl(II, T, TInfo, Record, Loc, Mutable, BitWidth, InitStyle,
18330 bool Mutable, Expr *BitWidth, in ActOnTagDefinitionError()
18423 if (!InvalidDecl && Mutable) { in VerifyBitField()
18437 Mutable = false; in HandleField()
18450 BitWidth, Mutable, InitStyle); in HandleField()
18508 bool Mutable HandleField() local
18545 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) CheckFieldDecl() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp794 bool Mutable = true; in parseDirective()
801 Mutable = false; in parseDirective()
809 WasmSym->setGlobalType(wasm::WasmGlobalType{uint8_t(*Type), Mutable}); in parseDirective()
808 bool Mutable = true; parseDirective() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp232 bool Mutable = in getOrCreateWasmSymbol()
238 Mutable}); in getOrCreateWasmSymbol()
228 bool Mutable = getOrCreateWasmSymbol() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp403 IO.mapRequired("GlobalMutable", Import.GlobalImport.Mutable); in mapping()
424 IO.mapRequired("Mutable", Global.Mutable);
H A DWasmEmitter.cpp398 writeUint8(OS, Import.GlobalImport.Mutable); in writeSectionContent()
485 writeUint8(OS, Global.Mutable); in writeSectionContent()
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3057 unsigned Mutable : 1;
3092 TypeSourceInfo *TInfo, Expr *BW, bool Mutable,
3095 Mutable(Mutable), StorageKind((InitStorageKind)InitStyle),
3108 TypeSourceInfo *TInfo, Expr *BW, bool Mutable, in isBitField()
3118 bool isMutable() const { return Mutable; }
3079 FieldDecl(Kind DK,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,QualType T,TypeSourceInfo * TInfo,Expr * BW,bool Mutable,InClassInitStyle InitStyle) FieldDecl() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h85 bool Mutable; member
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h890 bool Mutable = true;
873 bool Mutable = true; global() variable
H A DSema.h3917 SourceLocation Loc, bool Mutable,
8752 bool Mutable);
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp867 W->OS << char(Import.Global.Mutable ? 1 : 0); in writeImportSection()
930 W->OS << char(Global.Type.Mutable); in writeGlobalSection()
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1282 Im.Global.Mutable = readVaruint1(Ctx); in parseGlobalSection()
1419 Global.Type.Mutable = readVaruint1(Ctx); in isValidTagSymbol()
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4540 TypeSourceInfo *TInfo, Expr *BW, bool Mutable,
4543 BW, Mutable, InitStyle); in isZeroLengthBitField()
4492 Create(const ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,QualType T,TypeSourceInfo * TInfo,Expr * BW,bool Mutable,InClassInitStyle InitStyle) Create() argument
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1526 FD->Mutable = Record.readInt(); in VisitObjCPropertyImplDecl()