Home
last modified time | relevance | path

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

/external/valgrind/memcheck/tests/
Dleak_cpp_interior.stderr.exp-64bit118 destruct MyClass
119 destruct MyClass
120 destruct MyClass
121 destruct Ce
122 destruct Be
123 destruct Ae
124 destruct Ce
125 destruct Be
126 destruct Ae
127 destruct C
[all …]
Dleak_cpp_interior.stderr.exp118 destruct MyClass
119 destruct MyClass
120 destruct MyClass
121 destruct Ce
122 destruct Be
123 destruct Ae
124 destruct Ce
125 destruct Be
126 destruct Ae
127 destruct C
[all …]
/external/clang/test/SemaTemplate/
Dmember-access-expr.cpp64 void destruct(T* ptr) { in destruct() function
76 destruct(x2p); in test_destruct()
77 destruct(ip); in test_destruct()
/external/clang/include/clang/Sema/
DOverload.h321 void destruct();
402 destruct(); in setKind()
406 void destruct() { in destruct() function
407 if (ConversionKind == AmbiguousConversion) Ambiguous.destruct(); in destruct()
433 destruct(); in ~ImplicitConversionSequence()
451 destruct();
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DDTMXRTreeFrag.java41 public final void destruct(){ in destruct() method in DTMXRTreeFrag
DXRTreeFrag.java120 m_DTMXRTreeFrag.destruct(); in detach()
DXObject.java118 public void destruct() in destruct() method in XObject
/external/clang/test/SemaCXX/
Dsourceranges.cpp32 void destruct(foo::A *a1, foo::A *a2, P<int> *p1) { in destruct() function
/external/clang/test/CodeGenObjCXX/
Dmicrosoft-abi-arc-param-order.mm10 // Verify that we destruct things from left to right in the MS C++ ABI: a, b, c, d.
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h145 CheckerDtors.push_back(CheckerDtor(checker, destruct<CHECKER>)); in registerChecker()
160 CheckerDtors.push_back(CheckerDtor(checker, destruct<CHECKER>)); in registerChecker()
543 static void destruct(void *obj) { delete static_cast<CHECKER *>(obj); } in destruct() function
/external/deqp/framework/delibs/decpp/
DdePoolArray.hpp194 static void destruct (T* ptr) { ptr->~T(); } //!< Called when element is destructed. in destruct() function
202 static void destruct (TYPE*) {} \
247 PoolArrayElement<T>::destruct(getPtr(ndx)); in resize()
/external/llvm/include/llvm/CodeGen/
DDIE.h331 template <class T> void destruct() { get<T>()->~T(); } in destruct() function
344 destruct<DIE##T>(); in destroyVal()
348 destruct<const DIE##T *>(); in destroyVal()
/external/libevent/
Dbufferevent-internal.h244 void (*destruct)(struct bufferevent *); member
Dbufferevent.c621 if (bufev->be_ops->destruct) in _bufferevent_decref_and_unlock()
622 bufev->be_ops->destruct(bufev); in _bufferevent_decref_and_unlock()
/external/libxml2/python/
Dgenerator.py1068 destruct=None
1075 destruct=classes_destructors[classname]
1085 if name == destruct:
/external/llvm/test/Transforms/LoopSimplify/
Ddbg-loc.ll83 !6 = distinct !DISubprogram(name: "destruct", scope: !5, file: !5, line: 71, type: !4, isLocal: fal…
/external/libcxx/include/experimental/
Dany31 // 6.3.1 any construct/destruct
170 // 6.3.1 any construct/destruct
/external/llvm/docs/
DInAlloca.rst58 ; If a's ctor throws, we must destruct b.
/external/apache-xml/src/main/java/org/apache/xpath/
DXPathContext.java1347 frag.destruct(); in releaseDTMXRTreeFrags()
/external/llvm/docs/HistoricalNotes/
D2001-05-18-ExceptionHandling.txt133 d->~D(); // destruct D as it goes out of scope when entering catch clauses
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
Dapiviewer.js175 …if(h.events){k.$$events=h.events;}if(h.destruct){k.$$destructor=h.destruct;qx.Bootstrap.setDisplay… method
/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
Davcodec.h1095 void (*destruct)(struct AVPacket *); member
/external/clang/test/
Dcxx-sections.data576 20.2.8 [concept.destruct]
/external/libcxx/include/
D__tree322 // __z will be removed from the tree. Client still needs to destruct/deallocate it
/external/clang/lib/Sema/
DSemaOverload.cpp523 void AmbiguousConversionSequence::destruct() { in destruct() function in AmbiguousConversionSequence