Home
last modified time | relevance | path

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

/dports/benchmarks/polygraph/polygraph-4.13.0/src/pgl/
H A Dpgl2acl.cc52 class RuleCondnItem { class
60 RuleCondnItem negate() const;
108 void add(const RuleCondnItem &i);
122 Array<RuleCondnItem> theItems;
208 bool RuleCondnItem::operator ==(const RuleCondnItem &item) const { in operator ==()
212 int RuleCondnItem::cmp(const RuleCondnItem &i) const { in cmp()
219 RuleCondnItem RuleCondnItem::negate() const { in negate()
222 return RuleCondnItem(expr, o); in negate()
365 const RuleCondnItem &i1 = *(const RuleCondnItem*)ip1; in cmpRuleCondnItems()
366 const RuleCondnItem &i2 = *(const RuleCondnItem*)ip2; in cmpRuleCondnItems()
[all …]