Searched defs:ChildCleanup (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/crosvm/src/crosvm/sys/windows/ |
H A D | broker.rs | 274 struct ChildCleanup { struct 297 impl Display for ChildCleanup { argument 360 impl Drop for ChildCleanup { implementation 924 children: HashMap<u32, ChildCleanup>, in broker_supervise_loop() argument 1212 children: &mut HashMap<u32, ChildCleanup>, in start_up_block_backends() argument 1249 children: &mut HashMap<u32, ChildCleanup>, in spawn_block_backend() argument 1440 children: &mut HashMap<u32, ChildCleanup>, in start_up_net_backend() argument 1513 children: &mut HashMap<u32, ChildCleanup>, in spawn_slirp() argument 1544 children: &mut HashMap<u32, ChildCleanup>, in spawn_net_backend() argument 1647 children: &mut HashMap<u32, ChildCleanup>, in start_up_snd() argument [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 617 } else if (auto *ChildCleanup = dyn_cast<CleanupPadInst>(U)) { in calculateClrEHStateNumbers() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 606 } else if (auto *ChildCleanup = dyn_cast<CleanupPadInst>(U)) { in calculateClrEHStateNumbers() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 636 } else if (auto *ChildCleanup = dyn_cast<CleanupPadInst>(U)) { in calculateClrEHStateNumbers() local
|