#include <region_alias_templates.h>

Public Member Functions | |
| comp_same_pt (const POINTS_TO *item, const ALIAS_RULE *ar) | |
| BOOL | operator() (POINTS_TO *x) |
Private Attributes | |
| const POINTS_TO * | _item |
| const ALIAS_RULE * | _ar |
Definition at line 78 of file region_alias_templates.h.
| comp_same_pt::comp_same_pt | ( | const POINTS_TO * | item, | |
| const ALIAS_RULE * | ar | |||
| ) | [inline] |
Definition at line 83 of file region_alias_templates.h.
Definition at line 86 of file region_alias_templates.h.
References _ar, _item, FALSE, POINTS_TO::Meet(), NULL, POINTS_TO::Similar(), and TRUE.

const ALIAS_RULE* comp_same_pt::_ar [private] |
Definition at line 81 of file region_alias_templates.h.
Referenced by operator()().
const POINTS_TO* comp_same_pt::_item [private] |
Definition at line 80 of file region_alias_templates.h.
Referenced by operator()().
1.6.1