HomeSort by relevance Sort by last modified time
    Searched refs:clone_impl (Results 1 - 6 of 6) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
exception.hpp 431 clone_impl: class in namespace:boost::exception_detail
436 clone_impl( clone_impl const & x, clone_tag ): function in class:boost::exception_detail::clone_impl
445 clone_impl( T const & x ): function in class:boost::exception_detail::clone_impl
451 ~clone_impl() throw()
460 return new clone_impl(*this,clone_tag());
473 exception_detail::clone_impl<T>
476 return exception_detail::clone_impl<T>(x);
  /external/llvm/lib/IR/
Instructions.cpp 3566 AtomicRMWInst *AtomicRMWInst::clone_impl() const { function in class:AtomicRMWInst
3574 FenceInst *FenceInst::clone_impl() const { function in class:FenceInst
3578 TruncInst *TruncInst::clone_impl() const { function in class:TruncInst
3582 ZExtInst *ZExtInst::clone_impl() const { function in class:ZExtInst
3586 SExtInst *SExtInst::clone_impl() const { function in class:SExtInst
3590 FPTruncInst *FPTruncInst::clone_impl() const { function in class:FPTruncInst
3594 FPExtInst *FPExtInst::clone_impl() const { function in class:FPExtInst
3598 UIToFPInst *UIToFPInst::clone_impl() const { function in class:UIToFPInst
3602 SIToFPInst *SIToFPInst::clone_impl() const { function in class:SIToFPInst
3606 FPToUIInst *FPToUIInst::clone_impl() const { function in class:FPToUIInst
3610 FPToSIInst *FPToSIInst::clone_impl() const { function in class:FPToSIInst
3614 PtrToIntInst *PtrToIntInst::clone_impl() const { function in class:PtrToIntInst
3618 IntToPtrInst *IntToPtrInst::clone_impl() const { function in class:IntToPtrInst
3622 BitCastInst *BitCastInst::clone_impl() const { function in class:BitCastInst
3626 AddrSpaceCastInst *AddrSpaceCastInst::clone_impl() const { function in class:AddrSpaceCastInst
3630 CallInst *CallInst::clone_impl() const { function in class:CallInst
3634 SelectInst *SelectInst::clone_impl() const { function in class:SelectInst
3638 VAArgInst *VAArgInst::clone_impl() const { function in class:VAArgInst
3642 ExtractElementInst *ExtractElementInst::clone_impl() const { function in class:ExtractElementInst
3646 InsertElementInst *InsertElementInst::clone_impl() const { function in class:InsertElementInst
3650 ShuffleVectorInst *ShuffleVectorInst::clone_impl() const { function in class:ShuffleVectorInst
3654 PHINode *PHINode::clone_impl() const { function in class:PHINode
3658 LandingPadInst *LandingPadInst::clone_impl() const { function in class:LandingPadInst
3662 ReturnInst *ReturnInst::clone_impl() const { function in class:ReturnInst
3666 BranchInst *BranchInst::clone_impl() const { function in class:BranchInst
3670 SwitchInst *SwitchInst::clone_impl() const { function in class:SwitchInst
3674 IndirectBrInst *IndirectBrInst::clone_impl() const { function in class:IndirectBrInst
3679 InvokeInst *InvokeInst::clone_impl() const { function in class:InvokeInst
3683 ResumeInst *ResumeInst::clone_impl() const { function in class:ResumeInst
3687 UnreachableInst *UnreachableInst::clone_impl() const { function in class:UnreachableInst
    [all...]
Instruction.cpp 533 Instruction *New = clone_impl();
  /external/llvm/include/llvm/IR/
Instructions.h 77 AllocaInst *clone_impl() const override;
171 LoadInst *clone_impl() const override;
296 StoreInst *clone_impl() const override;
422 FenceInst *clone_impl() const override;
491 AtomicCmpXchgInst *clone_impl() const override;
644 AtomicRMWInst *clone_impl() const override;
810 GetElementPtrInst *clone_impl() const override;
    [all...]
Instruction.h 511 virtual Instruction *clone_impl() const = 0;
InstrTypes.h 142 BinaryOperator *clone_impl() const override;
    [all...]

Completed in 97 milliseconds