clang  8.0.0
clang::CodeGen::DominatingPointer< T, mightBeInstruction > Struct Template Reference

#include "/work/www-prereleases/8.0.0/rc1/builddocs/llvm.src/tools/clang/lib/CodeGen/EHScopeStack.h"

Inheritance diagram for clang::CodeGen::DominatingPointer< T, mightBeInstruction >:
[legend]

Detailed Description

template<class T, bool mightBeInstruction = std::is_base_of<llvm::Value, T>::value && !std::is_base_of<llvm::Constant, T>::value && !std::is_base_of<llvm::BasicBlock, T>::value>
struct clang::CodeGen::DominatingPointer< T, mightBeInstruction >

Definition at line 72 of file EHScopeStack.h.


The documentation for this struct was generated from the following file: