Searched refs:dtors (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ui/base/gtk/
H A Dg_object_destructor_filo.cc47 HandlerList& dtors = iter->second; local
48 if (dtors.empty()) {
53 if (!dtors.front().equal(object, callback, context)) {
59 << dtors.front().context;
61 for (HandlerList::iterator i = dtors.begin(); i != dtors.end(); ++i) {
63 dtors.erase(i);
67 if (dtors.empty()) {
80 HandlerList dtors; local
81 iter->second.swap(dtors);
[all...]
/external/qemu/
H A Dx86_64.ld32 .rel.dtors : { *(.rel.dtors) }
33 .rela.dtors : { *(.rela.dtors) }
123 .dtors :
125 KEEP (*crtbegin.o(.dtors))
126 KEEP (*(EXCLUDE_FILE (*crtend.o ) .dtors))
127 KEEP (*(SORT(.dtors.*)))
128 KEEP (*(.dtors))
H A Di386-vl.ld35 .rel.dtors : { *(.rel.dtors) }
36 .rela.dtors : { *(.rela.dtors) }
83 .dtors :
85 *(.dtors)
H A Di386.ld34 .rel.dtors : { *(.rel.dtors) }
35 .rela.dtors : { *(.rela.dtors) }
96 .dtors :
98 *(.dtors)
H A Dm68k.ld28 *(.rel.dtors)
42 *(.rela.dtors)
117 .dtors :
119 KEEP (*crtbegin.o(.dtors))
120 KEEP (*(EXCLUDE_FILE (*crtend.o ) .dtors))
121 KEEP (*(SORT(.dtors.*)))
122 KEEP (*(.dtors))
H A Dia64.ld34 .rel.dtors : { *(.rel.dtors) }
35 .rela.dtors : { *(.rela.dtors) }
125 .dtors :
127 KEEP (*crtbegin*.o(.dtors))
128 KEEP (*(EXCLUDE_FILE (*crtend*.o ) .dtors))
129 KEEP (*(SORT(.dtors.*)))
130 KEEP (*(.dtors))
H A Dppc.ld36 .rel.dtors : { *(.rel.dtors) }
37 .rela.dtors : { *(.rela.dtors) }
133 .dtors :
135 KEEP (*crtbegin*.o(.dtors))
136 KEEP (*(EXCLUDE_FILE (*crtend*.o ) .dtors))
137 KEEP (*(SORT(.dtors.*)))
138 KEEP (*(.dtors))
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-structors.cpp235 namespace dtors { namespace
243 // CHECK: define void @"\01?call_nv_complete@dtors@@YAXPAUA@1@@Z"
244 // CHECK: call x86_thiscallcc void @"\01??1A@dtors@@QAE@XZ"
248 // CHECK: declare x86_thiscallcc void @"\01??1A@dtors@@QAE@XZ"
258 // CHECK: define void @"\01?call_vbase_complete@dtors@@YAXPAUD@1@@Z"
259 // CHECK: call x86_thiscallcc void @"\01??_DD@dtors@@QAE@XZ"(%"struct.dtors::D"* %{{[^,]+}})
263 // The complete dtor should call the base dtors for D and the vbase A (once).
264 // CHECK: define linkonce_odr x86_thiscallcc void @"\01??_DD@dtors@@QAE@XZ"
266 // CHECK: call x86_thiscallcc void @"\01??1D@dtors
[all...]
H A Dcxx0x-initializer-stdinitializerlist.cpp304 namespace dtors { namespace
/external/llvm/lib/Transforms/Instrumentation/
H A DProfilingUtils.cpp150 std::vector<Constant *> dtors; local
156 dtors.push_back(cast<Constant>(InitList->getOperand(i)));
166 dtors.push_back(ConstantStruct::get(GlobalDtorElemTy, Elem));
168 cast<ArrayType>(GlobalDtors->getType()->getElementType()), dtors));

Completed in 299 milliseconds