clang 20.0.0git
|
#include "clang/Analysis/Analyses/ThreadSafetyTraverse.h"
Classes | |
class | Container |
Public Types | |
using | R_SExpr = SExpr * |
using | R_BasicBlock = BasicBlock * |
Public Types inherited from clang::threadSafety::til::SimpleReducerBase | |
enum | TraversalKind { TRV_Normal , TRV_Decl , TRV_Lazy , TRV_Type } |
using | R_Ctx = TraversalKind |
Public Member Functions | |
CopyReducerBase (MemRegionRef A) | |
Public Member Functions inherited from clang::threadSafety::til::SimpleReducerBase | |
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 138 of file ThreadSafetyTraverse.h.
Definition at line 143 of file ThreadSafetyTraverse.h.
Definition at line 142 of file ThreadSafetyTraverse.h.
|
inline |
Definition at line 158 of file ThreadSafetyTraverse.h.
|
protected |
Definition at line 161 of file ThreadSafetyTraverse.h.