Home
last modified time | relevance | path

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

123

/external/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp93 int LocalCXXRuntimeOverrides::CXAAtExitOverride(DestructorPtr Destructor, in CXAAtExitOverride() argument
97 CXXDestructorDataPairs.push_back(std::make_pair(Destructor, Arg)); in CXAAtExitOverride()
/external/swiftshader/third_party/LLVM/test/Feature/
Dmemorymarkers.ll31 ;; Destructor is run here.
33 ;; Destructor is done here.
/external/llvm/test/Feature/
Dmemorymarkers.ll31 ;; Destructor is run here.
33 ;; Destructor is done here.
/external/clang/test/CodeGenCXX/
Dpredefined-expr.cpp273 class Destructor { class
275 ~Destructor() { in ~Destructor()
499 NS::Destructor destructor; in main()
/external/pdfium/fxjs/
Dfxjs_v8.h138 using Destructor = void (*)(CFXJS_Engine* pEngine, v8::Local<v8::Object> obj); variable
147 Destructor pDestructor);
Dfxjs_v8.cpp68 CFXJS_Engine::Destructor pDestructor) in CFXJS_ObjDefinition()
118 const CFXJS_Engine::Destructor m_pDestructor;
292 CFXJS_Engine::Destructor pDestructor) { in DefineObj()
/external/skia/src/ports/
DSkTLS_pthread.cpp19 once(pthread_key_create, &gSkTLSKey, SkTLS::Destructor); in PlatformGetSpecific()
DSkTLS_win.cpp56 SkTLS::Destructor(ptr); in onTLSCallback()
/external/skqp/src/ports/
DSkTLS_pthread.cpp19 once(pthread_key_create, &gSkTLSKey, SkTLS::Destructor); in PlatformGetSpecific()
DSkTLS_win.cpp56 SkTLS::Destructor(ptr); in onTLSCallback()
/external/skqp/src/core/
DSkTLS.h80 static void Destructor(void* ptr);
DSkTLS.cpp45 void SkTLS::Destructor(void* ptr) { in Destructor() function in SkTLS
/external/skia/src/core/
DSkTLS.h80 static void Destructor(void* ptr);
DSkTLS.cpp45 void SkTLS::Destructor(void* ptr) { in Destructor() function in SkTLS
/external/clang/lib/Index/
DIndexSymbol.cpp173 Info.Kind = SymbolKind::Destructor; in getSymbolInfo()
203 Info.Kind = SymbolKind::Destructor; in getSymbolInfo()
338 case SymbolKind::Destructor: return "destructor"; in getSymbolKindString()
/external/zlib/src/contrib/dotzlib/DotZLib/
DCodecBase.cs118 #region Destructor & IDisposable stuff
DGZipStream.cs112 #region Destructor & IDispose stuff
/external/clang/include/clang/Index/
DIndexSymbol.h52 Destructor, enumerator
/external/libchrome/base/trace_event/
Dmemory_dump_manager_unittest.cc145 MOCK_METHOD0(Destructor, void());
168 Destructor(); in ~MockMemoryDumpProvider()
772 EXPECT_CALL(*mdp1, Destructor()); in TEST_F()
773 EXPECT_CALL(*mdp2, Destructor()); in TEST_F()
1181 EXPECT_CALL(*mdp, Destructor()) in TEST_F()
1223 EXPECT_CALL(*mdp, Destructor()) in TEST_F()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp6917 bool Sema::CheckDestructor(CXXDestructorDecl *Destructor) { in CheckDestructor() argument
6918 CXXRecordDecl *RD = Destructor->getParent(); in CheckDestructor()
6920 if (!Destructor->getOperatorDelete() && Destructor->isVirtual()) { in CheckDestructor()
6923 if (!Destructor->isImplicit()) in CheckDestructor()
6924 Loc = Destructor->getLocation(); in CheckDestructor()
6941 Destructor->setOperatorDelete(OperatorDelete); in CheckDestructor()
9470 CXXDestructorDecl *Destructor in DeclareImplicitDestructor() local
9474 Destructor->setAccess(AS_public); in DeclareImplicitDestructor()
9475 Destructor->setDefaulted(); in DeclareImplicitDestructor()
9479 Destructor, in DeclareImplicitDestructor()
[all …]
DSemaExprCXX.cpp814 if (CXXDestructorDecl *Destructor = LookupDestructor(RD)) { in CheckCXXThrowOperand() local
815 MarkFunctionReferenced(E->getExprLoc(), Destructor); in CheckCXXThrowOperand()
816 CheckDestructorAccess(E->getExprLoc(), Destructor, in CheckCXXThrowOperand()
818 if (DiagnoseUseOfDecl(Destructor, E->getExprLoc())) in CheckCXXThrowOperand()
4138 CXXDestructorDecl *Destructor = Self.LookupDestructor(RD); in EvaluateUnaryTypeTrait() local
4139 if (!Destructor) in EvaluateUnaryTypeTrait()
4144 if (Destructor->isDeleted()) in EvaluateUnaryTypeTrait()
4146 if (C.getLangOpts().AccessControl && Destructor->getAccess() != AS_public) in EvaluateUnaryTypeTrait()
4150 Destructor->getType()->getAs<FunctionProtoType>(); in EvaluateUnaryTypeTrait()
4290 if (CXXDestructorDecl *Destructor = Self.LookupDestructor(RD)) in EvaluateUnaryTypeTrait() local
[all …]
/external/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h175 static int CXAAtExitOverride(DestructorPtr Destructor, void *Arg,
/external/skqp/docs/
DSkAutoCanvasRestore_Reference.bmh55 Restores Canvas to saved state. Destructor is called when container goes out of
/external/skia/docs/
DSkAutoCanvasRestore_Reference.bmh55 Restores Canvas to saved state. Destructor is called when container goes out of
/external/skqp/site/user/api/
DSkAutoCanvasRestore_Reference.md70 Restores <a href="SkCanvas_Reference#Canvas">Canvas</a> to saved state. Destructor is called when c…

123