AssertInline Class Referencea class to record routine inlining assertions
More...
#include <AssertInline.h>
Inheritance diagram for AssertInline:
[legend]List of all members.
Detailed Description
a class to record routine inlining assertions
C Polaris - See also:
- Directive/AssertInline.h
Directive/AssertInline.h
The AssertInline class is meant to provide a means to instruct the inliner to inline all the routine calls (subroutine and/or function calls) in the following statement.
No known bugs.
Definition at line 30 of file AssertInline.h.
Constructor & Destructor Documentation
| AssertInline::AssertInline |
( |
|
) |
|
|
Member Function Documentation
| void AssertInline::print |
( |
ostream & |
o |
) |
const [virtual] |
|
| Assertion * AssertInline::clone |
( |
|
) |
const [virtual] |
|
| Listable * AssertInline::listable_clone |
( |
|
) |
const [virtual] |
|
The documentation for this class was generated from the following files:
|