Searched defs:in_set (Results 1 – 1 of 1) sorted by relevance
307 struct in_set { struct308 in_set(const NodeSet &S) : NS(S) {} in in_set() function310 bool operator() (GepNode *N) const { in operator ()()315 const NodeSet &NS;