clang API Documentation
Placeholder for expressions that cannot be represented in the TIL. More...
#include <ThreadSafetyTIL.h>
Public Member Functions | |
Undefined (const clang::Stmt *S=nullptr) | |
Undefined (const Undefined &U) | |
template<class V > | |
V::R_SExpr | traverse (V &Vs, typename V::R_Ctx Ctx) |
template<class C > | |
C::CType | compare (const Undefined *E, C &Cmp) const |
Static Public Member Functions | |
static bool | classof (const SExpr *E) |
Placeholder for expressions that cannot be represented in the TIL.
Definition at line 473 of file ThreadSafetyTIL.h.
clang::threadSafety::til::Undefined::Undefined | ( | const clang::Stmt * | S = nullptr | ) | [inline] |
Definition at line 477 of file ThreadSafetyTIL.h.
clang::threadSafety::til::Undefined::Undefined | ( | const Undefined & | U | ) | [inline] |
Definition at line 478 of file ThreadSafetyTIL.h.
static bool clang::threadSafety::til::Undefined::classof | ( | const SExpr * | E | ) | [inline, static] |
Definition at line 475 of file ThreadSafetyTIL.h.
References clang::threadSafety::til::SExpr::opcode().
C::CType clang::threadSafety::til::Undefined::compare | ( | const Undefined * | E, |
C & | Cmp | ||
) | const [inline] |
Definition at line 486 of file ThreadSafetyTIL.h.
V::R_SExpr clang::threadSafety::til::Undefined::traverse | ( | V & | Vs, |
typename V::R_Ctx | Ctx | ||
) | [inline] |
Definition at line 481 of file ThreadSafetyTIL.h.