class AssertingVH

Declaration

template <typename ValueTy>
class AssertingVH : public ValueHandleBase { /* full declaration omitted */ };

Declared at: llvm/include/llvm/IR/ValueHandle.h:256

Inherits from: ValueHandleBase

Templates

ValueTy

Method Overview

Inherited from ValueHandleBase:

Methods

AssertingVH<ValueTy>()

Declared at: llvm/include/llvm/IR/ValueHandle.h:280

AssertingVH<ValueTy>(ValueTy* P)

Declared at: llvm/include/llvm/IR/ValueHandle.h:281

Parameters

ValueTy* P

AssertingVH<ValueTy>(
    const AssertingVH<ValueTy>& RHS)

Declared at: llvm/include/llvm/IR/ValueHandle.h:282

Parameters

const AssertingVH<ValueTy>& RHS

ValueTy* operator type - parameter - 0 -
    0 *() const

Declared at: llvm/include/llvm/IR/ValueHandle.h:289