| 99 | CompilerFloatTable &getFunctionFloatTable() { return gFunctionFloatTable; } |
| 100 | |
| 101 | void setCurrentFloatTable (CompilerFloatTable* cst) { gCurrentFloatTable = cst; } |
| 102 | |
| 103 | CompilerIdentTable &getIdentTable() { return gIdentTable; } |
| 104 |
no outgoing calls
no test coverage detected