clang 22.0.0git
clang::threadSafety::til::VisitReducerBase::Container< T > Class Template Reference

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

Public Member Functions

 Container (VisitReducerBase &S, unsigned N)
void push_back (bool E)

Public Attributes

bool Success = true

Detailed Description

template<class T>
class clang::threadSafety::til::VisitReducerBase::Container< T >

Definition at line 172 of file ThreadSafetyTraverse.h.

Constructor & Destructor Documentation

◆ Container()

template<class T>
clang::threadSafety::til::VisitReducerBase::Container< T >::Container ( VisitReducerBase & S,
unsigned N )
inline

Definition at line 176 of file ThreadSafetyTraverse.h.

Member Function Documentation

◆ push_back()

template<class T>
void clang::threadSafety::til::VisitReducerBase::Container< T >::push_back ( bool E)
inline

Definition at line 178 of file ThreadSafetyTraverse.h.

References Success.

Member Data Documentation

◆ Success


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