Home
last modified time | relevance | path

Searched refs:DestroyPtr (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DFunctionExtras.h90 DestroyPtrT DestroyPtr; member
184 getNonTrivialCallbacks()->DestroyPtr( in ~unique_function()
/external/llvm-project/llvm/include/llvm/ADT/
DFunctionExtras.h109 DestroyPtrT DestroyPtr;
264 getNonTrivialCallbacks()->DestroyPtr(
/external/llvm-project/clang/include/clang/AST/
DASTContext.h2820 auto DestroyPtr = [](void *V) { static_cast<T *>(V)->~T(); }; in addDestruction()
2821 AddDeallocation(DestroyPtr, Ptr); in addDestruction()