Searched refs:dtors (Results 1 – 18 of 18) sorted by relevance
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
D | g_object_destructor_filo.cc | 47 HandlerList& dtors = iter->second; in Disconnect() local 48 if (dtors.empty()) { in Disconnect() 53 if (!dtors.front().equal(object, callback, context)) { in Disconnect() 59 << dtors.front().context; in Disconnect() 61 for (HandlerList::iterator i = dtors.begin(); i != dtors.end(); ++i) { in Disconnect() 63 dtors.erase(i); in Disconnect() 67 if (dtors.empty()) { in Disconnect() 80 HandlerList dtors; in WeakNotify() local 81 iter->second.swap(dtors); in WeakNotify() 85 for (HandlerList::iterator i = dtors.begin(); i != dtors.end(); ++i) in WeakNotify()
|
/external/llvm/test/CodeGen/ARM/ |
D | section.ll | 3 ; CHECK: .section .dtors,"aw",%progbits 5 @__DTOR_END__ = internal global [1 x i32] zeroinitializer, section ".dtors" ; <[1 x i32]*> [#…
|
D | ctors_dtors.ll | 9 ; ELF: .section .dtors,"aw",%progbits
|
/external/llvm/test/CodeGen/X86/ |
D | 2011-08-29-InitOrder.ll | 18 ; CHECK-DEFAULT: .section .dtors.64535,"aw",@progbits 20 ; CHECK-DEFAULT: .section .dtors.63535,"aw",@progbits 22 ; CHECK-DEFAULT: .section .dtors.62535,"aw",@progbits
|
/external/elfutils/0.153/src/ |
D | elf32-i386.script | 130 .dtors 132 KEEP (*crtbegin.o(.dtors)) 133 KEEP (*(EXCLUDE_FILE (*crtend.o ) .dtors)) 134 KEEP (*(SORT(.dtors.*))) 135 KEEP (*(.dtors))
|
/external/chromium_org/tools/deep_memory_profiler/tests/data/heap.01234.symmap/ |
D | chrome.uvwxyz.readelf-e | 48 [24] .dtors PROGBITS 000000000acca0f8 acc90f8 000010 00 WA 0 0 8 95 03 .data.rel.ro.local .ctors .dtors .jcr .data.rel.ro .dynamic .got .got.plt .data .bss 101 09 .data.rel.ro.local .ctors .dtors .jcr .data.rel.ro .dynamic .got
|
/external/llvm/test/CodeGen/SPARC/ |
D | 2008-10-10-InlineAsmRegOperand.ll | 6 module asm "\09.section\09\22.dtors\22,#alloc,#write"
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-structors.cpp | 321 namespace dtors { namespace
|
D | cxx0x-initializer-stdinitializerlist.cpp | 304 namespace dtors { namespace
|
/external/llvm/test/MC/COFF/ |
D | global_ctors_dtors.ll | 64 ; MINGW32: .section .dtors,"wd"
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-09-18-OptimizeExceptions.txt | 11 that every function call has to have code to invoke dtors on objects
|
D | 2001-05-18-ExceptionHandling.txt | 82 A::A(%a) // These ctors & dtors could throw, but we ignore this
|
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.def | 40 CODEGENOPT(CXXCtorDtorAliases, 1, 0) ///< Emit complete ctors/dtors as linker
|
/external/clang/lib/StaticAnalyzer/ |
D | README.txt | 123 -cfg-add-implicit-dtors Add C++ implicit destructors to CFGs for all analyses
|
/external/bison/ |
D | TODO | 56 Warnings about type tags that are used in printer and dtors, but not
|
/external/clang/include/clang/Driver/ |
D | CC1Options.td | 45 def analysis_CFGAddImplicitDtors : Flag<["-"], "cfg-add-implicit-dtors">,
|
/external/chromium_org/third_party/tcmalloc/vendor/ |
D | ChangeLog | 41 * Replace atexit() calls with global dtors; helps freebsd (csilvers)
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 3652 required for correct order of static objects dtors calls. This is
|