clang API Documentation

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

#include <ThreadSafetyTIL.h>

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

List of all members.

Public Member Functions

 Return (SExpr *Rval)
 Return (const Return &R, SExpr *Rval)
ArrayRef< BasicBlock * > successors ()
 Return an empty list.
SExprreturnValue ()
const SExprreturnValue () const
template<class V >
V::R_SExpr traverse (V &Vs, typename V::R_Ctx Ctx)
template<class C >
C::CType compare (const Return *E, C &Cmp) const

Static Public Member Functions

static bool classof (const SExpr *E)

Detailed Description

Return from the enclosing function, passing the return value to the caller. Only the exit block should end with a return statement.

Definition at line 1474 of file ThreadSafetyTIL.h.


Constructor & Destructor Documentation

Definition at line 1478 of file ThreadSafetyTIL.h.

clang::threadSafety::til::Return::Return ( const Return R,
SExpr Rval 
) [inline]

Definition at line 1479 of file ThreadSafetyTIL.h.


Member Function Documentation

static bool clang::threadSafety::til::Return::classof ( const SExpr E) [inline, static]
template<class C >
C::CType clang::threadSafety::til::Return::compare ( const Return E,
C &  Cmp 
) const [inline]

Definition at line 1496 of file ThreadSafetyTIL.h.

Definition at line 1487 of file ThreadSafetyTIL.h.

Return an empty list.

Reimplemented from clang::threadSafety::til::Terminator.

Definition at line 1482 of file ThreadSafetyTIL.h.

template<class V >
V::R_SExpr clang::threadSafety::til::Return::traverse ( V &  Vs,
typename V::R_Ctx  Ctx 
) [inline]

Definition at line 1490 of file ThreadSafetyTIL.h.


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