| /freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Wasm.h | 348 bool Mutable; 514 return LHS.Type == RHS.Type && LHS.Mutable == RHS.Mutable; 309 bool Mutable; global() member
|
| H A D | WasmTraits.h | 56 return hash_combine(GlobalType.Type, GlobalType.Mutable);
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyTargetStreamer.cpp | 73 if (!Sym->getGlobalType().Mutable) in emitGlobalType()
|
| /freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | ScopeInfo.cpp | 257 return !Mutable; in lambdaCaptureShouldBeConst()
|
| H A D | SemaLambda.cpp | 526 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 D | SemaDecl.cpp | 5652 /*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 D | WebAssemblyAsmParser.cpp | 794 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 D | WebAssemblyAsmPrinter.cpp | 232 bool Mutable = in getOrCreateWasmSymbol() 238 Mutable}); in getOrCreateWasmSymbol() 228 bool Mutable = getOrCreateWasmSymbol() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 403 IO.mapRequired("GlobalMutable", Import.GlobalImport.Mutable); in mapping() 424 IO.mapRequired("Mutable", Global.Mutable);
|
| H A D | WasmEmitter.cpp | 398 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 D | Decl.h | 3057 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 D | WasmYAML.h | 85 bool Mutable; member
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 890 bool Mutable = true; 873 bool Mutable = true; global() variable
|
| H A D | Sema.h | 3917 SourceLocation Loc, bool Mutable, 8752 bool Mutable);
|
| /freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 867 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 D | WasmObjectFile.cpp | 1282 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 D | Decl.cpp | 4540 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 D | ASTReaderDecl.cpp | 1526 FD->Mutable = Record.readInt(); in VisitObjCPropertyImplDecl()
|