| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/ |
| H A D | for-range-copy.cpp | 108 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 D | p6-2a.cpp | 13 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 D | p2.cpp | 44 struct Mutable { struct 54 void(Mutable() == Mutable()); in test() argument
|
| /llvm-project-15.0.7/clang/test/CXX/special/class.copy/ |
| H A D | p13-0x.cpp | 118 namespace Mutable { namespace
|
| H A D | p11.0x.copy.cpp | 151 namespace Mutable { namespace
|
| H A D | p23-cxx11.cpp | 178 namespace Mutable { namespace
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | const-init-cxx11.cpp | 459 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 D | WebAssemblyAsmPrinter.cpp | 226 bool Mutable = in getOrCreateWasmSymbol() local
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | use-equals-default-copy.cpp | 53 mutable bool Mutable; member
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 851 bool Mutable = false; variable
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 807 bool Mutable = true; in ParseDirective() local
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 85 bool Mutable; member
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 490 bool Mutable) { in buildLambdaScope()
|
| H A D | SemaDecl.cpp | 17435 bool Mutable in HandleField() local 17472 bool Mutable, Expr *BitWidth, in CheckFieldDecl()
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | Wasm.h | 114 bool Mutable; member
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Decl.h | 2875 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 D | constant-expression-cxx14.cpp | 1090 namespace Mutable { namespace
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Decl.cpp | 4259 TypeSourceInfo *TInfo, Expr *BW, bool Mutable, in Create()
|