/external/llvm-project/clang/test/SemaObjC/ |
D | non-trivial-c-union.m | 5 …ialize}} expected-note 36 {{'U0' has subobjects that are non-trivial to destruct}} expected-note 2… 6 …e}} expected-note 36 {{f0 has type '__strong id' that is non-trivial to destruct}} expected-note 2… 7 …ize}} expected-note 36 {{f1 has type '__weak id' that is non-trivial to destruct}} expected-note 2… 22 …destruct}} expected-error {{cannot use type 'U0' for a function/method parameter since it is a uni… 23 …destruct}} expected-error {{cannot use type 'S0' for a function/method parameter since it contains… 26 …destruct}} expected-error {{cannot use type 'U0' for a function/method parameter since it is a uni… 27 …destruct}} expected-error {{cannot use type 'S0' for a function/method parameter since it contains… 31 …destruct}} expected-error {{cannot use type 'U0' for a function/method parameter since it is a uni… 32 …destruct}} expected-error {{cannot use type 'S0' for a function/method parameter since it contains… 35 …omatic variable of type 'U0' since it is a union that is non-trivial to destruct}} expected-error … [all …]
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/tls/ |
D | grpc_tls_credentials_options.cc | 40 void (*destruct)(void* config_user_data)) in grpc_tls_server_authorization_check_config() 44 destruct_(destruct) {} in grpc_tls_server_authorization_check_config() 155 void (*destruct)(void* config_user_data)) { in grpc_tls_server_authorization_check_config_create() 163 config_user_data, schedule, cancel, destruct); in grpc_tls_server_authorization_check_config_create()
|
/external/grpc-grpc/src/core/lib/security/credentials/ |
D | credentials.cc | 68 if (creds->vtable->destruct != nullptr) { in grpc_channel_credentials_unref() 69 creds->vtable->destruct(creds); in grpc_channel_credentials_unref() 90 if (creds->vtable->destruct != nullptr) { in grpc_call_credentials_unref() 91 creds->vtable->destruct(creds); in grpc_call_credentials_unref() 204 if (creds->vtable->destruct != nullptr) { in grpc_server_credentials_unref() 205 creds->vtable->destruct(creds); in grpc_server_credentials_unref()
|
D | credentials.h | 94 void (*destruct)(grpc_channel_credentials* c); member 162 void (*destruct)(grpc_call_credentials* c); member 207 void (*destruct)(grpc_server_credentials* c); member
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/alts/ |
D | grpc_alts_credentials_options.cc | 41 if (options->vtable != nullptr && options->vtable->destruct != nullptr) { in grpc_alts_credentials_options_destroy() 42 options->vtable->destruct(options); in grpc_alts_credentials_options_destroy()
|
/external/grpc-grpc/src/core/lib/security/credentials/alts/ |
D | grpc_alts_credentials_options.cc | 41 if (options->vtable != nullptr && options->vtable->destruct != nullptr) { in grpc_alts_credentials_options_destroy() 42 options->vtable->destruct(options); in grpc_alts_credentials_options_destroy()
|
/external/python/cpython2/Include/ |
D | cobject.h | 54 void *cobj, void (*destruct)(void*)); 63 void *cobj, void *desc, void (*destruct)(void*,void*));
|
/external/clang/test/SemaTemplate/ |
D | member-access-expr.cpp | 77 void destruct(T* ptr) { in destruct() function 89 destruct(x2p); in test_destruct() 90 destruct(ip); in test_destruct()
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | member-access-expr.cpp | 77 void destruct(T* ptr) { in destruct() function 89 destruct(x2p); in test_destruct() 90 destruct(ip); in test_destruct()
|
/external/llvm-project/clang/test/PCH/ |
D | non-trivial-c-union.m | 13 // expected-note@-6 {{'U0' has subobjects that are non-trivial to destruct}} 16 // expected-note@-8 {{f0 has type '__strong id' that is non-trivial to destruct}} 20 …' for function/method return since it is a union that is non-trivial to destruct}} expected-error …
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Buffer.cpp | 39 mContents->destruct(); in ~Buffer() 47 mContents->destruct(); in bufferData()
|
D | IndexDataManager.cpp | 173 mIndexBuffer->destruct(); in ~StreamingIndexBuffer() 212 mIndexBuffer->destruct(); in reserveSpace() 231 mIndexBuffer->destruct(); in reserveSpace()
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/frame_protector/ |
D | alts_crypter.cc | 61 if (crypter->vtable != nullptr && crypter->vtable->destruct != nullptr) { in alts_crypter_destroy() 62 crypter->vtable->destruct(crypter); in alts_crypter_destroy()
|
/external/grpc-grpc/src/core/tsi/alts/frame_protector/ |
D | alts_crypter.cc | 61 if (crypter->vtable != nullptr && crypter->vtable->destruct != nullptr) { in alts_crypter_destroy() 62 crypter->vtable->destruct(crypter); in alts_crypter_destroy()
|
/external/catch2/include/internal/benchmark/ |
D | catch_constructor.hpp | 45 typename std::enable_if<AllowManualDestruction>::type destruct() in destruct() function 53 … void destruct_on_exit(typename std::enable_if<Destruct, U>::type* = 0) { destruct<true>(); } in destruct_on_exit()
|
/external/clang/include/clang/Sema/ |
D | Overload.h | 322 void destruct(); 403 destruct(); in setKind() 407 void destruct() { in destruct() function 408 if (ConversionKind == AmbiguousConversion) Ambiguous.destruct(); in destruct() 434 destruct(); in ~ImplicitConversionSequence() 452 destruct();
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Buffer.cpp | 43 mContents->destruct(); in ~Buffer() 51 mContents->destruct(); in bufferData()
|
/external/abseil-cpp/absl/types/internal/ |
D | optional.h | 92 void destruct() noexcept { in destruct() function 106 ~optional_data_dtor_base() { destruct(); } in ~optional_data_dtor_base() 126 void destruct() noexcept { engaged_ = false; } in destruct() function 226 this->destruct(); 237 this->destruct(); in noexcept()
|
/external/webrtc/third_party/abseil-cpp/absl/types/internal/ |
D | optional.h | 92 void destruct() noexcept { in destruct() function 106 ~optional_data_dtor_base() { destruct(); } in ~optional_data_dtor_base() 126 void destruct() noexcept { engaged_ = false; } in destruct() function 226 this->destruct(); 237 this->destruct(); in noexcept()
|
/external/angle/third_party/abseil-cpp/absl/types/internal/ |
D | optional.h | 92 void destruct() noexcept { in destruct() function 106 ~optional_data_dtor_base() { destruct(); } in ~optional_data_dtor_base() 126 void destruct() noexcept { engaged_ = false; } in destruct() function 226 this->destruct(); 237 this->destruct(); in noexcept()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/internal/ |
D | optional.h | 92 void destruct() noexcept { in destruct() function 106 ~optional_data_dtor_base() { destruct(); } in ~optional_data_dtor_base() 126 void destruct() noexcept { engaged_ = false; } in destruct() function 226 this->destruct(); 237 this->destruct(); in noexcept()
|
/external/libtextclassifier/abseil-cpp/absl/types/internal/ |
D | optional.h | 92 void destruct() noexcept { in destruct() function 106 ~optional_data_dtor_base() { destruct(); } in ~optional_data_dtor_base() 126 void destruct() noexcept { engaged_ = false; } in destruct() function 226 this->destruct(); 237 this->destruct(); in noexcept()
|
/external/openscreen/third_party/abseil/src/absl/types/internal/ |
D | optional.h | 92 void destruct() noexcept { in destruct() function 106 ~optional_data_dtor_base() { destruct(); } in ~optional_data_dtor_base() 126 void destruct() noexcept { engaged_ = false; } in destruct() function 226 this->destruct(); 237 this->destruct(); in noexcept()
|
/external/swiftshader/third_party/marl/include/marl/ |
D | pool.h | 92 MARL_NO_EXPORT inline void destruct(); 119 void Pool<T>::Item::destruct() { in destruct() function 263 items[i].destruct(); in ~Storage() 318 item->destruct(); in return_() 383 item->destruct(); in ~Storage() 432 item->destruct(); in return_()
|
/external/webrtc/third_party/abseil-cpp/absl/types/ |
D | optional.h | 274 this->destruct(); 312 this->destruct(); 329 this->destruct(); 339 ABSL_ATTRIBUTE_REINITIALIZES void reset() noexcept { this->destruct(); } in reset() 358 this->destruct(); in emplace() 378 this->destruct(); in emplace() 394 this->destruct(); in swap() 399 rhs.destruct(); in swap()
|