#include <prim.h>
Public Members | |||
![]() | ![]() | char* | name () |
![]() | ![]() | primType | type () |
![]() | ![]() | fntype | fn () |
![]() | ![]() | primExprType | etype () |
![]() | ![]() | bool | canFail () |
![]() | ![]() | bool | canScavenge () |
![]() | ![]() | bool | canBeConstantFolded () |
![]() | ![]() | bool | cantBeMovedOrCut () |
![]() | ![]() | bool | canWalkStack () |
![]() | ![]() | bool | canAbortProcess () |
![]() | ![]() | bool | needsNLRCode () |
![]() | ![]() | char* | docString () |
![]() | ![]() | void | verify () |
![]() | ![]() | char* | _name |
![]() | ![]() | fntype | _fn |
![]() | ![]() | primType | _type |
![]() | ![]() | primExprType | _etype |
![]() | ![]() | bool | _canFail |
![]() | ![]() | bool | _canScavenge |
![]() | ![]() | bool | _canBeConstantFolded |
![]() | ![]() | bool | _cantBeMovedOrCut |
![]() | ![]() | bool | _canWalkStack |
![]() | ![]() | bool | _canAbortProcess |
![]() | ![]() | char* | _docString |
char * PrimDesc::name () [inline]
|
primType PrimDesc::type () [inline]
|
fntype PrimDesc::fn () [inline]
|
primExprType PrimDesc::etype () [inline]
|
bool PrimDesc::canFail () [inline]
|
bool PrimDesc::canScavenge () [inline]
|
bool PrimDesc::canBeConstantFolded () [inline]
|
bool PrimDesc::cantBeMovedOrCut () [inline]
|
bool PrimDesc::canWalkStack () [inline]
|
bool PrimDesc::canAbortProcess () [inline]
|
bool PrimDesc::needsNLRCode () [inline]
|
char * PrimDesc::docString () [inline]
|
void PrimDesc::verify () [inline]
|
char* PrimDesc::_name |
fntype PrimDesc::_fn |
primType PrimDesc::_type |
primExprType PrimDesc::_etype |
bool PrimDesc::_canFail |
bool PrimDesc::_canScavenge |
bool PrimDesc::_canBeConstantFolded |
bool PrimDesc::_cantBeMovedOrCut |
bool PrimDesc::_canWalkStack |
bool PrimDesc::_canAbortProcess |
char* PrimDesc::_docString |