clang 22.0.0git
clang::threadSafety::til::Return Class Reference

Return from the enclosing function, passing the return value to the caller. More...

#include "clang/Analysis/Analyses/ThreadSafetyTIL.h"

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

Public Member Functions

 Return (SExpr *Rval)
 Return (const Return &R, SExpr *Rval)
ArrayRef< BasicBlock * > successors () const
 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
Public Member Functions inherited from clang::threadSafety::til::Terminator
ArrayRef< BasicBlock * > successors () const
 Return the list of basic blocks that this terminator can branch to.
Public Member Functions inherited from clang::threadSafety::til::SExpr
 SExpr ()=delete
TIL_Opcode opcode () const
void * operator new (size_t S, MemRegionRef &R)
void * operator new (size_t)=delete
 SExpr objects must be created in an arena.
void operator delete (void *)=delete
 SExpr objects cannot be deleted.
unsigned id () const
 Returns the instruction ID for this expression.
BasicBlockblock () const
 Returns the block, if this is an instruction in a basic block, otherwise returns null.
void setID (BasicBlock *B, unsigned id)
 Set the basic block and instruction ID for this expression.

Static Public Member Functions

static bool classof (const SExpr *E)
Static Public Member Functions inherited from clang::threadSafety::til::Terminator
static bool classof (const SExpr *E)

Additional Inherited Members

Protected Member Functions inherited from clang::threadSafety::til::Terminator
 Terminator (TIL_Opcode Op)
 Terminator (const SExpr &E)
Protected Member Functions inherited from clang::threadSafety::til::SExpr
 SExpr (TIL_Opcode Op)
 SExpr (const SExpr &E)
SExproperator= (const SExpr &)=delete
Protected Attributes inherited from clang::threadSafety::til::SExpr
const TIL_Opcode Opcode
unsigned char Reserved = 0
unsigned short Flags = 0
unsigned SExprID = 0
BasicBlockBlock = nullptr

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 1462 of file ThreadSafetyTIL.h.

Constructor & Destructor Documentation

◆ Return() [1/2]

clang::threadSafety::til::Return::Return ( SExpr * Rval)
inline

Definition at line 1464 of file ThreadSafetyTIL.h.

References clang::threadSafety::til::Terminator::Terminator().

Referenced by compare(), and Return().

◆ Return() [2/2]

clang::threadSafety::til::Return::Return ( const Return & R,
SExpr * Rval )
inline

Member Function Documentation

◆ classof()

bool clang::threadSafety::til::Return::classof ( const SExpr * E)
inlinestatic

Definition at line 1467 of file ThreadSafetyTIL.h.

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

◆ compare()

template<class C>
C::CType clang::threadSafety::til::Return::compare ( const Return * E,
C & Cmp ) const
inline

Definition at line 1482 of file ThreadSafetyTIL.h.

References clang::C, and Return().

◆ returnValue() [1/2]

SExpr * clang::threadSafety::til::Return::returnValue ( )
inline

◆ returnValue() [2/2]

const SExpr * clang::threadSafety::til::Return::returnValue ( ) const
inline

Definition at line 1473 of file ThreadSafetyTIL.h.

◆ successors()

ArrayRef< BasicBlock * > clang::threadSafety::til::Return::successors ( ) const
inline

Return an empty list.

Definition at line 1470 of file ThreadSafetyTIL.h.

◆ traverse()

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

Definition at line 1476 of file ThreadSafetyTIL.h.

References clang::ast_matchers::Ne, and V.


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