Searched defs:in_set (Results 1 – 1 of 1) sorted by relevance
281 struct in_set { struct282 in_set(const NodeSet &S) : NS(S) {} in in_set() function283 bool operator() (GepNode *N) const { in operator ()()287 const NodeSet &NS;