clang API Documentation

Public Member Functions | Static Public Member Functions
clang::threadSafety::til::Let Class Reference

#include <ThreadSafetyTIL.h>

Inheritance diagram for clang::threadSafety::til::Let:
Inheritance graph
[legend]
Collaboration diagram for clang::threadSafety::til::Let:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Let (Variable *Vd, SExpr *Bd)
 Let (const Let &L, Variable *Vd, SExpr *Bd)
VariablevariableDecl ()
const VariablevariableDecl () const
SExprbody ()
const SExprbody () const
template<class V >
V::R_SExpr traverse (V &Vs, typename V::R_Ctx Ctx)
template<class C >
C::CType compare (const Let *E, C &Cmp) const

Static Public Member Functions

static bool classof (const SExpr *E)

Detailed Description

A let-expression, e.g. let x=t; u. This is a pseduo-term; it will be lowered to instructions in a CFG.

Definition at line 1863 of file ThreadSafetyTIL.h.


Constructor & Destructor Documentation

clang::threadSafety::til::Let::Let ( Variable Vd,
SExpr Bd 
) [inline]
clang::threadSafety::til::Let::Let ( const Let L,
Variable Vd,
SExpr Bd 
) [inline]

Member Function Documentation

const SExpr* clang::threadSafety::til::Let::body ( ) const [inline]

Definition at line 1878 of file ThreadSafetyTIL.h.

static bool clang::threadSafety::til::Let::classof ( const SExpr E) [inline, static]

Definition at line 1865 of file ThreadSafetyTIL.h.

References clang::threadSafety::til::SExpr::opcode().

template<class C >
C::CType clang::threadSafety::til::Let::compare ( const Let E,
C &  Cmp 
) const [inline]
template<class V >
V::R_SExpr clang::threadSafety::til::Let::traverse ( V &  Vs,
typename V::R_Ctx  Ctx 
) [inline]

Definition at line 1875 of file ThreadSafetyTIL.h.


The documentation for this class was generated from the following file: