Home
last modified time | relevance | path

Searched refs:destruct (Results 1 – 25 of 129) sorted by relevance

123456

/external/llvm-project/clang/test/SemaObjC/
Dnon-trivial-c-union.m5 …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…
22destruct}} expected-error {{cannot use type 'U0' for a function/method parameter since it is a uni…
23destruct}} expected-error {{cannot use type 'S0' for a function/method parameter since it contains…
26destruct}} expected-error {{cannot use type 'U0' for a function/method parameter since it is a uni…
27destruct}} expected-error {{cannot use type 'S0' for a function/method parameter since it contains…
31destruct}} expected-error {{cannot use type 'U0' for a function/method parameter since it is a uni…
32destruct}} 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/
Dgrpc_tls_credentials_options.cc40 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/
Dcredentials.cc68 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()
Dcredentials.h94 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/
Dgrpc_alts_credentials_options.cc41 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/
Dgrpc_alts_credentials_options.cc41 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/
Dcobject.h54 void *cobj, void (*destruct)(void*));
63 void *cobj, void *desc, void (*destruct)(void*,void*));
/external/clang/test/SemaTemplate/
Dmember-access-expr.cpp77 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/
Dmember-access-expr.cpp77 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/
Dnon-trivial-c-union.m13 // 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/
DBuffer.cpp39 mContents->destruct(); in ~Buffer()
47 mContents->destruct(); in bufferData()
DIndexDataManager.cpp173 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/
Dalts_crypter.cc61 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/
Dalts_crypter.cc61 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/
Dcatch_constructor.hpp45 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/
DOverload.h322 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/
DBuffer.cpp43 mContents->destruct(); in ~Buffer()
51 mContents->destruct(); in bufferData()
/external/abseil-cpp/absl/types/internal/
Doptional.h92 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/
Doptional.h92 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/
Doptional.h92 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/
Doptional.h92 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/
Doptional.h92 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/
Doptional.h92 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/
Dpool.h92 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/
Doptional.h274 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()

123456