#include "clang/Analysis/Analyses/ThreadSafetyLogical.h"
Definition at line 54 of file ThreadSafetyLogical.h.
◆ BinOp()
clang::threadSafety::lexpr::BinOp::BinOp |
( |
LExpr * |
LHS, |
|
|
LExpr * |
RHS, |
|
|
Opcode |
Code |
|
) |
| |
|
inlineprotected |
◆ left() [1/2]
LExpr * clang::threadSafety::lexpr::BinOp::left |
( |
| ) |
|
|
inline |
◆ left() [2/2]
const LExpr * clang::threadSafety::lexpr::BinOp::left |
( |
| ) |
const |
|
inline |
◆ right() [1/2]
LExpr * clang::threadSafety::lexpr::BinOp::right |
( |
| ) |
|
|
inline |
◆ right() [2/2]
const LExpr * clang::threadSafety::lexpr::BinOp::right |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: