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

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

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

Public Types

using CType = bool

Public Member Functions

CType trueResult ()
bool notTrue (CType ct)
bool compareIntegers (unsigned i, unsigned j)
bool compareStrings (StringRef s, StringRef r)
bool comparePointers (const void *P, const void *Q)
bool compare (const SExpr *E1, const SExpr *E2)
void enterScope (const Variable *V1, const Variable *V2)
void leaveScope ()
bool compareVariableRefs (const Variable *V1, const Variable *V2)
Public Member Functions inherited from clang::threadSafety::til::Comparator< MatchComparator >
bool compare (const SExpr *E1, const SExpr *E2)

Static Public Member Functions

static bool compareExprs (const SExpr *E1, const SExpr *E2)

Additional Inherited Members

Protected Member Functions inherited from clang::threadSafety::til::Comparator< MatchComparator >
MatchComparatorself ()

Detailed Description

Definition at line 357 of file ThreadSafetyTraverse.h.

Member Typedef Documentation

◆ CType

Member Function Documentation

◆ compare()

bool clang::threadSafety::til::MatchComparator::compare ( const SExpr * E1,
const SExpr * E2 )
inline

◆ compareExprs()

bool clang::threadSafety::til::MatchComparator::compareExprs ( const SExpr * E1,
const SExpr * E2 )
inlinestatic

Definition at line 387 of file ThreadSafetyTraverse.h.

References compare().

Referenced by clang::threadSafety::sx::matches().

◆ compareIntegers()

bool clang::threadSafety::til::MatchComparator::compareIntegers ( unsigned i,
unsigned j )
inline

Definition at line 367 of file ThreadSafetyTraverse.h.

◆ comparePointers()

bool clang::threadSafety::til::MatchComparator::comparePointers ( const void * P,
const void * Q )
inline

Definition at line 369 of file ThreadSafetyTraverse.h.

◆ compareStrings()

bool clang::threadSafety::til::MatchComparator::compareStrings ( StringRef s,
StringRef r )
inline

Definition at line 368 of file ThreadSafetyTraverse.h.

References s.

◆ compareVariableRefs()

bool clang::threadSafety::til::MatchComparator::compareVariableRefs ( const Variable * V1,
const Variable * V2 )
inline

Definition at line 383 of file ThreadSafetyTraverse.h.

◆ enterScope()

void clang::threadSafety::til::MatchComparator::enterScope ( const Variable * V1,
const Variable * V2 )
inline

Definition at line 380 of file ThreadSafetyTraverse.h.

◆ leaveScope()

void clang::threadSafety::til::MatchComparator::leaveScope ( )
inline

Definition at line 381 of file ThreadSafetyTraverse.h.

◆ notTrue()

bool clang::threadSafety::til::MatchComparator::notTrue ( CType ct)
inline

Definition at line 365 of file ThreadSafetyTraverse.h.

◆ trueResult()

CType clang::threadSafety::til::MatchComparator::trueResult ( )
inline

Definition at line 364 of file ThreadSafetyTraverse.h.


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