clang
3.7.0
|
#include <ThreadSafetyTraverse.h>
Classes | |
class | Container |
Public Types | |
typedef SExpr * | R_SExpr |
typedef BasicBlock * | R_BasicBlock |
![]() | |
enum | TraversalKind { TRV_Normal, TRV_Decl, TRV_Lazy, TRV_Type } |
typedef TraversalKind | R_Ctx |
Public Member Functions | |
CopyReducerBase (MemRegionRef A) | |
![]() | |
R_Ctx | subExprCtx (R_Ctx Ctx) |
R_Ctx | declCtx (R_Ctx Ctx) |
R_Ctx | lazyCtx (R_Ctx Ctx) |
R_Ctx | typeCtx (R_Ctx Ctx) |
Protected Attributes | |
MemRegionRef | Arena |
Definition at line 128 of file ThreadSafetyTraverse.h.
Definition at line 133 of file ThreadSafetyTraverse.h.
Definition at line 132 of file ThreadSafetyTraverse.h.
|
inline |
Definition at line 148 of file ThreadSafetyTraverse.h.
|
protected |
Definition at line 151 of file ThreadSafetyTraverse.h.