IPCPConstants Class Referencefile IPCPConstants.h Holds the constants for the entry of a single proc.
More...
#include <IPCPConstants.h>
Inheritance diagram for IPCPConstants:
[legend]List of all members.
Detailed Description
file IPCPConstants.h Holds the constants for the entry of a single proc.
Polaris Constant - See also:
- IPCPConstants.h
IPCPConstants.h
This class holds all parameter and global constants at the entry of a single program unit.
Definition at line 56 of file IPCPConstants.h.
Constructor & Destructor Documentation
| IPCPConstants::IPCPConstants |
( |
|
) |
|
|
Member Function Documentation
| int IPCPConstants::operator== |
( |
const IPCPConstants & |
other |
) |
const |
|
| int IPCPConstants::operator!= |
( |
const IPCPConstants & |
other |
) |
const [inline] |
|
|
|
Return true (false) if my constant values equals the other object's constant values.
Definition at line 135 of file IPCPConstants.h. |
| AliasSets & IPCPConstants::alias_sets |
( |
|
) |
[inline] |
|
| const Set< CallSite > & IPCPConstants::invocation_sites |
( |
|
) |
const [inline] |
|
|
|
Return the call sites of all routines that called the procedure that produced my set of constants.
Definition at line 153 of file IPCPConstants.h.
Referenced by CallSite::print(). |
| void IPCPConstants::add_invocation_site |
( |
CallSite * |
invocation_site |
) |
|
|
| void IPCPConstants::merge_invocation_sites |
( |
IPCPConstants * |
other |
) |
|
|
| void IPCPConstants::filter_out_vars_not_in_set |
( |
const RefSet< Symbol > & |
keepable_lhs_vars, |
|
|
const RefSet< Symbol > & |
keepable_rhs_vars |
|
) |
|
|
| void IPCPConstants::print |
( |
ostream & |
o |
) |
const [virtual] |
|
| void IPCPConstants::print_constants |
( |
ostream & |
o |
) |
const [virtual] |
|
| Listable * IPCPConstants::listable_clone |
( |
|
) |
const [virtual] |
|
| int IPCPConstants::structures_OK |
( |
|
) |
const [virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following files:
|