|
LLVM
3.7.0
|
#include <Metadata.h>
Classes | |
| struct | SFINAE |
Public Types | |
| typedef char | Yes [1] |
| typedef char | No [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 407 of file Metadata.h.
| typedef char llvm::mdconst::detail::HasDereference< T, Result >::No[2] |
Definition at line 409 of file Metadata.h.
| typedef char llvm::mdconst::detail::HasDereference< T, Result >::Yes[1] |
Definition at line 408 of file Metadata.h.
|
static |
|
static |
|
static |
Definition at line 416 of file Metadata.h.
1.8.6