class Or
Declaration
class Or : public BinOp { /* full declaration omitted */ };
Declared at: clang/include/clang/Analysis/Analyses/ThreadSafetyLogical.h:75
Inherits from: BinOp
Member Variables
Method Overview
- public Or(clang::threadSafety::lexpr::LExpr * LHS, clang::threadSafety::lexpr::LExpr * RHS)
- public static bool classof(const clang::threadSafety::lexpr::LExpr * E)
Inherited from BinOp:
Inherited from LExpr:
Methods
¶Or(clang::threadSafety::lexpr::LExpr* LHS,
clang::threadSafety::lexpr::LExpr* RHS)
Or(clang::threadSafety::lexpr::LExpr* LHS,
clang::threadSafety::lexpr::LExpr* RHS)
Declared at: clang/include/clang/Analysis/Analyses/ThreadSafetyLogical.h:77
Parameters
¶static bool classof(
const clang::threadSafety::lexpr::LExpr* E)
static bool classof(
const clang::threadSafety::lexpr::LExpr* E)
Declared at: clang/include/clang/Analysis/Analyses/ThreadSafetyLogical.h:79
Parameters
- const clang::threadSafety::lexpr::LExpr* E