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

1 2

  /external/chromium_org/third_party/webrtc/base/
sigslot.h 320 virtual has_slots_interface* getdest() const = 0;
331 virtual has_slots_interface* getdest() const = 0;
342 virtual has_slots_interface* getdest() const = 0;
353 virtual has_slots_interface* getdest() const = 0;
364 virtual has_slots_interface* getdest() const = 0;
376 virtual has_slots_interface* getdest() const = 0;
391 virtual has_slots_interface* getdest() const = 0;
406 virtual has_slots_interface* getdest() const = 0;
421 virtual has_slots_interface* getdest() const = 0;
544 (*it)->getdest()->signal_connect(this)
1810 virtual has_slots_interface* getdest() const function in class:sigslot::_connection0
1855 virtual has_slots_interface* getdest() const function in class:sigslot::_connection1
1901 virtual has_slots_interface* getdest() const function in class:sigslot::_connection2
1947 virtual has_slots_interface* getdest() const function in class:sigslot::_connection3
1996 virtual has_slots_interface* getdest() const function in class:sigslot::_connection4
2050 virtual has_slots_interface* getdest() const function in class:sigslot::_connection5
2104 virtual has_slots_interface* getdest() const function in class:sigslot::_connection6
2158 virtual has_slots_interface* getdest() const function in class:sigslot::_connection7
2214 virtual has_slots_interface* getdest() const function in class:sigslot::_connection8
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdfdoc.cpp 50 CPDF_Dest dest = Bookmark.GetDest(pDoc);
56 return Action.GetDest(pDoc);
95 return Action.GetDest(pDoc);
151 FPDF_DEST dest = Link.GetDest(pDoc);
157 return Action.GetDest(pDoc);
fsdk_actionhandler.cpp 581 CPDF_Dest MyDest = action.GetDest(pPDFDocument);
  /external/llvm/include/llvm/IR/
IntrinsicInst.h 15 // ... MCI->getDest() ... MCI->getSource() ...
147 /// getDest - This is just like getRawDest, but it strips off any cast
150 Value *getDest() const { return getRawDest()->stripPointerCasts(); }
319 Value *getDest() const { return const_cast<Value*>(getArgOperand(0)); }
  /external/pdfium/core/src/fpdfdoc/
doc_bookmark.cpp 67 CPDF_Dest CPDF_Bookmark::GetDest(CPDF_Document* pDocument)
doc_link.cpp 87 CPDF_Dest CPDF_Link::GetDest(CPDF_Document* pDoc)
doc_action.cpp 8 CPDF_Dest CPDF_Action::GetDest(CPDF_Document* pDoc) const
  /external/clang/lib/Frontend/
ModuleDependencyCollector.cpp 48 SmallString<256> Dest = getDest();
96 SmallString<256> Dest = Collector.getDest();
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 186 convertTransferToLoop(cpy, cpy->getSource(), cpy->getDest(), len, false,
195 convertMemSetToLoop(memsetinst, memsetinst->getDest(), len, val, Context,
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 231 addRange(OffsetFromFirst, Size, MSI->getDest(), MSI->getAlignment(), MSI);
420 if (!IsPointerOffset(StartPtr, MSI->getDest(), Offset, *DL))
567 if (Instruction *I = tryMergingIntoMemset(MSI, MSI->getDest(),
749 if (M->getSource() != MDep->getDest() || MDep->isVolatile())
829 if (M->getSource() == M->getDest()) {
    [all...]
DeadStoreElimination.cpp 308 return MI->getDest();
ScalarReplAggregates.cpp 715 } else if (GetUnderlyingObject(MTI->getDest(), &DL, 0) != OrigAI) {
721 PointerType* DPTy = cast<PointerType>(MTI->getDest()->getType());
727 Value *DstPtr = Builder.CreateBitCast(MTI->getDest(), AIPTy);
    [all...]
LoopIdiomRecognize.cpp 839 Value *Pointer = MSI->getDest();
    [all...]
  /external/clang/include/clang/Frontend/
Utils.h 127 StringRef getDest() { return DestDir; }
  /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,
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 128 CPDF_Dest GetDest(CPDF_Document* pDocument);
329 CPDF_Dest GetDest(CPDF_Document* pDoc) const;
596 CPDF_Dest GetDest(CPDF_Document* pDoc);
    [all...]
  /hardware/qcom/display/msm8084/liboverlay/
overlay.cpp 96 eDest Overlay::getDest(int pipeid) {
108 eDest dest = getDest(pipeid);
overlay.h 90 utils::eDest getDest(int pipeid);
  /hardware/qcom/display/msm8226/liboverlay/
overlay.cpp 96 eDest Overlay::getDest(int pipeid) {
108 eDest dest = getDest(pipeid);
overlay.h 91 utils::eDest getDest(int pipeid);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 157 unsigned Alignment = getKnownAlignment(MI->getDest(), DL);
177 Value *Dest = MI->getDest();
258 if (MTI->getSource() == MTI->getDest())
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc 434 rl_dest = mir_graph_->GetDest(mir);
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 629 LiveRange *getDest() const { return LR; }
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]
  /art/compiler/dex/
mir_graph.h 781 RegLocation GetDest(MIR* mir) {
    [all...]

Completed in 1326 milliseconds

1 2