Home
last modified time | relevance | path

Searched defs:Dtor (Results 1 – 25 of 71) sorted by relevance

123

/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGClass.cpp1485 const CXXDestructorDecl *Dtor) { in CanSkipVTablePointerInitialization()
1503 const CXXDestructorDecl *Dtor = cast<CXXDestructorDecl>(CurGD.getDecl()); in EmitDestructorBody() local
1619 const CXXDestructorDecl *Dtor = cast<CXXDestructorDecl>(CGF.CurCodeDecl); in Emit() local
1643 const CXXDestructorDecl *Dtor = cast<CXXDestructorDecl>(CGF.CurCodeDecl); in Emit() local
1694 const CXXDestructorDecl *Dtor; member in __anon6bf721160411::SanitizeDtorMembers
1697 SanitizeDtorMembers(const CXXDestructorDecl *Dtor) : Dtor(Dtor) {} in SanitizeDtorMembers()
1782 const CXXDestructorDecl *Dtor; member in __anon6bf721160411::SanitizeDtorVTable
1785 SanitizeDtorVTable(const CXXDestructorDecl *Dtor) : Dtor(Dtor) {} in SanitizeDtorVTable()
2350 const CXXDestructorDecl *Dtor; member
2402 const CXXDestructorDecl *Dtor; member
H A DCGExprCXX.cpp209 if (const auto *Dtor = dyn_cast<CXXDestructorDecl>(CalleeDecl)) in EmitCXXMemberOrOperatorMemberCallExpr() local
229 if (const CXXDestructorDecl *Dtor = dyn_cast<CXXDestructorDecl>(MD)) { in EmitCXXMemberOrOperatorMemberCallExpr() local
1551 const CXXDestructorDecl *Dtor = nullptr; in EmitObjectDelete() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/thread_local/key/
H A Dxous.rs49 pub type Dtor = unsafe extern "C" fn(*mut u8); typedef
154 unsafe fn register_dtor(key: Key, dtor: Dtor) { in register_dtor()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/thread_local/key/
H A Dxous.rs49 pub type Dtor = unsafe extern "C" fn(*mut u8); typedef
154 unsafe fn register_dtor(key: Key, dtor: Dtor) { in register_dtor()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/
H A Dthread_local_key.rs22 pub type Dtor = unsafe extern "C" fn(*mut u8); typedef
153 unsafe fn register_dtor(key: Key, dtor: Dtor) { in register_dtor()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/thread_local/key/
H A Dxous.rs49 pub type Dtor = unsafe extern "C" fn(*mut u8); typedef
154 unsafe fn register_dtor(key: Key, dtor: Dtor) { in register_dtor()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/
H A Dthread_local_key.rs22 pub type Dtor = unsafe extern "C" fn(*mut u8); typedef
153 unsafe fn register_dtor(key: Key, dtor: Dtor) { in register_dtor()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Doption.rs502 struct Dtor<'a> { in test_unwrap_drop() struct
503 x: &'a Cell<isize>, in test_unwrap_drop()
506 impl<'a> std::ops::Drop for Dtor<'a> { in test_unwrap_drop() implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Doption.rs502 struct Dtor<'a> { in test_unwrap_drop() struct
503 x: &'a Cell<isize>, in test_unwrap_drop()
506 impl<'a> std::ops::Drop for Dtor<'a> { in test_unwrap_drop() implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/
H A Doption.rs502 struct Dtor<'a> { in test_unwrap_drop() struct
503 x: &'a Cell<isize>, in test_unwrap_drop()
506 impl<'a> std::ops::Drop for Dtor<'a> { in test_unwrap_drop() implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Doption.rs502 struct Dtor<'a> { in test_unwrap_drop() struct
503 x: &'a Cell<isize>, in test_unwrap_drop()
506 impl<'a> std::ops::Drop for Dtor<'a> { in test_unwrap_drop() implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Doption.rs502 struct Dtor<'a> { in test_unwrap_drop() struct
503 x: &'a Cell<isize>, in test_unwrap_drop()
506 impl<'a> std::ops::Drop for Dtor<'a> { in test_unwrap_drop() implementation
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Posix/
H A Dtsd_dtor_leak.cc20 void Dtor(void *tsd) { in Dtor() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/trusty/
H A Dthread_local_key.rs4 type Dtor = unsafe extern "C" fn(*mut u8); typedef
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/trusty/
H A Dthread_local_key.rs4 type Dtor = unsafe extern "C" fn(*mut u8); typedef
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/trusty/
H A Dthread_local_key.rs4 type Dtor = unsafe extern "C" fn(*mut u8); typedef
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/trusty/
H A Dthread_local_key.rs4 type Dtor = unsafe extern "C" fn(*mut u8); typedef
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/trusty/
H A Dthread_local_key.rs4 type Dtor = unsafe extern "C" fn(*mut u8); typedef
/aosp_15_r20/external/clang/test/SemaCXX/
H A Ddeprecated.cpp83 struct Dtor { struct
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/
H A Dcxa_thread_atexit.cpp22 using Dtor = void(*)(void*); typedef
/aosp_15_r20/external/libcxxabi/src/
H A Dcxa_thread_atexit.cpp17 using Dtor = void(*)(void*); typedef
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp645 const CXXDestructorCall &Dtor = cast<CXXDestructorCall>(Call); in mayInlineCallKind() local
716 const CXXDestructorDecl *Dtor = dyn_cast<CXXDestructorDecl>(FD); in isCXXSharedPtrDtor() local
/aosp_15_r20/external/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindingsStack.h179 for (auto Dtor : orc::getDestructors(*M)) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local
/aosp_15_r20/external/llvm/tools/lli/
H A DOrcLazyJIT.h75 for (auto Dtor : orc::getDestructors(*M)) in addModule() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerGlobalDtors.cpp149 for (auto Dtor : AssociatedAndMore.second) in runOnModule() local

123