Home
last modified time | relevance | path

Searched refs:ExprOp (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
DThreadSafety.cpp73 enum ExprOp { enum in __anond7afc2f90111::SExpr
98 SExprNode(ExprOp O, unsigned F, const void* D) in SExprNode()
106 ExprOp kind() const { return static_cast<ExprOp>(Op); } in kind()