/external/angle/src/libANGLE/renderer/cl/ |
D | CLContextCL.h | 89 struct Mutable struct 95 using MutableData = angle::SynchronizedValue<Mutable, angle::Spinlock>; argument
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | performance-for-range-copy.cpp | 108 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
|
D | modernize-use-equals-default-copy.cpp | 53 mutable bool Mutable; member
|
/external/llvm-project/clang/test/CXX/expr/expr.const/ |
D | p6-2a.cpp | 13 struct Mutable { struct 15 constexpr ~Mutable() { member = member + 1; } // expected-note {{read of mutable member}} in ~Mutable() argument
|
/external/flatbuffers/swift/Sources/FlatBuffers/ |
D | FlatBufferObject.swift | 25 public protocol Mutable { protocol 32 extension Mutable { extension
|
/external/llvm-project/clang/test/CXX/class/class.compare/class.eq/ |
D | p2.cpp | 25 struct Mutable { struct 35 void(Mutable() == Mutable()); in test() argument
|
/external/libtextclassifier/native/utils/flatbuffers/ |
D | mutable.cc | 226 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/ |
D | const-init-cxx11.cpp | 443 struct Mutable { constexpr Mutable(int n) : k(n) {} mutable int k; }; in Mutable() argument
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | const-init-cxx11.cpp | 459 struct Mutable { constexpr Mutable(int n) : k(n) {} mutable int k; }; in Mutable() argument
|
/external/clang/test/CXX/special/class.copy/ |
D | p13-0x.cpp | 118 namespace Mutable { namespace
|
D | p11.0x.copy.cpp | 143 namespace Mutable { namespace
|
D | p23-cxx11.cpp | 178 namespace Mutable { namespace
|
/external/llvm-project/clang/test/CXX/special/class.copy/ |
D | p13-0x.cpp | 118 namespace Mutable { namespace
|
D | p11.0x.copy.cpp | 151 namespace Mutable { namespace
|
D | p23-cxx11.cpp | 178 namespace Mutable { namespace
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyMCInstLower.cpp | 83 bool Mutable = in GetExternalSymbolSymbol() local
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyMCInstLower.cpp | 85 bool Mutable = in GetExternalSymbolSymbol() local
|
/external/protobuf/src/google/protobuf/ |
D | arenastring.h | 86 inline ::std::string* Mutable(const ::std::string* default_value, in Mutable() function
|
D | inlined_string_field.h | 98 std::string* Mutable(const std::string* default_value, in Mutable() function
|
D | extension_set.h | 1104 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/ |
D | ScopeInfo.h | 686 bool Mutable; variable
|
/external/angle/third_party/abseil-cpp/absl/strings/internal/ |
D | cord_rep_ring.cc | 276 CordRepRing* CordRepRing::Mutable(CordRepRing* rep, size_t extra) { in Mutable() function in absl::cord_internal::CordRepRing
|
/external/llvm-project/clang/include/clang/Sema/ |
D | ScopeInfo.h | 835 bool Mutable = false; variable
|
/external/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
D | WebAssemblyAsmParser.cpp | 724 bool Mutable = true; in ParseDirective() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Wasm.h | 87 bool Mutable; member
|