Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dfor-range-copy.cpp108 struct Mutable { struct
109 Mutable() {} in Mutable() function
112 Mutable(const Mutable &, const Mutable &) {} in Mutable() argument
117 Mutable& operator[](int I) { in operator []() argument
120 bool operator==(const Mutable &Other) const { in operator ==() argument
123 ~Mutable() {} in ~Mutable() argument
/llvm-project-15.0.7/clang/test/CXX/expr/expr.const/
H A Dp6-2a.cpp13 struct Mutable { struct
15 constexpr ~Mutable() { member = member + 1; } // expected-note {{read of mutable member}} in ~Mutable() argument
/llvm-project-15.0.7/clang/test/CXX/class/class.compare/class.eq/
H A Dp2.cpp44 struct Mutable { struct
54 void(Mutable() == Mutable()); in test() argument
/llvm-project-15.0.7/clang/test/CXX/special/class.copy/
H A Dp13-0x.cpp118 namespace Mutable { namespace
H A Dp11.0x.copy.cpp151 namespace Mutable { namespace
H A Dp23-cxx11.cpp178 namespace Mutable { namespace
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp459 struct Mutable { constexpr Mutable(int n) : k(n) {} mutable int k; }; in Mutable() argument
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp226 bool Mutable = in getOrCreateWasmSymbol() local
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-default-copy.cpp53 mutable bool Mutable; member
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h851 bool Mutable = false; variable
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp807 bool Mutable = true; in ParseDirective() local
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h85 bool Mutable; member
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLambda.cpp490 bool Mutable) { in buildLambdaScope()
H A DSemaDecl.cpp17435 bool Mutable in HandleField() local
17472 bool Mutable, Expr *BitWidth, in CheckFieldDecl()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DWasm.h114 bool Mutable; member
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h2875 unsigned Mutable : 1; variable
2922 QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable, in FieldDecl()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstant-expression-cxx14.cpp1090 namespace Mutable { namespace
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp4259 TypeSourceInfo *TInfo, Expr *BW, bool Mutable, in Create()