|
Jlm
|
#include <PointerObjectSet.hpp>
Public Member Functions | |
| EscapedFunctionConstraint ()=delete | |
Static Public Member Functions | |
| static bool | PropagateEscapedFunctionsDirectly (PointerObjectSet &set) |
Helper class representing the global constraint: For each function x marked as escaped, all parameters point to external, and all results escape Parameters and results that do not have PointerObjects corresponding to them are ignored.
Definition at line 822 of file PointerObjectSet.hpp.
|
delete |
|
static |
Performs the minimum set of changes required to satisfy the constraint.
| set | the PointerObjectSet representing this module |
Definition at line 913 of file PointerObjectSet.cpp.