/external/compiler-rt/test/BlocksRuntime/ |
D | copyconstructor.C | 14 int destructors = 0; variable 52 ++destructors; in ~TestObject() 79 if (constructors != destructors) { in main() 80 printf("%d constructors but only %d destructors\n", constructors, destructors); in main()
|
D | reference.C | 18 int destructors = 0; variable 57 ++destructors; in ~TestObject()
|
/external/boringssl/src/crypto/ |
D | thread_pthread.c | 104 thread_local_destructor_t destructors[NUM_OPENSSL_THREAD_LOCALS]; in thread_local_destructor() local 108 OPENSSL_memcpy(destructors, g_destructors, sizeof(destructors)); in thread_local_destructor() 114 if (destructors[i] != NULL) { in thread_local_destructor() 115 destructors[i](pointers[i]); in thread_local_destructor()
|
D | thread_win.c | 118 thread_local_destructor_t destructors[NUM_OPENSSL_THREAD_LOCALS]; in thread_local_destructor() local 121 OPENSSL_memcpy(destructors, g_destructors, sizeof(destructors)); in thread_local_destructor() 125 if (destructors[i] != NULL) { in thread_local_destructor() 126 destructors[i](pointers[i]); in thread_local_destructor()
|
/external/clang/docs/analyzer/ |
D | IPA.txt | 43 -analyzer-config c++-inlining=[none | methods | constructors | destructors] 46 inlined as well; it doesn't make sense to inline destructors without inlining 49 The default c++-inlining mode is 'destructors', meaning that all member 54 destructors will not be inlined. Additionally, no C++ member functions will be 90 This option controls whether constructors and destructors of "container" types 95 Currently, these constructors and destructors are NOT considered for inlining 134 call. (In the case of calls without origin expressions, such as destructors, 186 implicit destructors, or if the destructors for the given object are not 192 or operator 'delete', nor does it inline the constructors and destructors 353 placement of their destructors in the CFG. We currently won't inline their [all …]
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/ |
D | coverage.txt | 5 2 YES ** Difficult to test and assert that date destructors
|
/external/llvm/test/Transforms/Inline/ |
D | invoke-cleanup.ll | 21 ; this call site (PR17872), otherwise C++ destructors will not be
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | invoke-cleanup.ll | 22 ; this call site (PR17872), otherwise C++ destructors will not be
|
/external/tensorflow/tensorflow/lite/micro/tools/make/targets/apollo3evb/ |
D | apollo3evb.ld | 31 /* XXX Currently not doing anything for global destructors. */
|
/external/catch2/examples/ |
D | CMakeLists.txt | 151 …target_compile_options( ${name} PRIVATE -Wweak-vtables -Wexit-time-destructors -Wglobal-construct…
|
/external/llvm/bindings/ocaml/executionengine/ |
D | llvm_executionengine.mli | 66 (** [run_static_dtors ee] executes the static destructors of each module in
|
/external/clang/test/Analysis/ |
D | temporaries.cpp | 114 namespace destructors { namespace
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/executionengine/ |
D | llvm_executionengine.mli | 66 (** [run_static_dtors ee] executes the static destructors of each module in
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
D | service_registry.ipp | 28 // services are destroyed since the destructors of user-defined handler
|
/external/libyuv/files/tools/ubsan/ |
D | vptr_blacklist.txt | 61 # Accessing data in destructors where the class has virtual inheritances.
|
/external/mesa3d/docs/relnotes/ |
D | 13.0.2.rst | 107 - anv: Handle null in all destructors
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64CallingConvention.td | 274 // Constructors and destructors return 'this' in the iOS 64-bit C++ ABI; since 280 // destructors with 'this' returns, so this RegMask will not be used in that
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64CallingConvention.td | 291 // Constructors and destructors return 'this' in the iOS 64-bit C++ ABI; since 297 // destructors with 'this' returns, so this RegMask will not be used in that
|
/external/python/cpython2/Doc/library/ |
D | thread.rst | 171 :keyword:`finally` clauses or executing object destructors.
|
/external/clang/docs/ |
D | Block-ABI-Apple.rst | 851 copied objects with constructor/destructors. The (1<<26) bit is set and 881 and of course the constructors/destructors for ``const`` copied C++ objects. 885 copied objects with constructor/destructors, and again the (1<<26) bit is set
|
D | ThreadSafetyAnalysis.rst | 652 No checking inside constructors and destructors. 656 destructors. In other words, every constructor and destructor is treated as 661 The same is true of destructors.
|
/external/swiftshader/third_party/subzero/docs/ |
D | ALLOCATION.rst | 68 destructors. Most of these fields are POD, but in a couple of cases these
|
/external/clang/lib/StaticAnalyzer/ |
D | README.txt | 123 -cfg-add-implicit-dtors Add C++ implicit destructors to CFGs for all analyses
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-05-18-ExceptionHandling.txt | 196 llvm. Java would be very similar, except it only uses destructors to unlock
|
/external/python/cpython3/Doc/library/ |
D | _thread.rst | 210 destructors.
|