clang API Documentation
#include <ThreadSafetyLogical.h>
Public Member Functions | |
const LExpr * | left () const |
LExpr * | left () |
const LExpr * | right () const |
LExpr * | right () |
Protected Member Functions | |
BinOp (LExpr *LHS, LExpr *RHS, Opcode Code) |
Definition at line 55 of file ThreadSafetyLogical.h.
clang::threadSafety::lexpr::BinOp::BinOp | ( | LExpr * | LHS, |
LExpr * | RHS, | ||
Opcode | Code | ||
) | [inline, protected] |
Definition at line 59 of file ThreadSafetyLogical.h.
const LExpr* clang::threadSafety::lexpr::BinOp::left | ( | ) | const [inline] |
Definition at line 62 of file ThreadSafetyLogical.h.
LExpr* clang::threadSafety::lexpr::BinOp::left | ( | ) | [inline] |
Definition at line 63 of file ThreadSafetyLogical.h.
const LExpr* clang::threadSafety::lexpr::BinOp::right | ( | ) | const [inline] |
Definition at line 65 of file ThreadSafetyLogical.h.
LExpr* clang::threadSafety::lexpr::BinOp::right | ( | ) | [inline] |
Definition at line 66 of file ThreadSafetyLogical.h.