clang 19.0.0git
clang::CodeGen::DominatingPointer< T, mightBeInstruction > Struct Template Reference
Inheritance diagram for clang::CodeGen::DominatingPointer< T, mightBeInstruction >:
Inheritance graph
[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 71 of file EHScopeStack.h.


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