Searched defs:SExprNode (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
H A DThreadSafety.cpp94 class SExprNode { class in class:__anon17783::SExpr
102 SExprNode(ExprOp O, unsigned F, const void* D) function in class:__anon17783::SExpr::SExprNode
144 bool operator==(const SExprNode& Other) const {
150 bool operator!=(const SExprNode& Other) const {
154 bool matches(const SExprNode& Other) const {
184 typedef SmallVector<SExprNode, 4> NodeVector;
193 NodeVec.push_back(SExprNode(O, F, D));
622 const SExprNode* N = &NodeVec[i];

Completed in 90 milliseconds