HomeSort by relevance Sort by last modified time
    Searched refs:removeFromParent (Results 1 - 25 of 42) sorted by null

1 2

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysPanel.java 130 public void removeFromParent();
MoreKeysKeyboardView.java 303 removeFromParent();
308 public void removeFromParent() {
MainKeyboardView.java 679 mMoreKeysPanel.removeFromParent();
    [all...]
  /external/llvm/include/llvm/IR/
GlobalVariable.h 152 /// removeFromParent - This method unlinks 'this' from the containing module,
155 void removeFromParent() override;
GlobalAlias.h 70 /// removeFromParent - This method unlinks 'this' from the containing module,
73 void removeFromParent() override;
BasicBlock.h 157 void removeFromParent();
GlobalValue.h 351 virtual void removeFromParent() = 0;
Instruction.h 76 /// removeFromParent - This method unlinks 'this' from the containing basic
79 void removeFromParent();
Function.h 430 /// removeFromParent - This method unlinks 'this' from the containing module,
433 void removeFromParent() override;
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyArgumentMove.cpp 104 EntryMBB.insert(InsertPt, MI->removeFromParent());
WebAssemblyRegStackify.cpp 214 Def->removeFromParent());
  /external/llvm/lib/Transforms/IPO/
ExtractGV.cpp 133 CurI->removeFromParent();
  /external/llvm/lib/IR/
Globals.cpp 185 void GlobalVariable::removeFromParent() {
273 void GlobalAlias::removeFromParent() {
BasicBlock.cpp 93 void BasicBlock::removeFromParent() {
Instruction.cpp 71 void Instruction::removeFromParent() {
Function.cpp 237 void Function::removeFromParent() {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCTLSDynamicCall.cpp 125 MI->removeFromParent();
  /external/llvm/lib/Target/X86/
X86OptimizeLEAs.cpp 271 DefMI->removeFromParent();
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp     [all...]
AtomicExpandPass.cpp 192 TrailingFence->removeFromParent();
CodeGenPrepare.cpp     [all...]
MachineBasicBlock.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 684 MachineBasicBlock *removeFromParent();
    [all...]
MachineInstr.h 715 MachineInstr *removeFromParent();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp 683 C.Ins->removeFromParent();

Completed in 1484 milliseconds

1 2