| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | Wasm.h | 76 bool Mutable; member 331 return LHS.Type == RHS.Type && LHS.Mutable == RHS.Mutable;
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | WasmTraits.h | 59 return hash_combine(GlobalType.Type, GlobalType.Mutable);
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 334 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 D | Decl.h | 2581 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 D | SemaLambda.cpp | 464 bool Mutable) { in buildLambdaScope() argument 475 LSI->Mutable = Mutable; in buildLambdaScope()
|
| H A D | SemaDecl.cpp | 12821 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 D | SemaExpr.cpp | 14865 !(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 D | WasmYAML.h | 73 bool Mutable; member
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/notes/ |
| H A D | TODO | 95 invalidating the cache. Mutable node objects will need special
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 805 bool Mutable = false; variable
|
| H A D | Sema.h | 2279 bool Mutable, Expr *BitfieldWidth, 5585 bool Mutable);
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 755 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 D | WasmObjectFile.cpp | 829 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 D | Decl.cpp | 3765 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 D | ASTReaderDecl.cpp | 1308 FD->Mutable = Record.readInt(); in VisitFieldDecl()
|