clang API Documentation

Public Member Functions | Static Public Member Functions | Protected Member Functions
clang::threadSafety::til::Terminator Class Reference

Base class for basic block terminators: Branch, Goto, and Return. More...

#include <ThreadSafetyTIL.h>

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

List of all members.

Public Member Functions

ArrayRef< BasicBlock * > successors ()
 Return the list of basic blocks that this terminator can branch to.
ArrayRef< BasicBlock * > successors () const

Static Public Member Functions

static bool classof (const SExpr *E)

Protected Member Functions

 Terminator (TIL_Opcode Op)
 Terminator (const SExpr &E)

Detailed Description

Base class for basic block terminators: Branch, Goto, and Return.

Definition at line 1357 of file ThreadSafetyTIL.h.


Constructor & Destructor Documentation

Definition at line 1364 of file ThreadSafetyTIL.h.

clang::threadSafety::til::Terminator::Terminator ( const SExpr E) [inline, protected]

Definition at line 1365 of file ThreadSafetyTIL.h.


Member Function Documentation

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

Return the list of basic blocks that this terminator can branch to.

Reimplemented in clang::threadSafety::til::Return, clang::threadSafety::til::Branch, and clang::threadSafety::til::Goto.

Definition at line 1505 of file ThreadSafetyTIL.h.

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

Definition at line 1371 of file ThreadSafetyTIL.h.


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