Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DWasm.h76 bool Mutable; member
331 return LHS.Type == RHS.Type && LHS.Mutable == RHS.Mutable;
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasmTraits.h59 return hash_combine(GlobalType.Type, GlobalType.Mutable);
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp334 IO.mapRequired("GlobalMutable", Import.GlobalImport.Mutable); in mapping()
358 IO.mapRequired("Mutable", Global.Mutable); in mapping()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h2581 unsigned Mutable : 1; variable
2628 QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable, in FieldDecl() argument
2631 BitField(false), Mutable(Mutable), CachedFieldIndex(0), in FieldDecl()
2644 TypeSourceInfo *TInfo, Expr *BW, bool Mutable,
2654 bool isMutable() const { return Mutable; } in isMutable()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp464 bool Mutable) { in buildLambdaScope() argument
475 LSI->Mutable = Mutable; in buildLambdaScope()
H A DSemaDecl.cpp12821 LSI->Mutable = !CallOperator->isConst(); in RebuildLambdaScopeInfo()
15263 bool Mutable in HandleField() local
15267 = CheckFieldDecl(II, T, TInfo, Record, Loc, Mutable, BitWidth, InitStyle, in HandleField()
15300 bool Mutable, Expr *BitWidth, in CheckFieldDecl() argument
15410 if (!InvalidDecl && Mutable) { in CheckFieldDecl()
15424 Mutable = false; in CheckFieldDecl()
15437 BitWidth, Mutable, InitStyle); in CheckFieldDecl()
H A DSemaExpr.cpp14865 !(isa<LambdaScopeInfo>(CSI) && cast<LambdaScopeInfo>(CSI)->Mutable) && in isVariableAlreadyCapturedInScopeInfo()
15268 if (!LSI->Mutable && !CaptureType->isReferenceType()) in captureInLambda()
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h73 bool Mutable; member
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/notes/
H A DTODO95 invalidating the cache. Mutable node objects will need special
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h805 bool Mutable = false; variable
H A DSema.h2279 bool Mutable, Expr *BitfieldWidth,
5585 bool Mutable);
/freebsd-12.1/contrib/llvm/lib/MC/
H A DWasmObjectWriter.cpp755 W.OS << char(Import.Global.Mutable ? 1 : 0); in writeImportSection()
802 W.OS << char(Global.Type.Mutable); in writeGlobalSection()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp829 Im.Global.Mutable = readVaruint1(Ctx); in parseImportSection()
910 Global.Type.Mutable = readVaruint1(Ctx); in parseGlobalSection()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp3765 TypeSourceInfo *TInfo, Expr *BW, bool Mutable, in Create() argument
3768 BW, Mutable, InitStyle); in Create()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1308 FD->Mutable = Record.readInt(); in VisitFieldDecl()