/external/syzkaller/vendor/golang.org/x/net/context/ |
D | pre_go17.go | 140 cancel(removeFromParent bool, err error) 172 func (c *cancelCtx) cancel(removeFromParent bool, err error) { 190 if removeFromParent { 247 func (c *timerCtx) cancel(removeFromParent bool, err error) { 249 if removeFromParent {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Globals.cpp | 73 void GlobalValue::removeFromParent() { in removeFromParent() function in GlobalValue 77 return static_cast<NAME *>(this)->removeFromParent(); in removeFromParent() 350 void GlobalVariable::removeFromParent() { in removeFromParent() function in GlobalVariable 447 void GlobalAlias::removeFromParent() { in removeFromParent() function in GlobalAlias 480 void GlobalIFunc::removeFromParent() { in removeFromParent() function in GlobalIFunc
|
D | DomTreeUpdater.cpp | 146 BB->removeFromParent(); in forceFlushDeletedBB() 224 DelBB->removeFromParent(); in deleteBB() 238 DelBB->removeFromParent(); in callbackDeleteBB()
|
/external/llvm/lib/IR/ |
D | Globals.cpp | 264 void GlobalVariable::removeFromParent() { in removeFromParent() function in GlobalVariable 366 void GlobalAlias::removeFromParent() { in removeFromParent() function in GlobalAlias 403 void GlobalIFunc::removeFromParent() { in removeFromParent() function in GlobalIFunc
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Globals.cpp | 132 void GlobalVariable::removeFromParent() { in removeFromParent() function in GlobalVariable 211 void GlobalAlias::removeFromParent() { in removeFromParent() function in GlobalAlias
|
/external/llvm/include/llvm/IR/ |
D | GlobalIFunc.h | 52 void removeFromParent() final;
|
D | GlobalAlias.h | 65 void removeFromParent() override;
|
D | GlobalVariable.h | 157 void removeFromParent() override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyArgumentMove.cpp | 92 EntryMBB.insert(InsertPt, MI.removeFromParent()); in runOnMachineFunction()
|
D | WebAssemblyPrepareForLiveIntervals.cpp | 118 MI.removeFromParent(); in runOnMachineFunction()
|
D | WebAssemblyLateEHPrepare.cpp | 187 EHPad->insert(EHPad->begin(), Catch->removeFromParent()); in hoistCatches() 301 EHPad->insert(InsertPos, Call->removeFromParent()); in ensureSingleBBTermPads()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | GlobalIFunc.h | 56 void removeFromParent();
|
D | GlobalAlias.h | 69 void removeFromParent();
|
D | GlobalVariable.h | 171 void removeFromParent();
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | GlobalAlias.h | 52 virtual void removeFromParent();
|
D | GlobalVariable.h | 148 virtual void removeFromParent();
|
D | BasicBlock.h | 159 void removeFromParent();
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyArgumentMove.cpp | 102 EntryMBB.insert(InsertPt, MI.removeFromParent()); in runOnMachineFunction()
|
D | WebAssemblyPrepareForLiveIntervals.cpp | 127 MI->removeFromParent(); in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | ExtractGV.cpp | 134 CurI->removeFromParent(); in runOnModule()
|
/external/llvm/lib/Transforms/IPO/ |
D | ExtractGV.cpp | 136 CurI->removeFromParent(); in runOnModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRRelaxMemOperations.cpp | 119 MI.removeFromParent(); in relax()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTLSDynamicCall.cpp | 129 MI->removeFromParent(); in processBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCTLSDynamicCall.cpp | 146 MI.removeFromParent(); in processBlock()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | BasicBlock.h | 166 void removeFromParent();
|