My Project
|
#include <Type.h>
Public Member Functions | |
TypeConstraint (const llvm::Record *record) | |
TypeConstraint (const llvm::DefInit *init) | |
bool | isVariadic () const |
![]() | |
Constraint (const llvm::Record *record) | |
bool | operator== (const Constraint &that) |
bool | operator!= (const Constraint &that) |
Pred | getPredicate () const |
std::string | getConditionTemplate () const |
StringRef | getDescription () const |
Kind | getKind () const |
Static Public Member Functions | |
static bool | classof (const Constraint *c) |
Additional Inherited Members | |
![]() | |
enum | Kind { CK_Attr, CK_Region, CK_Type, CK_Uncategorized } |
![]() | |
Constraint (Kind kind, const llvm::Record *record) | |
![]() | |
const llvm::Record * | def |
|
explicit |
|
explicit |
|
inlinestatic |
bool TypeConstraint::isVariadic | ( | ) | const |