HomeSort by relevance Sort by last modified time
    Searched full:getdest (Results 1 - 12 of 12) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
sigslot.h 308 virtual has_slots<mt_policy>* getdest() const = 0;
319 virtual has_slots<mt_policy>* getdest() const = 0;
330 virtual has_slots<mt_policy>* getdest() const = 0;
341 virtual has_slots<mt_policy>* getdest() const = 0;
352 virtual has_slots<mt_policy>* getdest() const = 0;
364 virtual has_slots<mt_policy>* getdest() const = 0;
379 virtual has_slots<mt_policy>* getdest() const = 0;
394 virtual has_slots<mt_policy>* getdest() const = 0;
409 virtual has_slots<mt_policy>* getdest() const = 0;
510 (*it)->getdest()->signal_connect(this)
1776 virtual has_slots<mt_policy>* getdest() const function in class:sigslot::_connection0
1821 virtual has_slots<mt_policy>* getdest() const function in class:sigslot::_connection1
1867 virtual has_slots<mt_policy>* getdest() const function in class:sigslot::_connection2
1913 virtual has_slots<mt_policy>* getdest() const function in class:sigslot::_connection3
1962 virtual has_slots<mt_policy>* getdest() const function in class:sigslot::_connection4
2016 virtual has_slots<mt_policy>* getdest() const function in class:sigslot::_connection5
2070 virtual has_slots<mt_policy>* getdest() const function in class:sigslot::_connection6
2124 virtual has_slots<mt_policy>* getdest() const function in class:sigslot::_connection7
2180 virtual has_slots<mt_policy>* getdest() const function in class:sigslot::_connection8
    [all...]
  /external/llvm/include/llvm/
IntrinsicInst.h 15 // ... MCI->getDest() ... MCI->getSource() ...
146 /// getDest - This is just like getRawDest, but it strips off any cast
149 Value *getDest() const { return getRawDest()->stripPointerCasts(); }
  /external/llvm/lib/Analysis/
Lint.cpp 277 visitMemoryReference(I, MCI->getDest(), AliasAnalysis::UnknownSize,
293 Assert1(AA->alias(MCI->getSource(), Size, MCI->getDest(), Size) !=
301 visitMemoryReference(I, MMI->getDest(), AliasAnalysis::UnknownSize,
312 visitMemoryReference(I, MSI->getDest(), AliasAnalysis::UnknownSize,
LazyValueInfo.cpp 572 if (MI->getRawDest() == Ptr || MI->getDest() == Ptr)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 220 addRange(OffsetFromFirst, Size, MSI->getDest(), MSI->getAlignment(), MSI);
409 if (!IsPointerOffset(StartPtr, MSI->getDest(), Offset, *TD))
548 if (Instruction *I = tryMergingIntoMemset(MSI, MSI->getDest(),
705 if (M->getSource() != MDep->getDest() || MDep->isVolatile())
786 if (M->getSource() == M->getDest()) {
811 if (performCallSlotOptzn(M, M->getDest(), M->getSource(),
    [all...]
LoopIdiomRecognize.cpp 336 Value *Pointer = MSI->getDest();
DeadStoreElimination.cpp 267 return MI->getDest();
ScalarReplAggregates.cpp 631 } else if (GetUnderlyingObject(MTI->getDest(), &TD, 0) != OrigAI) {
637 PointerType* DPTy = cast<PointerType>(MTI->getDest()->getType());
643 Value *DstPtr = Builder.CreateBitCast(MTI->getDest(), AIPTy);
    [all...]
GVN.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 124 unsigned Alignment = getKnownAlignment(MI->getDest(), TD);
146 Value *Dest = MI->getDest();
229 if (MTI->getSource() == MTI->getDest())
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 268 Value *Dst = MI->getDest();
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 344 milliseconds