#include "clang/Analysis/Analyses/ThreadSafetyTraverse.h"
Definition at line 361 of file ThreadSafetyTraverse.h.
◆ CType
◆ compare()
bool clang::threadSafety::til::MatchComparator::compare |
( |
const SExpr * |
E1, |
|
|
const SExpr * |
E2 |
|
) |
| |
|
inline |
◆ compareExprs()
static bool clang::threadSafety::til::MatchComparator::compareExprs |
( |
const SExpr * |
E1, |
|
|
const SExpr * |
E2 |
|
) |
| |
|
inlinestatic |
◆ compareIntegers()
◆ comparePointers()
bool clang::threadSafety::til::MatchComparator::comparePointers |
( |
const void * |
P, |
|
|
const void * |
Q |
|
) |
| |
|
inline |
◆ compareStrings()
bool clang::threadSafety::til::MatchComparator::compareStrings |
( |
StringRef |
s, |
|
|
StringRef |
r |
|
) |
| |
|
inline |
◆ compareVariableRefs()
bool clang::threadSafety::til::MatchComparator::compareVariableRefs |
( |
const Variable * |
V1, |
|
|
const Variable * |
V2 |
|
) |
| |
|
inline |
◆ enterScope()
void clang::threadSafety::til::MatchComparator::enterScope |
( |
const Variable * |
V1, |
|
|
const Variable * |
V2 |
|
) |
| |
|
inline |
◆ leaveScope()
void clang::threadSafety::til::MatchComparator::leaveScope |
( |
| ) |
|
|
inline |
◆ notTrue()
bool clang::threadSafety::til::MatchComparator::notTrue |
( |
CType |
ct | ) |
|
|
inline |
◆ trueResult()
CType clang::threadSafety::til::MatchComparator::trueResult |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: