My Project
|
#include <Region.h>
Static Public Member Functions | |
static bool | classof (const Constraint *c) |
Additional Inherited Members | |
![]() | |
enum | Kind { CK_Attr, CK_Region, CK_Type, CK_Uncategorized } |
![]() | |
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 |
![]() | |
Constraint (Kind kind, const llvm::Record *record) | |
![]() | |
const llvm::Record * | def |
|
inlinestatic |