|
LLVM
8.0.1
|
#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 502 of file Metadata.h.
| using llvm::mdconst::detail::HasDereference< T, Result >::No = char[2] |
Definition at line 504 of file Metadata.h.
| using llvm::mdconst::detail::HasDereference< T, Result >::Yes = char[1] |
Definition at line 503 of file Metadata.h.
|
static |
|
static |
|
static |
Definition at line 511 of file Metadata.h.
1.8.13