Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp90 class SExprNode { class in __anond7afc2f90111::SExpr
98 SExprNode(ExprOp O, unsigned F, const void* D) in SExprNode() function in __anond7afc2f90111::SExpr::SExprNode
140 bool operator==(const SExprNode& Other) const { in operator ==()
146 bool operator!=(const SExprNode& Other) const { in operator !=()
150 bool matches(const SExprNode& Other) const { in matches()
183 typedef SmallVector<SExprNode, 4> NodeVector;
192 NodeVec.push_back(SExprNode(EOP_Nop, 0, 0)); in makeNop()
197 NodeVec.push_back(SExprNode(EOP_Wildcard, 0, 0)); in makeWildcard()
202 NodeVec.push_back(SExprNode(EOP_Universal, 0, 0)); in makeUniversal()
207 NodeVec.push_back(SExprNode(EOP_NVar, 0, D)); in makeNamedVar()
[all …]