Home
last modified time | relevance | path

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

12

/external/angle/src/libANGLE/renderer/cl/
DCLContextCL.h89 struct Mutable struct
95 using MutableData = angle::SynchronizedValue<Mutable, angle::Spinlock>; argument
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dperformance-for-range-copy.cpp108 struct Mutable { struct
109 Mutable() {} in Mutable() function
112 Mutable(const Mutable &, const Mutable &) {} in Mutable() function
117 Mutable& operator[](int I) { in operator []() argument
120 bool operator==(const Mutable &Other) const { in operator ==() argument
123 ~Mutable() {} in ~Mutable() argument
Dmodernize-use-equals-default-copy.cpp53 mutable bool Mutable; member
/external/llvm-project/clang/test/CXX/expr/expr.const/
Dp6-2a.cpp13 struct Mutable { struct
15 constexpr ~Mutable() { member = member + 1; } // expected-note {{read of mutable member}} in ~Mutable() argument
/external/flatbuffers/swift/Sources/FlatBuffers/
DFlatBufferObject.swift25 public protocol Mutable { protocol
32 extension Mutable { extension
/external/llvm-project/clang/test/CXX/class/class.compare/class.eq/
Dp2.cpp25 struct Mutable { struct
35 void(Mutable() == Mutable()); in test() argument
/external/libtextclassifier/native/utils/flatbuffers/
Dmutable.cc226 MutableFlatbuffer* MutableFlatbuffer::Mutable(const StringPiece field_name) { in Mutable() function in libtextclassifier3::MutableFlatbuffer
234 MutableFlatbuffer* MutableFlatbuffer::Mutable(const reflection::Field* field) { in Mutable() function in libtextclassifier3::MutableFlatbuffer
251 MutableFlatbuffer* MutableFlatbuffer::Mutable(const FlatbufferFieldPath* path) { in Mutable() function in libtextclassifier3::MutableFlatbuffer
/external/clang/test/CodeGenCXX/
Dconst-init-cxx11.cpp443 struct Mutable { constexpr Mutable(int n) : k(n) {} mutable int k; }; in Mutable() argument
/external/llvm-project/clang/test/CodeGenCXX/
Dconst-init-cxx11.cpp459 struct Mutable { constexpr Mutable(int n) : k(n) {} mutable int k; }; in Mutable() argument
/external/clang/test/CXX/special/class.copy/
Dp13-0x.cpp118 namespace Mutable { namespace
Dp11.0x.copy.cpp143 namespace Mutable { namespace
Dp23-cxx11.cpp178 namespace Mutable { namespace
/external/llvm-project/clang/test/CXX/special/class.copy/
Dp13-0x.cpp118 namespace Mutable { namespace
Dp11.0x.copy.cpp151 namespace Mutable { namespace
Dp23-cxx11.cpp178 namespace Mutable { namespace
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp83 bool Mutable = in GetExternalSymbolSymbol() local
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp85 bool Mutable = in GetExternalSymbolSymbol() local
/external/protobuf/src/google/protobuf/
Darenastring.h86 inline ::std::string* Mutable(const ::std::string* default_value, in Mutable() function
Dinlined_string_field.h98 std::string* Mutable(const std::string* default_value, in Mutable() function
Dextension_set.h1104 static inline std::string* Mutable(int number, int index, ExtensionSet* set) { in Mutable() function
1242 static inline MutableType Mutable(int number, FieldType field_type, in Mutable() function
1290 static inline MutableType Mutable(int number, int index, ExtensionSet* set) { in Mutable() function
/external/clang/include/clang/Sema/
DScopeInfo.h686 bool Mutable; variable
/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_ring.cc276 CordRepRing* CordRepRing::Mutable(CordRepRing* rep, size_t extra) { in Mutable() function in absl::cord_internal::CordRepRing
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h835 bool Mutable = false; variable
/external/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp724 bool Mutable = true; in ParseDirective() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h87 bool Mutable; member

12