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

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

Completed in 33 milliseconds