LLVM 20.0.0git
|
#include "llvm/IR/Metadata.h"
Classes | |
struct | SFINAE |
Public Types | |
using | Yes = char[1] |
using | No = char[2] |
Static Public Member Functions | |
template<class U , class V > | |
static Yes & | hasDereference (SFINAE< sizeof(static_cast< V >(*make< U >()))> *=0) |
template<class U , class V > | |
static No & | hasDereference (...) |
Static Public Attributes | |
static const bool | value |
Definition at line 620 of file Metadata.h.
using llvm::mdconst::detail::HasDereference< T, Result >::No = char[2] |
Definition at line 622 of file Metadata.h.
using llvm::mdconst::detail::HasDereference< T, Result >::Yes = char[1] |
Definition at line 621 of file Metadata.h.
|
static |
|
static |
|
static |
Definition at line 629 of file Metadata.h.