Searched defs:in_set (Results 1 – 2 of 2) sorted by relevance
280 struct in_set { struct281 in_set(const NodeSet &S) : NS(S) {} in in_set() function282 bool operator() (GepNode *N) const { in operator ()()286 const NodeSet &NS;
1541 void *in_set; /* CURLOPT_READDATA */ member