| ThreadSafetyTIL.h | 1168 UnaryOp(TIL_UnaryOpcode Op, SExpr *E) : SExpr(COP_UnaryOp), Expr0(E) { 1172 UnaryOp(const UnaryOp &U, SExpr *E) : SExpr(U), Expr0(E) { Flags = U.Flags; } 1180 SExpr *expr() { return Expr0; } 1181 const SExpr *expr() const { return Expr0; } 1185 auto Ne = Vs.traverse(Expr0, Vs.subExprCtx(Ctx)); 1199 SExpr* Expr0; 1207 : SExpr(COP_BinaryOp), Expr0(E0), Expr1(E1) { 1212 : SExpr(B), Expr0(E0), Expr1(E1) { 1222 SExpr *expr0() { return Expr0; } function in class:clang::threadSafety::BinaryOp 1223 const SExpr *expr0() const { return Expr0; } function in class:clang::threadSafety::BinaryOp [all...] |